static-analysis-sweep skillA
static-analysis-sweep is agent-read markdown (skill) from onewave-ai/claude-skills: Use to run real static analysis over a diff or repo before shipping — Semgrep, CodeQL, secret scanning, dependency CVEs — and triage the findings into what must be fixed now versus noise. Trigger before a release or PR merge, during a security review, or when the user asks to scan the code for vulnerabilities..
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
# Static Analysis Sweep Reading code for bugs finds what you thought to look for. A scanner finds the rest. This skill runs the tools, then does the part the tools cannot: deciding which findings are real. ## Core Behavior Scan the diff first, the repo second. Triage every finding. Never hand over a raw scanner dump — an unfiltered report is how real findings get ignored. ## The Tools **Semgrep** — fast, pattern-based, good defaults, no build required. ```bash semgrep --config=auto --error --quiet . # whole repo semgrep --config=auto --quiet --baseline-commit=origin/main # diff only ``` **Secret scanning** — the highest-value scan per second spent. ```bash gitleaks detect --no-banner --redact git log -p -S'BEGIN PRIVATE KEY' --oneline | head ``` **Dependency CVEs** ```bash npm audit --audit-level=high 2>&1 | tail -40 pip-audit 2>&1 | tail -40 ``` **CodeQL** — deeper, needs a build, worth it on a release branch rather than every PR. ```bash codeql database create db --language=javascript --overwrite codeql database analyze db --format=sarif-latest --output=results.sarif ``` …
Read the whole file at its exact version.
How to install
mdr add onewave-ai/claude-skills/static-analysis-sweep@git:20260920.97b5147mdr add onewave-ai/claude-skills/static-analysis-sweep@sha256:46bf4a3b4c1bf81aPin 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.
[](https://markdownregistry.com/a/art_ayjil76flpaf2sjw)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (3379 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
onewave-ai/claude-skills · 306 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_ayjil76flpaf2sjw GET https://markdownregistry.com/api/v1/resolve?ref=onewave-ai/claude-skills/static-analysis-sweep GET https://markdownregistry.com/api/v1/blob/46bf4a3b4c1bf81a70724def2fcf53dbbb7c7cb060d969dc8aa1e4fccfcd9fd0
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.