AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL unreviewed Apache-2.0 Self-run

Adversarial Reviewer

skill-sounder25-foundational-agent-skills-19-adversarial-reviewer · by Sounder25

Generates a 'Red Team' critique of recent code or plans to identify weak assumptions and edge cases.

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

Install

$ agentstack add skill-sounder25-foundational-agent-skills-19-adversarial-reviewer

Open-source listing, not yet scanned by AgentStack. Follow the source repository for install instructions.

Security review

⚠ Flagged

1 finding(s); flagged for manual review. · v0.1.0 How review works →

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

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 →

Reliability & compatibility

Not yet reviewed
0 installs to date
no reviews yet
4mo 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 Adversarial Reviewer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

SKILL-019: Adversarial Reviewer

Overview

Forces a context switch from "Builder" to "Attacker". Ideally used before finalizing any critical component (e.g. auth, payments, file I/O). It prepares a structured prompt packet that the agent then uses to critique its own work.

Trigger Phrases

  • red team this
  • adversarial review
  • find bugs
  • critique code

Inputs

| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | --FilePath | string | Yes | - | Path to the file to review | | --Mode | string | No | Security | Security, Performance, or Logic |

Outputs

1. Structured Prompt (Markdown)

A prompt template pre-filled with the code and specific attack vectors. The Agent must then "simulate" the adversary by responding to this prompt.

# ⚔️ ADVERSARIAL REVIEW REQUEST
**TARGET:** src/Auth.cs
**MODE:** SECURITY

## INSTRUCTIONS
You are now the ADVERSARY. Break this code.
Look for:
1. Race Conditions
2. Replay Attacks
...

Preconditions

  1. Target file exists.
  2. PowerShell 5.1+ or Core 7+.

Safety/QA Checks

  1. Read-Only: Does not modify the code; only reads it.
  2. Size Limit: If file is massive (>10k lines), warns or truncates to prevent token overflow.

Stop Conditions

| Condition | Action | |-----------|--------| | File not found | Return error |

Implementation

See scripts/prepare_review.ps1.

Integration with Other Skills

  1. Call prepare_review.ps1.
  2. Agent Step: Read the output text.
  3. Agent Step: "Thinking" block -> Process the critique.
  4. Agent Step: Generate list of fixes.

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.