security-audit

security-audit is a skill for Claude Code, Codex from DominikTobureto/awesome-grok-build. It costs 41 tokens per session (407 once invoked), scanned A, original, MIT.

A security-review guide for finding unsafe paths in software, including problems with logins, permissions, secrets, user input, dependencies, and data exposure.

In plain words
What is it for?
It helps review authentication and access rules, check for injection, cross-site scripting, request forgery, server-side request forgery, leaked secrets, unsafe dependencies, and supply-chain risks.
Why use it?
It helps developers identify concrete ways an attacker could misuse an application before changes are released.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit It helps review authentication and access rules, check for injection, cross-site scripting, request forgery, server-side request forgery, leaked secrets, unsafe dependencies, and supply-chain risks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dominiktobureto/awesome-grok-build/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 DominikTobureto/awesome-grok-build --skill security-audit
Clone the repo
git clone --depth 1 https://github.com/DominikTobureto/awesome-grok-build

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/dominiktobureto/awesome-grok-build/security-audit"><img src="https://agentmods.dev/badge/skills/dominiktobureto/awesome-grok-build/security-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 407 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 47
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00041 $0.00407
Opus 5 $0.00020 $0.00204
Sonnet 5 $0.00008 $0.00081
Haiku 4.5 $0.00004 $0.00041

Measured 12d ago against content hash 1aa919aa6418, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 12d 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.

.grok/skills/security-audit/SKILL.md · 60 lines

What it actually says

Security Audit

Find exploitable paths and prevent unsafe agent changes.

Grok Build Mode

  • Start in Plan Mode for any fix that touches auth, permissions, crypto, payments, secrets, or infrastructure.
  • Use subagents for threat tracks:
    • authz: object ownership, roles, tenant boundaries.
    • input: injection, XSS, SSRF, deserialization, path traversal.
    • secrets: env files, logs, tokens, CI config.
    • supply-chain: dependencies, hooks, install scripts.
  • Arena-style validation: require independent agreement for high-severity findings or reproduce with concrete evidence.
  • Human-in-the-loop: do not run destructive security tooling or exploit production systems.

Workflow

  1. Define assets, trust boundaries, and attacker goal.
  2. Inspect code paths that cross boundaries.
  3. Look for concrete exploitability, not generic fear.
  4. Propose minimal fixes with tests.
  5. Run security-relevant tests or static checks when available.
  6. Summarize residual risk.

Findings

[P1] Title
Asset:
Attack path:
Evidence:
Impact:
Fix:
Test:

Guardrails

  • Never print secrets.
  • Do not add dependencies for security scanning without approval.
  • Do not weaken auth checks to make tests pass.
  • Treat third-party skills and hooks as untrusted code until reviewed.

Example Prompts

Use security-audit. Review this auth diff for tenant-boundary bypasses and missing regression tests.
Audit `.grok/skills` and hooks for supply-chain or prompt-injection risks before I install them.
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. 12d ago First seen · 60 lines · 41 tokens per session scan A 1aa919aa6418

Subscribe to this mod's changes

security-audit is a skill published in the GitHub repository DominikTobureto/awesome-grok-build (61 stars, last pushed 19d ago), licensed MIT. It adds 41 tokens to every session and 407 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

cua-driver

Drive a native GUI app (macOS, Windows, Linux) via the Qwen Cua Driver CLI (default) or MCP server; snapshot its accessibility tree, act through snapshot-bound element tokens, native menu paths, exact window geometry, or pixel coordinates, and verify from fresh state. Use when the user asks you to operate, drive…

QwenLM/qwen-code · 88 tokens

codegraph

Analyze indexed codebases via graph database (neug) and vector index (zvec). Covers call graphs, dependencies, dead code, hotspots, module coupling, architecture reports, semantic search, impact analysis, bug root cause from GitHub issues, class diagrams (UML), and PR review (risk scoring, conflict detection…

QwenLM/qwen-code · 0 tokens

goal-draft

Turn a fuzzy intention into a /goal objective the Goal verifier can actually judge - one outcome, numbered binary "Done when" checks that leave evidence in the transcript, guardrails, a budget, and a block protocol. Use when the user wants to set or define a goal, asks whether a goal is good enough, or says "keep…

QwenLM/qwen-code · 114 tokens

stuck

Diagnose frozen, stuck, or slow Qwen Code sessions on this machine. Scans for problematic processes, high CPU/memory usage, hung subprocesses, and debug logs. Use /stuck or /stuck to focus on a specific process.

QwenLM/qwen-code · 57 tokens

e2e-testing

Guide for running end-to-end tests of the Qwen Code CLI, including headless mode, MCP server testing, and API traffic inspection. Use this skill whenever you need to verify CLI behavior with real model calls, reproduce user-reported bugs end-to-end, test MCP tool integrations, or inspect raw API request/response…

QwenLM/qwen-code · 94 tokens

qwen-code-claw

Use Qwen Code as a Code Agent for code understanding, project generation, features, bug fixes, refactoring, and various programming tasks.

QwenLM/qwen-code · 33 tokens