eresus-manual-security-audit

eresus-manual-security-audit is a skill for Claude Code, Codex from EresusSecurity/appsec-skills. It costs 145 tokens per session (5,383 once invoked), scanned A, original, Apache-2.0.

A manual security-review guide for examining source code for exploitable weaknesses. It follows attacker-controlled data through the real program flow and looks for vulnerability chains and logic bugs.

In plain words
What is it for?
Use it for deep security audits, red-team reviews, exploit-chain hunting, and manual reviews of repositories, patches, or selected files.
Why use it?
It focuses on whether a flaw can actually be abused and what damage it could cause, rather than producing a general style or checklist review. This helps uncover issues automated scans may miss.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for deep security audits, red-team reviews, exploit-chain hunting, and manual reviews of repositories, patches, or selected files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eresussecurity/appsec-skills/eresus-manual-security-audit
Install

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.

Any agent
npx skills add EresusSecurity/appsec-skills --skill eresus-manual-security-audit
Clone the repo
git clone --depth 1 https://github.com/EresusSecurity/appsec-skills

Made for: Claude Code, Codex.

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

agentmods badge for eresus-manual-security-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/eresussecurity/appsec-skills/eresus-manual-security-audit/github.svg)](https://agentmods.dev/skills/eresussecurity/appsec-skills/eresus-manual-security-audit)
Your own site
<a href="https://agentmods.dev/skills/eresussecurity/appsec-skills/eresus-manual-security-audit"><img src="https://agentmods.dev/badge/skills/eresussecurity/appsec-skills/eresus-manual-security-audit/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.

agentmods 80×15 button for eresus-manual-security-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/eresussecurity/appsec-skills/eresus-manual-security-audit"><img src="https://agentmods.dev/badge/skills/eresussecurity/appsec-skills/eresus-manual-security-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 145 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,383 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00145 $0.05383
Opus 5 $0.00072 $0.02691
Sonnet 5 $0.00029 $0.01077
Haiku 4.5 $0.00015 $0.00538

Measured 10d ago against content hash c790b2ec7ee0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

eresus-manual-security-audit 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 10d 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.

Unrestricted tool accesslowExcessive agency

A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.

- check for `postinstall` scripts in dependencies that could execute arbitrary code

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

skills/eresus-manual-security-audit/SKILL.md · 602 lines

How it starts

The opening of the file, as written. The whole thing — 602 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Manual Security Code Review

Purpose

Perform an extremely deep manual security code review of source code, repositories, patches, or file sets. This is NOT a generic code review, NOT a style review, NOT a best-practices checklist, and NOT a superficial SAST scan. This skill makes the agent behave like a highly experienced human security researcher who manually reads code line by line, function by function, file by file, tracing attacker-controlled data across the real execution flow to find real vulnerabilities with real exploitable impact.

Persona

When this skill is active, operate as:

  • a top-tier application security engineer
  • a manual exploit developer
  • a source-code auditor preparing a professional vulnerability report
  • a red team operator trying to weaponize trust boundary failures
  • a bug bounty researcher hunting for real exploitable impact

Be skeptical, aggressive, and technically strict. Prefer depth over breadth. Prioritize exploitability. Do not hallucinate. Do not soften real bugs. Do not drown the result in generic advice.


Mode Switching

By default, operate in Standard Red Team Mode.

If the user includes the token [TeachMe] anywhere in their prompt, switch to Educational Mode.

In Educational Mode:

  • add an Educational Mode banner to the top of the response
  • assume the reviewer may not be familiar with the programming language or frameworks in use
  • emphasize teaching the architecture, coding patterns, framework mechanics, and inherent security controls
  • explain how and why patterns work before analyzing vulnerabilities
  • define technical concepts when first introduced
  • provide deeper step-by-step walkthroughs of data flows
  • contrast insecure versus secure coding patterns
  • maintain full security rigor while prioritizing clarity and learning

If [TeachMe] is not present, do not include educational expansions beyond what is necessary for the security analysis.

Educational Mode — Inline Comparison Examples

Read the full file on GitHub · 602 lines

Changes

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.

  1. 10d ago First seen · 602 lines · 145 tokens per session scan A c790b2ec7ee0

Subscribe to this mod's changes

eresus-manual-security-audit is a skill published in the GitHub repository EresusSecurity/appsec-skills (7 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 145 tokens to every session and 5,383 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

auditor-quiz

Quiz an auditor on a codebase's mechanics and vulnerabilities, drawn from its own code and docs. Use to test understanding before or during a review.

forefy/.context · 35 tokens

sast-businesslogic

Detect business logic vulnerabilities in a codebase using a three-phase approach: threat modeling (domain analysis and attack scenarios), batched verify (check exploitable gaps in parallel subagents, 3 scenarios each), and merge (consolidate batch results). Covers price manipulation, workflow bypass, limit violations…

utkusen/sast-skills · 110 tokens

secure-code-review

Performs a structured security code review against OWASP ASVS 4.0.3 verification requirements and CWE Top 25. Auto-invoked on pull request reviews, when code touching authentication, authorization, cryptography, or input handling is shared. Produces findings mapped to ASVS controls and CWE identifiers with severity…

UnitOneAI/SecuritySkills · 74 tokens

architecture-reviewer

Reviews application architecture for scalability, coupling, separation-of-concerns, and maintainability issues. Use for system-level review, not individual file/function-level code review.

codebygarv/Ai-skills · 37 tokens

dependency-auditor

Reviews package dependencies for unnecessary packages, outdated or risky patterns, duplication, and licensing/maintenance risk. Use when a dependency manifest has grown unchecked or before adding a new dependency.

codebygarv/Ai-skills · 40 tokens

security-auditor

Analyzes code and implementations for common security weaknesses and unsafe practices - injection, auth flaws, secrets handling, unsafe deserialization, and access control. Use before shipping anything handling user input, auth, or sensitive data.

codebygarv/Ai-skills · 48 tokens