security-audit

security-audit is a command for Cursor from phuoctrung-ppt/ai-sdlc-workflow. It costs 22 tokens per session (313 once invoked), scanned A, original, MIT.

A security audit workflow for code, files, or diffs. It checks common web risks such as injection, exposed secrets, missing authentication, unsafe input handling, data-isolation gaps, and weak security controls.

In plain words
What is it for?
Use it to audit code against OWASP-style issues and the project’s declared authentication, roles, multi-tenancy, privacy, health-data, or other compliance requirements.
Why use it?
It helps uncover security weaknesses and project-specific compliance gaps before they reach production.

Command for Cursor

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 commands/phuoctrung-ppt/ai-sdlc-workflow/security-audit
Clone the repo
git clone --depth 1 https://github.com/phuoctrung-ppt/ai-sdlc-workflow

Made for: Cursor.

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 security-audit

README.md
[![agentmods](https://agentmods.dev/badge/commands/phuoctrung-ppt/ai-sdlc-workflow/security-audit.svg)](https://agentmods.dev/commands/phuoctrung-ppt/ai-sdlc-workflow/security-audit)
Your own site
<a href="https://agentmods.dev/commands/phuoctrung-ppt/ai-sdlc-workflow/security-audit"><img src="https://agentmods.dev/badge/commands/phuoctrung-ppt/ai-sdlc-workflow/security-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 313 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.00022 $0.00313
Opus 5 $0.00011 $0.00156
Sonnet 5 $0.00004 $0.00063
Haiku 4.5 $0.00002 $0.00031

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

Security

Grade A, and why

security-audit 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.

.cursor/commands/security-audit.md · 27 lines

What it actually says

Act as Security Worker + Judge Agent security checklist.

Audit: {code_path_or_diff}

Read AGENTS.md §5 for this project's specific compliance requirements (auth method, RBAC roles, multi-tenancy, GDPR/HIPAA, etc.) before auditing.

Check:

  1. SQL injection (string interpolation in SQL — must use parameterized queries)
  2. XSS (unescaped user-controlled HTML in output)
  3. Hardcoded secrets, API keys, or credentials
  4. Missing input validation at route/controller boundary
  5. Missing auth guards on routes (public routes must be explicitly declared)
  6. Data isolation gaps — if AGENTS.md §5 declares multi-tenancy or row-level security, check that all queries are correctly scoped
  7. Business logic in controllers instead of service/domain layer
  8. Rate limiting missing on sensitive endpoints (auth, password reset, AI calls)
  9. PII stored or logged unencrypted (check AGENTS.md §5 for PII fields)
  10. Weak password / token policies
  11. RBAC checks match roles defined in AGENTS.md §5
  12. Domain compliance controls from AGENTS.md §5 applied (GDPR, HIPAA, consent, AI ethics)

Output: issues with severity (CRITICAL/HIGH/MEDIUM/LOW), file paths, line numbers, recommended fixes.

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 · 27 lines · 22 tokens per session scan A e6ad8876b1d1

Subscribe to this mod's changes

security-audit is a command published in the GitHub repository phuoctrung-ppt/ai-sdlc-workflow (2 stars, last pushed 18d ago), licensed MIT. It adds 22 tokens to every session and 313 once invoked, about $0.0001 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.