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

Perseus:audit

skill-kaivyy-perseus-audit · by kaivyy

Use when analyzing components for vulnerabilities (Phase 2 - Parallel Analysis)

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

Install

$ agentstack add skill-kaivyy-perseus-audit

✓ 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-audit)

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:audit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Perseus Audit (Phase 2)

Overview

This skill executes the Vulnerability Analysis Phase of the Perseus framework. It performs deep-dive white-box analysis on the components identified during the Scan phase.

Goal: Prove the potential for exploitation by finding source-to-sink paths lacking proper defense.

Methodology:

  1. Launch 5 Agents in Parallel: Injection, XSS, Auth, Authz, SSRF.
  2. Negative Analysis Loop: Trace Source -> Sanitizers -> Sink -> Verdict.
  3. Exploit Queue: Generate actionable vulnerabilities for verification.

Confidence Scoring (Required)

Assign confidence to every finding:

| Confidence | Criteria | |------------|----------| | High | Direct source-to-sink path with clear missing defense and reproducible trigger | | Medium | Strong path evidence, but one assumption (runtime config/auth state) remains | | Low | Pattern match only; data flow or trigger path is incomplete |

Prioritize exploit queue in this order:

  1. High + Critical/High severity
  2. Medium + Critical/High severity
  3. Remaining findings

Execution Instructions

Launch these 5 agents simultaneously using a single message with multiple Task tool calls:

  1. Injection Analyst:
  • "Trace untrusted input to SQL/Command sinks. Verify if sanitization matches sink context. Flag string concatenation in queries."
  1. XSS Specialist:
  • "Trace input to browser sinks (innerHTML, eval). Verify context-aware escaping. Flag raw HTML rendering."
  1. Auth Specialist:
  • "Analyze login/session logic. Check for bypasses, weak tokens, and missing MFA. Verify state/nonce in OAuth."
  1. Authz Specialist:
  • "Analyze permission checks (RBAC/ABAC). Check for IDOR and Privilege Escalation. Verify every protected route has a guard."
  1. SSRF Specialist:
  • "Trace input to outbound request sinks. Verify URL validation and allowlists. Check for local network access."

Analysis Methodology (The "Negative Analysis" Loop)

For each agent, enforce this loop:

  1. Trace Source: Identify where untrusted data enters (from Scan phase).
  2. Trace Flow: Follow variables through functions, middleware, and transforms.
  3. Identify Sink: Where does the data end up? (DB, Screen, Log, Shell).
  4. Verify Defense:
  • Is there validation? (e.g., zod.parse)
  • Is there sanitization? (e.g., escapeHtml)
  • Is it parameterized? (e.g., Prepared Statements)
  1. Verdict:
  • VULNERABLE: Path exists + Defense missing/mismatched. -> Add to Exploit Queue
  • SAFE: Defense is robust. -> Document as Secure

Output Requirements

Each agent must produce a specialized report in deliverables/:

  • injection_analysis.md
  • xss_analysis.md
  • auth_analysis.md
  • authz_analysis.md
  • ssrf_analysis.md

For each finding include:

  • Finding ID
  • Source -> Sink Path
  • Missing or Mismatched Defense
  • Preconditions
  • Confidence: High | Medium | Low
  • Exploit Candidate: Yes | No (and reason)

Next Step: Proceed to perseus:exploit to verify findings with Proof-of-Concept.

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.