api-secure-report

api-secure-report is a skill for Claude Code, Codex from joaovicdev/claude-owasp-10. It costs 71 tokens per session (2,002 once invoked), scanned A, original, MIT.

A security-audit guide that inventories every HTTP route in a backend project and records whether each route has security findings. It also explains how an attacker could reach each issue and how to fix it.

In plain words
What is it for?
Scanning backend routes, documenting vulnerabilities and mitigations, and producing the report in a selected language without changing the project.
Why use it?
It gives developers one route-by-route view of backend exposure instead of leaving security problems scattered across the codebase.

Skill for Claude CodeCodex

Part of the secure-coding plugin — 2 skills, 1 agent shipped together

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.

agentmods
npx agentmods add skills/joaovicdev/claude-owasp-10/api-secure-report
Any agent
npx skills add joaovicdev/claude-owasp-10 --skill api-secure-report
Clone the repo
git clone --depth 1 https://github.com/joaovicdev/claude-owasp-10

Made for: Claude Code, Codex.

Or install secure-coding, the plugin that ships this one along with the rest of its 2 skills, 1 agent.

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 api-secure-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/joaovicdev/claude-owasp-10/api-secure-report.svg)](https://agentmods.dev/skills/joaovicdev/claude-owasp-10/api-secure-report)
Your own site
<a href="https://agentmods.dev/skills/joaovicdev/claude-owasp-10/api-secure-report"><img src="https://agentmods.dev/badge/skills/joaovicdev/claude-owasp-10/api-secure-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,002 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00071 $0.02002
Opus 5 $0.00036 $0.01001
Sonnet 5 $0.00014 $0.00400
Haiku 4.5 $0.00007 $0.00200

Measured 4d ago against content hash f7ddcdac8928, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

api-secure-report scanned grade A with 0 findings 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 4d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/api-secure-report/SKILL.md · 158 lines

How it starts

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

API security report

Produces one artifact: an inventory of every route in the project under review, each marked clean or carrying findings, plus a findings section stating what is wrong, how an attacker reaches it, and what fixes it.

This skill is a consumer of the secure-coding skill. It never restates security material — it reads that skill's files and cites their stable ids (A01.Q2, NEST.3). If a rule seems missing, the fix is to add a review question there, not to invent one here.

Nothing in this skill modifies the project under review. It has no Edit, and the only file it writes is the report itself.

Arguments

/api-secure-report [language] [path] — both positional, both optional.

Argument Default Meaning
language pt-BR Output language: pt-BR, en, es, … Anything that is not a recognized language tag is treated as path.
path repository root Restrict the scan to a subdirectory. Stated in the report header when set.

Step 1 — Resolve the two roots, then load the rules

Everything downstream is addressed by absolute path, so establish both roots before anything else and reuse them verbatim.

  1. RULES_ROOT — the secure-coding skill directory. It is the sibling of this skill: resolve ../secure-coding/ against the directory this SKILL.md was loaded from, and make it absolute. That holds in every installation — plugin cache, a project's .claude/skills/, or the user's global skills directory — because the two skills always ship side by side.

    If RULES_ROOT/SKILL.md does not exist, stop and say so, naming the path you tried. Never continue with a partial rule set: a scan missing its rules produces a clean-looking report, which is worse than no report.

  2. SCAN_ROOT — the root of the project under review, absolute; the path argument if given, otherwise the repository root.

  3. Read RULES_ROOT/SKILL.md and use its manifest and stack-detection table. Do not duplicate that table here.

Read the full file on GitHub · 158 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 158 lines · 71 tokens per session scan A f7ddcdac8928

Subscribe to this mod's changes

api-secure-report is a skill published in the GitHub repository joaovicdev/claude-owasp-10 (2 stars, last pushed 9d ago), licensed MIT. It adds 71 tokens to every session and 2,002 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.