notambourine

Wormhook Setup — Security skill for Claude Code

Security community

Interactively set up wormhook's out-of-Claude scanning (CLI, git-pull audit, hourly sweep, scan roots).

How to install Wormhook Setup

Installs to ~/.claude/skills/notambourine-wormhook-wormhook-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/notambourine-wormhook-wormhook-setup && curl -fsSL https://raw.githubusercontent.com/notambourine/wormhook/HEAD/commands/wormhook-setup.md -o ~/.claude/skills/notambourine-wormhook-wormhook-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Wormhook Setup does


description: Interactively set up wormhook's out-of-Claude scanning (CLI, git-pull audit, hourly sweep, scan roots) allowed-tools: Bash, AskUserQuestion

Run the wormhook out-of-band setup wizard. Goal: cover this machine outside Claude Code with an on-demand `wormhook-scan` CLI, a git-pull audit, and an hourly local sweep. The detection engine is unchanged; you are wiring up triggers.

0. Resolve the CLI script

Set `SCRIPT` to the first of these that exists, then use it for every co

Alternatives in Security

  • Token Scan — Meme coin and token security scan — checks for rug pull vectors (hidden mint, honeypot, fee manipulation, LP l 3.8k ★
  • Mcp-scan (Invariant Labs) — MCP security scanner with proxy mode for real-time scanning without infrastructure changes 1.9k ★
  • AWS MCP Server — by alexei-led - Features multiple Python environment setup options with detailed code style guidelines, compre 182 ★

Full documentation available on GitHub

View Source Repository