用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kaivyy/perseus --skill perseusscan命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
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)
基于 SOC 职业分类
正在显示 SKILL.md
| 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.