claude-code-plugin/skills/ship-safe-hooks/SKILL.md
Install ship-safe as real-time Claude Code hooks — blocks secrets and dangerous commands before they land on disk. Use when the user wants automatic security scanning on every file write or bash command.
npx skillsauth add asamassekou10/ship-safe ship-safe-hooksInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are installing ship-safe as real-time security hooks into Claude Code. Once installed, ship-safe will:
Write / Edit / MultiEdit calls that contain critical secrets (API keys, tokens, private keys) before they are written to diskBash calls matching dangerous patterns (curl piped to shell, credential exfiltration)If $ARGUMENTS is remove: run the remove command below.
If $ARGUMENTS is status: run the status command below.
Otherwise (default or install): run the install command.
Install (default):
npx ship-safe@latest hooks install
Remove:
npx ship-safe@latest hooks remove
Status check:
npx ship-safe@latest hooks status
On install success:
~/.claude/settings.jsonOn remove success:
~/.claude/settings.jsonOn status:
installOn error:
node --versionnpm install -g ship-safe~/.claude/settings.json (global) so they apply to all Claude Code projectscat ~/.claude/settings.jsontools
Run a full security audit on this project — 16 agents scan for secrets, injections, auth bypass, SSRF, supply chain, Supabase RLS, MCP security, agentic AI, RAG poisoning, PII compliance, and more. Use when the user wants a security audit, vulnerability scan, or asks if their code is safe to ship.
development
Get your project's security health score (0-100, A-F grade). Use when the user wants a quick security check or asks "is my code safe to ship?"
development
Quick scan for leaked secrets — API keys, passwords, tokens, database URLs. Use when the user wants to check for hardcoded secrets or exposed credentials.
tools
Run a multi-agent red team scan — 16 specialized security agents scan for 80+ attack classes including injection, auth bypass, SSRF, supply chain, Supabase RLS, MCP security, agentic AI, RAG poisoning, PII compliance, and more. Use when the user wants a deep security analysis beyond just secrets.