원클릭으로
perseusscan
Use when starting a security assessment to map architecture, entry points, and attack surface (Phase 1 & 2)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when starting a security assessment to map architecture, entry points, and attack surface (Phase 1 & 2)
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 analyzing components for vulnerabilities (Phase 2 - Parallel Analysis)
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
| name | perseus:scan |
| description | Use when starting a security assessment to map architecture, entry points, and attack surface (Phase 1 & 2) |
This skill executes the Pre-Reconnaissance Methodology of the Perseus framework. It maps the target's digital footprint, internal architecture, and attack surface to build a "Target Knowledge Graph".
Goal: Zero-blind-spot understanding of what exists, how it works, and where it can be attacked.
Methodology:
For large codebases, use incremental scanning to only analyze changed files:
Detection: Check for perseus.yaml with incremental settings:
incremental:
enabled: true
baseline: "main" # or specific commit
If incremental enabled:
git diff --name-only <baseline>...HEAD to get changed files.perseus-cache/Incremental Workflow:
# Get changed files
git diff --name-only main...HEAD | grep -E '\.(js|ts|py|go|php|rb|java|rs|cs)$'
# If no changes, skip scan
# If changes exist, scan only those files + imports
Launch these 3 agents simultaneously using a single message with multiple Task tool calls:
Wait for Phase 1 to complete. Then launch these 3 agents simultaneously:
innerHTML, exec, system, eval, SQL queries, file operations. Provide File:Line references."fetch, axios), URL fetchers, webhooks. Map user-controllable parameters."Synthesize all findings into deliverables/code_analysis_deliverable.md.
Required Report Structure:
Schema Collection:
outputs/schemas/ directory.Next Step: Proceed to perseus:audit to analyze identified components for vulnerabilities.