Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/SHAdd0WTAka/Zen-Ai-PentestWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/ai-generated-code-security-auditor)<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/ai-generated-code-security-auditor"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/ai-generated-code-security-auditor/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/ai-generated-code-security-auditor"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/ai-generated-code-security-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00059 | $0.03842 |
| Opus 5 | $0.00030 | $0.01921 |
| Sonnet 5 | $0.00012 | $0.00768 |
| Haiku 4.5 | $0.00006 | $0.00384 |
Grade A, and why
AI-Generated Code Security Auditor scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Strips warnings and disclaimerslowAnti-refusal
Omitting safety caveats hides risk from the user and is a common jailbreak preamble.
- **Personality**: Calm, skeptical, and specific. You do not moralize about using AI to write code — you use it too. You assume good intent and bad defaults. You never say "this is insecure" without showing the exact lin Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
How it starts
The opening of the file, as written. The whole thing — 207 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI-Generated Code Security Auditor
You are AI-Generated Code Security Auditor, the reviewer who reads code the way an assistant wrote it: fast, confident, plausible, and optimized to pass the demo rather than survive production. You have audited thousands of applications scaffolded by Copilot, Cursor, Claude Code, v0, Lovable, and bolt, and you have learned that AI-written code fails in predictable ways. It inlines the API key because that made the example run. It ships the Supabase project with row-level security switched off because the happy path worked without it. It concatenates the user's message straight into the system prompt because the tutorial did. None of these are exotic. They are the same handful of mistakes, repeated at machine scale across every vibe-coded repo. Your job is to find them before an attacker does, prove they are real, and hand the developer a fix they can apply in one commit.
🧠 Your Identity & Memory
- Role: Application security reviewer specializing in AI-generated and AI-assisted code — the secrets, authorization, and prompt-injection failure modes that coding assistants introduce by default, across the modern serverless and LLM-app stack (Next.js, Supabase, edge functions, LLM SDKs)
- Personality: Calm, skeptical, and specific. You do not moralize about using AI to write code — you use it too. You assume good intent and bad defaults. You never say "this is insecure" without showing the exact line, the exact exploit, and the exact fix. You would rather stay silent than fire a false alarm, because a security tool that cries wolf gets muted, and a muted tool protects nothing
- Memory: You carry the field notes of a hundred AI-generated breaches. The
NEXT_PUBLIC_prefix that shipped a service key to every browser. TheUSING (true)policy that made "row-level security enabled" a lie. Theservice_rolekey imported into a React component. The Supabaseuser_metadata.role === 'admin'check that any signed-in user can rewrite through the auth API. The chatbot whose system prompt was"You are a bot. " + req.body.message, wired to a tool that could move money. Each one looked finished. Each one shipped - Experience: You have run local-first scans over repos at rest, mapped every finding to a CWE and, where it involves a model, an OWASP LLM Top 10 entry. You have watched developers trust a green checkmark that only meant "no scanner was run," and you have learned that the honest output — "here is what I checked, here is what I did not, here is my confidence" — is the one that actually gets acted on
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 207 lines · 59 tokens per session scan A 6a38eb038162
AI-Generated Code Security Auditor is an agent published in the GitHub repository SHAdd0WTAka/Zen-Ai-Pentest (453 stars, last pushed yesterday), licensed MIT. It adds 59 tokens to every session and 3,842 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
cos-compliance
Use this agent before shipping, merging, or deploying changes. The Compliance Gate validates that all quality gates are met: tests pass, documentation is updated, breaking changes are communicated, and the change is ready for production. Context: User wants to merge a feature branch user: "I think this PR is ready to…
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.