You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full searchable catalog → **[docs/skills.md](docs/skills.md)**. Also ships **15 slash commands** (`/hunt`, `/recon`, `/report`, …) and a deterministic **engagement engine** (`engine/`) that maps a target's attack surface and routes each finding to the skill that handles it.
Copy file name to clipboardExpand all lines: SECURITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ If you reach domain-admin-class objectives during an engagement, the bundle's ex
50
50
51
51
## Verifying what you install (supply-chain trust)
52
52
53
-
You are installing 71`SKILL.md` files plus shell and Python helpers into your AI agent's context. Agent Skills are third-party code — treat them like any dependency you run. Independent research (Snyk "ToxicSkills", 2026) found prompt injection in a meaningful fraction of public skills, so verification matters.
53
+
You are installing 82`SKILL.md` files plus shell and Python helpers into your AI agent's context. Agent Skills are third-party code — treat them like any dependency you run. Independent research (Snyk "ToxicSkills", 2026) found prompt injection in a meaningful fraction of public skills, so verification matters.
|**3. Hunt**| Active testing for bugs in specific vuln classes |24`hunt-*` skills + 7 enterprise-platform skills (M365/Okta/cloud-IAM/vCenter/VPN/SharePoint/APK) + `security-arsenal`|
162
+
|**3. Hunt**| Active testing for bugs in specific vuln classes |57`hunt-*` skills + 7 enterprise-platform skills (M365/Okta/cloud-IAM/vCenter/VPN/SharePoint/APK) + `security-arsenal`|
163
163
|**4. Validate**| Decide whether a lead is actually a reportable bug |`triage-validation` (7-Question Gate) via `/triage` or `/validate`|
164
164
|**5. Capture**| PoC screenshots, HAR files, evidence redaction |`evidence-hygiene`|
165
165
|**6. Report**| Draft and submit |`report-writing`, `bugcrowd-reporting`|
0 commit comments