원클릭으로
perseusexploit
Use when verifying vulnerabilities with Dynamic Exploit Generation (Phase 3)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when verifying vulnerabilities with Dynamic Exploit Generation (Phase 3)
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 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: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.