claude-code-plugin/skills/ship-safe-red-team/SKILL.md
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.
npx skillsauth add asamassekou10/ship-safe ship-safe-red-teamInstall 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 running a multi-agent red team scan using Ship Safe's 13 security agents.
npx ship-safe@latest red-team $ARGUMENTS --json --no-ai 2>/dev/null
If $ARGUMENTS is empty, default to .:
npx ship-safe@latest red-team . --json --no-ai 2>/dev/null
If the user wants specific agents only, use the --agents flag:
npx ship-safe@latest red-team . --agents injection,auth,ssrf --json --no-ai 2>/dev/null
Available agents: injection, auth, ssrf, supply-chain, config, llm, mobile, git-history, cicd, api, supabase-rls
The JSON output contains findings from each agent. Present results grouped by agent:
Show a table: Agent | Findings | Critical | High | Medium
List them briefly as clean — this is useful context.
For the most critical findings:
npx ship-safe@latest red-team . --agents <agent>Based on the results, suggest:
/ship-safe-baseline) for the current statetools
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.
development
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.