Attack banner
mukul975 mukul975

Attack

AI community

Description

--- description: Route an attack vector to the appropriate specialist agent — usage: /project:attack <target> <vector> allowed-tools: Bash, Read, Write --- Execute an attack against target using the specified vector: $ARGUMENTS Parse $ARGUMENTS: the first word is TARGET, remaining words are the VECTOR. 1. **Scope Check**: Verify TARGET is in scope.txt. Stop if not found. 2. **Route to Agent based on VECTOR keyword**: | Vector Keyword | Agent to Invoke | |----------------|-------------

Installation

Installs to ~/.claude/commands/mukul975-threatswarm-attack.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mukul975/Threatswarm/HEAD/.claude/commands/attack.md -o ~/.claude/commands/mukul975-threatswarm-attack.md

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

Full documentation available on GitHub

View Source Repository