원클릭으로
perseusaudit
Use when analyzing components for vulnerabilities (Phase 2 - Parallel Analysis)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when analyzing components for vulnerabilities (Phase 2 - Parallel Analysis)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when you want to run a full, automated penetration test from start to finish (Scan -> Audit -> Exploit -> Report)
Use when starting a security conversation to understand the Perseus methodology
Use when verifying vulnerabilities with Dynamic Exploit Generation (Phase 3)
Use when generating the final executive security report (Phase 4)
Run all specialist deep-dive skills in parallel for comprehensive analysis
Deep-dive API security analysis (REST, GraphQL, WebSocket, gRPC, OAuth, Cache)
| name | perseus:audit |
| description | Use when analyzing components for vulnerabilities (Phase 2 - Parallel Analysis) |
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.