CLI Reference
Deadfall detects AI agent compromise by exploiting their instruction-following behavior. When an AI agent reads a trapped file, it encounters instructions to call a verification tool — which triggers an alert.Installation
Commands
Global Options
Quick Examples
Trap Types
Deadfall supports two categories of trap types:Generic Types (Inject into Existing Files)
| Type | Default Path | Description |
|---|---|---|
context | CONTEXT.md | Context/instruction files (Markdown, text) |
code | main.go | Source code files |
env | .env.example | Environment files |
AI-Specific Types (Generate Complete Files)
| Type | Default Path | Target AI |
|---|---|---|
cursor-rules | .cursorrules | Cursor AI |
claude-context | CLAUDE.md | Claude Code |
copilot-instructions | .github/copilot-instructions.md | GitHub Copilot |
mcp-config | mcp.json | MCP clients |