Paste a Claude Agent Skill's SKILL.md below, or scan a GitHub link. We lint it and run a static security scan (prompt-injection phrasing, dangerous code patterns) — nothing is stored.
⚠ Not 100% accurate — read before trusting a result
skillsmith is a static heuristic scanner. It never runs the code, it just pattern-matches.
A CLEAN result means our current ruleset found nothing —
it is not a guarantee the skill is safe. A skill can still be malicious in ways this scanner
doesn't (yet) detect, and a HIGH result can be a false positive.
Always read code you didn't write before running it, especially anything with a python_import.
Skills that scanned CLEAN before, by anyone. Automated heuristic result only — not a manual audit. See the disclaimer above.
5 lookups / day
150 lookups $5/30d
everything $10/30d
One account, any device. Sign up to get an API key. Pay in USDC on Solana, no subscription surprises. Quota is shared across your devices.
curl -X POST https://skillsmith.ch/api/signup
→ {"api_key": "sk_...", "free_daily_limit": 5}
curl -X POST https://skillsmith.ch/api/scan \
-d '{"api_key":"sk_...","text":"..."}'
curl "https://skillsmith.ch/api/lookup?sha256=...&api_key=sk_..."
curl "https://skillsmith.ch/api/registry?api_key=sk_..."
# Pro ($5, 100 scans+150 lookups/day) or Premium ($10, unlimited), then:
curl -X POST https://skillsmith.ch/api/scan_pro \
-d '{"api_key":"sk_...","tier":"premium","activate_payment_signature":"<tx>"}'
Full docs: /api-docs.html or the README on GitHub