用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kaivyy/perseus --skill perseusexploit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | perseus:exploit |
| description | Use when verifying vulnerabilities with Dynamic Exploit Generation (Phase 3) |
This skill executes the Verification Phase with controlled exploit simulation. Instead of blind payload spraying, Perseus validates each finding with environment-aware, low-risk proofs.
Goal: Reduce false positives while preserving production safety and service stability.
Safety Rule: Never run destructive actions. Never degrade availability.
| Mode | Environment | Verification Depth |
|---|---|---|
PRODUCTION_SAFE | Live production | Passive-first checks + minimal non-disruptive proofs |
STAGING_ACTIVE | Staging/pre-prod | Targeted active verification with strict throttling |
LAB_FULL | Isolated lab | Full dynamic verification and payload mutation |
LAB_RED_TEAM | Dedicated security lab | Multi-step chain simulation and resilience stress tests |
If mode is not explicitly provided, default to PRODUCTION_SAFE.
VERIFIED, FAILED, or POTENTIAL-PROD-BLOCKED.Immediately pause verification and mark run as ABORTED-SAFETY when any threshold is exceeded:
Create/update deliverables/verification_scope.md with:
PRODUCTION_SAFE, limit to replay-like checks and non-invasive timing tests.alert(1) pattern detection).PRODUCTION_SAFE: static and configuration-based verification only.STAGING_ACTIVE/LAB_FULL/LAB_RED_TEAM: controlled callback validation using approved endpoint only.LAB_RED_TEAM only)Run controlled attack-chain validation on synthetic test data:
Record where the chain is broken and which control stopped progression.
PRODUCTION_SAFE: maximum 2 attempts per finding, then mark POTENTIAL-PROD-BLOCKED.STAGING_ACTIVE: allow targeted payload variation with throttling.LAB_FULL: allow broader mutation strategies, still non-destructive.LAB_RED_TEAM: allow chain-based scenario replay with hard caps per scenario.For each verified exploit, log the result in deliverables/exploitation_report.md:
PRODUCTION_SAFE | STAGING_ACTIVE | LAB_FULL | LAB_RED_TEAMVERIFIED | FAILED | POTENTIAL-PROD-BLOCKED | ABORTED-SAFETYHigh | Medium | LowNext Step: Proceed to perseus:report to document the verified findings.