Home / yangkuoshih / security-audit · skills/security-audit/SKILL.md · GitHub

security-audit skillA

security-audit is agent-read markdown (skill) from yangkuoshih/security-audit: Run a lightweight, local security scan of source repositories for hardcoded secrets, risky tracked files, and common vulnerability patterns, then triage redacted findings and produce Markdown, JSON, or SARIF. Use for secret scans, incremental security checks, repository security audits, or GitHub Code Scanning output. Do not use as a dependency-CVE scanner, a substitute for a full SAST/DAST assessment, or for ordinary non-security code review..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Security Audit

Run deterministic local scanning and context triage first, then use agent
reasoning to validate the remaining vulnerability candidates and prioritize
remediation. Describe the result as a lightweight pattern-based audit, not proof
that a repository is secure.

The preferred scanner requires Python 3.10+. Bash and grep provide a reduced
fallback.

## Resolve the skill

Let `SKILL_DIR` be the directory containing this `SKILL.md`. Resolve every bundled
resource relative to it:

- scanner: `SKILL_DIR/scripts/scan-secrets.py`
- fallback scanner: `SKILL_DIR/scripts/scan-secrets.sh`
- patterns: `SKILL_DIR/scripts/patterns.dat`
- report generator: `SKILL_DIR/scripts/generate-report.py`

Do not assume a product-specific environment variable or installation layout.

## Safety invariants

- Keep scanning and reports local. Never transmit findings, source, or suspected
  secrets to web services, remote tools, connectors, or telemetry.
- Never print or quote raw matches. Scanner output is redacted; preserve that
  redaction in commentary, reports, logs, and errors.
- Do not open files flagged for secret or dangerous-file findings. Triage those
…

Read the whole file at its exact version.

How to install

Latest version
mdr add yangkuoshih/security-audit/security-audit@v0.3.0
Exact content
mdr add yangkuoshih/security-audit/security-audit@sha256:6b5f3c3c4eb69480

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_lptc2fp27e5z3s6d.svg)](https://markdownregistry.com/a/art_lptc2fp27e5z3s6d)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v0.3.0 latest2026-09-24 8d4bbd4 8,999 BA view · diff
v0.2.02026-09-24 c6b15fa 8,239 BA view · diff
v0.1.02026-03-13 b6e0895 16,388 BA view · diff
v0.1.02026-03-13 97015f1 14,391 BA view · diff
v0.1.02026-03-13 c83b9a4 14,296 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (8999 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

yangkuoshih/security-audit · 5 stars · license Apache-2.0 · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_lptc2fp27e5z3s6d
GET https://markdownregistry.com/api/v1/resolve?ref=yangkuoshih/security-audit/security-audit
GET https://markdownregistry.com/api/v1/blob/6b5f3c3c4eb694805a16365018a5ea2bcc5d61e90e5d8d0ff77d64d10f3b3bd8

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

Other files named security-audit

security-audit skill
davepoon/buildwithclaude · plugins/agent-triforce/skills/security-audit/SKILL.md · Deep security audit covering OWASP Top 10, authentication, authorization, data protection, dependency vulnerabilities…
git:20260307.756e327 · audit A · 3,530 stars
security-audit skill
maxmiksa/auto-company · .claude/skills/security-audit/SKILL.md · Use when reviewing code security, auditing dependencies for CVEs, checking configuration or secret security, assessing…
git:20250919.3118c12 · audit A · 3,095 stars
security-audit skill
adolfousier/opencrabs · src/docs/reference/templates/skills/security-audit/SKILL.md · Run a comprehensive language-agnostic security & CVE audit, scored 0-100
git:20260501.09a3f3d · audit A · 940 stars
security-audit skill
laolaoshiren/claude-code-skills-zh · skills/security-audit/SKILL.md · 代码安全审计 - 漏洞扫描、依赖检查、安全最佳实践
git:20260421.27394be · audit A · 869 stars
security-audit skill
decebals/claude-code-java · skills/security-audit/SKILL.md · Java security checklist covering OWASP Top 10, input validation, injection prevention, and secure coding. Works with…
git:20260828.702770a · audit B · 744 stars
security-audit skill
jellydn/my-ai-tools · configs/amp/skills/security-audit/SKILL.md · Audit code for security vulnerabilities — read-only analysis
git:20260710.ba92170 · audit A · 121 stars
security-audit skill
jellydn/my-ai-tools · configs/kimi-code/skills/security-audit/SKILL.md · Audit code for security vulnerabilities — read-only analysis
git:20260710.ba92170 · audit A · 121 stars
security-audit skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/security-audit/SKILL.md · Use when reviewing code for security vulnerabilities, hardening an application, or deriving security requirements from…
git:20260814.d1987f5 · audit A · 121 stars

Browse by kind, by grade A, or by owner.