verify-config — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited verify-config (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Run .skills/verify-config/scripts/verify_config_parse.mjs from the project root. It loads the merged config the same way the proxy would and prints what actually resolved — no secrets — then fails loudly if the canonical CLAWBACK.md did not take effect.
node .skills/verify-config/scripts/verify_config_parse.mjs # resolve from ./ (cwd)
node .skills/verify-config/scripts/verify_config_parse.mjs /path/to/projectThe optional positional argument is the directory to resolve config from (defaults to the current working directory).
precedence first, exactly the layering in CLAUDE.md's Config Merging Strategy (DEFAULTS < global < local < CLI).
keepAliveEnabled, injectExtendedCacheTtl, adminPathPrefix, and whether an adminToken is present (length only — the value is never shown).
loadConfig surfaced.Exits non-zero with a FAIL: list when any of these are off — the signature of a CLAWBACK.md that did not parse or merge:
host is not 0.0.0.0 (the canonical LAN bind did not stick),tls is not true,adminToken is missing (a non-loopback bind would have thrown anyway).Otherwise it prints OK: canonical CLAWBACK.md parsed and merged. Pairs with the write-config skill, which generates that file.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.