AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Perseus:exploit

skill-kaivyy-perseus-exploit · by kaivyy

Use when verifying vulnerabilities with Dynamic Exploit Generation (Phase 3)

No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add skill-kaivyy-perseus-exploit

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-kaivyy-perseus-exploit)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
7mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Perseus:exploit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Perseus Exploit (Phase 3 - Advanced)

Overview

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.

Engagement Modes

| 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.

Verification Methodology

  1. Select Findings: Pull only exploit candidates from Audit and specialists.
  2. Apply Mode Gate: Choose validation technique allowed by current mode.
  3. Execute Minimal Proof: Validate impact with smallest safe signal.
  4. Record Evidence: Save request/response and exact indicator.
  5. Classify Outcome: VERIFIED, FAILED, or POTENTIAL-PROD-BLOCKED.

Kill-Switch Policy (All Active Modes)

Immediately pause verification and mark run as ABORTED-SAFETY when any threshold is exceeded:

  • sustained error-rate spike above approved baseline
  • p95 latency increase above approved threshold
  • service healthcheck degradation
  • explicit stop signal from operator

Execution Instructions

Step 0: Confirm Scope and Limits

Create/update deliverables/verification_scope.md with:

  • mode
  • in-scope targets
  • excluded systems
  • request-rate limit
  • approved test window

Step 1: Launch 5 Verifiers in Parallel

  1. Injection Verifier (SQLi/CMD):
  • Validate with safe boolean/time indicators and strict request caps.
  • For PRODUCTION_SAFE, limit to replay-like checks and non-invasive timing tests.
  1. XSS Verifier (DOM/Reflected):
  • Validate with harmless payload markers (e.g., alert(1) pattern detection).
  • Avoid persistent or high-volume payload testing on production.
  1. Auth Verifier:
  • Test session and workflow bypass only with test accounts and approved IDs.
  • Do not lock, disable, or mutate real user accounts.
  1. Authz Verifier:
  • Validate role boundary checks with synthetic or designated test records.
  • Stop on any indication of real data exposure beyond approved scope.
  1. SSRF Verifier:
  • PRODUCTION_SAFE: static and configuration-based verification only.
  • STAGING_ACTIVE/LAB_FULL/LAB_RED_TEAM: controlled callback validation using approved endpoint only.

Step 1.5: Chain Simulation (LAB_RED_TEAM only)

Run controlled attack-chain validation on synthetic test data:

  1. Entry vector confirmation (input validation bypass candidate)
  2. Privilege boundary test (horizontal/vertical authz)
  3. Sensitive action guard test (critical workflow controls)
  4. Detection/response check (logging, alerting, blocking)

Record where the chain is broken and which control stopped progression.

Step 2: Adaptation Policy

  • 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.
  • In all modes, stop immediately on instability signs (latency spikes, error floods).

Output Requirements

For each verified exploit, log the result in deliverables/exploitation_report.md:

  • Finding ID
  • Mode: PRODUCTION_SAFE | STAGING_ACTIVE | LAB_FULL | LAB_RED_TEAM
  • Target: URL/File + Parameter
  • Technique: Brief verification method
  • Evidence: Request/response or code-level proof
  • Attempts: Request count used
  • Result: VERIFIED | FAILED | POTENTIAL-PROD-BLOCKED | ABORTED-SAFETY
  • Confidence: High | Medium | Low

Next Step: Proceed to perseus:report to document the verified findings.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.