Teknium
c30505dddd
feat: add OSS Security Forensics skill (Skills Hub) (#1482)
* feat: add OSS Security Forensics skill (Skills Hub)
Salvaged from PR #1066 by zagiscoming. Adds a 7-phase multi-agent
investigation framework for GitHub supply chain attack forensics.
Skill contents (optional-skills/security/oss-forensics/):
- SKILL.md: 420-line investigation framework with 8 anti-hallucination
guardrails, 5 specialist investigators, ethical use guidelines,
and API rate limiting guidance
- evidence-store.py: CLI evidence manager with add/list/verify/query/
export/summary + SHA-256 integrity + chain of custody
- references/: evidence types, GH Archive BigQuery guide (expanded with
12 event types and 6 query templates), recovery techniques (4 methods),
investigation templates (5 attack patterns)
- templates/: forensic report template (151 lines), malicious package
report template
Changes from original PR:
- Dropped unrelated core tool changes (delegate_tool.py role parameter,
AGENTS.md, README.md modifications)
- Removed duplicate skills/security/oss-forensics/ placement
- Fixed github-archive-guide.md (missing from optional-skills/, expanded
from 33 to 160+ lines with all 12 event types and query templates)
- Added ethical use guidelines and API rate limiting sections
- Rewrote tests to match the v2 evidence store API (12 tests, all pass)
Closes #384
* fix: use python3 and SKILL_DIR paths throughout oss-forensics skill
- Replace all 'python' invocations with 'python3' for portability
(Ubuntu doesn't ship 'python' by default)
- Replace relative '../scripts/' and '../templates/' paths with
SKILL_DIR/scripts/ and SKILL_DIR/templates/ convention
- Add path convention note before Phase 0 explaining SKILL_DIR
- Fix double --- separator (cosmetic)
- Applies to SKILL.md, evidence-store.py docstring,
recovery-techniques.md, and forensic-report.md template
---------
Co-authored-by: zagiscoming <zagiscoming@users.noreply.github.com>
2026-03-15 21:59:53 -07:00
..
2026-03-15 20:21:21 -07:00
2026-03-14 22:22:31 -07:00
2026-03-14 14:27:20 +03:00
2026-03-15 21:58:32 -07:00
2026-03-15 21:16:21 -07:00
2026-03-15 05:20:17 -07:00
2026-03-14 22:11:34 -07:00
2026-03-15 21:51:40 -07:00
2026-03-14 21:11:37 -07:00
2026-03-14 02:33:31 -07:00
2026-03-15 08:02:29 -07:00
2026-03-14 11:03:20 -07:00
2026-03-14 23:44:47 -07:00
2026-03-14 19:38:55 -07:00
2026-03-14 19:38:55 -07:00
2026-03-14 20:42:30 -07:00
2026-03-14 22:31:51 -07:00
2026-03-14 22:31:51 -07:00
2026-03-14 21:11:37 -07:00
2026-03-14 11:57:44 -07:00
2026-03-14 06:31:32 -07:00
2026-03-15 19:03:34 -07:00
2026-03-14 21:28:51 -07:00
2026-03-14 10:33:58 -07:00
2026-03-14 19:33:59 -07:00
2026-03-15 20:09:50 -07:00
2026-03-14 21:19:22 -07:00
2026-03-14 15:00:45 +03:00
2026-03-15 08:02:29 -07:00
2026-03-15 21:59:53 -07:00
2026-03-15 04:01:56 -07:00
2026-03-14 21:56:00 -07:00
2026-03-14 23:41:20 -07:00
2026-03-14 03:51:28 -07:00
2026-03-15 20:42:07 -07:00
2026-03-14 20:58:12 -07:00
2026-03-14 10:33:32 -07:00
2026-03-14 06:19:28 -07:00
2026-03-14 11:03:25 -07:00
2026-03-14 21:51:27 -07:00
2026-03-14 21:51:27 -07:00