From perseus
Executes parallel agent-based vulnerability analysis for injection, XSS, auth, authz, and SSRF. Traces source-to-sink paths, verifies defenses, scores confidence, and generates exploit queues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/perseus:auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill executes the **Vulnerability Analysis Phase** of the Perseus framework. It performs deep-dive white-box analysis on the components identified during the Scan phase.
This skill executes the Vulnerability Analysis Phase of the Perseus framework. It performs deep-dive white-box analysis on the components identified during the Scan phase.
Goal: Prove the potential for exploitation by finding source-to-sink paths lacking proper defense.
Methodology:
Assign confidence to every finding:
| Confidence | Criteria |
|---|---|
| High | Direct source-to-sink path with clear missing defense and reproducible trigger |
| Medium | Strong path evidence, but one assumption (runtime config/auth state) remains |
| Low | Pattern match only; data flow or trigger path is incomplete |
Prioritize exploit queue in this order:
Launch these 5 agents simultaneously using a single message with multiple Task tool calls:
innerHTML, eval). Verify context-aware escaping. Flag raw HTML rendering."state/nonce in OAuth."For each agent, enforce this loop:
zod.parse)escapeHtml)Each agent must produce a specialized report in deliverables/:
injection_analysis.mdxss_analysis.mdauth_analysis.mdauthz_analysis.mdssrf_analysis.mdFor each finding include:
High | Medium | LowYes | No (and reason)Next Step: Proceed to perseus:exploit to verify findings with Proof-of-Concept.
npx claudepluginhub kaivyy/perseusOrchestrates parallel execution of 8 specialist skills for deep security analysis covering API/OWASP, injections, crypto/JWT, supply chain/CVEs, files, logic flaws, client-side, and config.
Orchestrates a white-box security audit with parallel isolated blue-team and red-team passes, then synthesizes findings into prioritized targets for deep-dive exploitation. Heavy and thorough by design.
Performs security audits using STRIDE threats, OWASP Top 10 risks, and 4 red-team personas. Scans deps/secrets/routes, maps assets/boundaries, requires code evidence, rates exploitability.