run-scans

run-scans is a skill for Claude Code from runverdict/sf-security-review-toolkit. It costs 177 tokens per session (20,261 once invoked), scanned A, original, Apache-2.0.

A security-review workflow that gathers scan evidence from code, dependencies, secrets, live applications, and network settings. It records which checks were run and which still require the system owner.

In plain words
What is it for?
Use it to run or plan static analysis, web security tests, TLS checks, dependency audits, secret scans, and related evidence collection.
Why use it?
It prevents a security submission from relying on missing, outdated, unauthenticated, or incomplete scan reports.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the sf-security-review-toolkit plugin — 14 skills, 1 hook shipped together

Good fit Use it to run or plan static analysis, web security tests, TLS checks, dependency audits, secret scans, and related evidence collection.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add runverdict/sf-security-review-toolkit
Claude Code
/plugin install sf-security-review-toolkit

Made for: Claude Code.

Or install sf-security-review-toolkit, the plugin that ships this one along with the rest of its 14 skills, 1 hook.

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 run-scans

README.md
[![agentmods](https://agentmods.dev/badge/skills/runverdict/sf-security-review-toolkit/run-scans/github.svg)](https://agentmods.dev/skills/runverdict/sf-security-review-toolkit/run-scans)
Your own site
<a href="https://agentmods.dev/skills/runverdict/sf-security-review-toolkit/run-scans"><img src="https://agentmods.dev/badge/skills/runverdict/sf-security-review-toolkit/run-scans/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 run-scans

Your own site · 80×15
<a href="https://agentmods.dev/skills/runverdict/sf-security-review-toolkit/run-scans"><img src="https://agentmods.dev/badge/skills/runverdict/sf-security-review-toolkit/run-scans.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 177 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 20,261 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.
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.00177 $0.20261
Opus 5 $0.00088 $0.10131
Sonnet 5 $0.00035 $0.04052
Haiku 4.5 $0.00018 $0.02026

Measured 9d ago against content hash e64e025f8faf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

run-scans 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 9d 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/run-scans/SKILL.md · 1,130 lines

How it starts

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

Run Scans

Produce the scan evidence the review requires, with the honesty line drawn per family: what an agent ran (from what inputs, with the report file on disk) versus what only the owner can run (and is therefore PENDING until the owner's report file exists). Evidence lands in <target>/.security-review/evidence/; dispositions land in the FP dossier (${CLAUDE_PLUGIN_ROOT}/templates/fp-dossier.md.tmpl<target>/docs/security-review/fp-dossier.md). The failure class this phase exists to kill: a submission whose scan reports are missing, stale, unauthenticated, scoped narrower than the architecture doc, or carrying undispositioned findings — each of those bounces at the materials check (baseline: process-prequeue-validation, scan-no-clean-scan-required).

When to use

  • As the journey's static-scan substrate (early, BEFORE the audit): the host-independent families need only the scope manifest — see "The static/live partition" below
  • As the journey's live/conditional tail (late): artifacts drafted and the scope manifest's endpoint inventory exists — the DAST scope is generated from it (this prerequisite belongs to the DAST/live tail, not the static substrate)
  • Re-scanning after fixes: the submitted report must be the post-fix run
  • Refreshing evidence before submission (baseline: scan-report-freshness)
  • NOT a replacement for the white-box audit (/sf-security-review-toolkit:audit-codebase is static code review — a different evidence class, never presentable as DAST)
  • NOT for executing the DAST scan itself — that is owner-run by nature, and this skill never claims otherwise (CONVENTIONS §2)
  • NOT the reviewer's pen test — Salesforce's Product Security team tests the surface regardless of anything submitted (baseline: dast-salesforce-runs-own-pentest)

Prerequisites

  • <target>/.security-review/scope-manifest.json (from /sf-security-review-toolkit:scope-submission). Missing? Offer to route there first; degraded mode runs only the track the repo itself proves (package tree → Code Analyzer; lockfiles → dependency audit) and records that the endpoint families were skipped for lack of an inventory.
  • ${CLAUDE_PLUGIN_ROOT}/baseline/requirements-baseline.yaml readable.
  • Per family: the Code Analyzer CLI + JDK 11+ (PMD engine) for the package track — present sf used as-is, else consent-installable as the whole stack to the tmp dir (0.8.41, the same gate as the OSS scanners); a ZAP install (or the container) wherever the owner will run DAST; network access for the TLS check; ecosystem package managers for the dependency audit. For the external-endpoint families (7/8) and the DAST/TLS extensions, the free/OSS tools — Semgrep, OSV-Scanner, Checkov, and optionally Trivy / Nuclei / Schemathesis / testssl.sh / sslyze; each is auto-detected (never auto-installed by THIS skill — see the hard boundary below), found on the prepended PATH when the operator consented to a tmp install at the journey gate (<target>/.security-review/scanner-install.json), and, if still absent, handed to the owner as the exact install + run command (PENDING-OWNER-RUN) rather than skipped silently.
  • Credentials only ever via environment variables — this skill refuses to write a secret into a plan, an evidence file, or the run log (CONVENTIONS §6).

Read the full file on GitHub · 1,130 lines

Files

What ships with it

1 file 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. 9d ago First seen · 1,130 lines · 177 tokens per session scan A e64e025f8faf

Subscribe to this mod's changes

run-scans is a skill published in the GitHub repository runverdict/sf-security-review-toolkit (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 177 tokens to every session and 20,261 once invoked, about $0.0009 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.