What is codebase-discovery?
Generate security-focused DISCOVERY.md for code review and threat modeling. Use when assessing unfamiliar codebases. Source: igbuend/grimbard.
Generate security-focused DISCOVERY.md for code review and threat modeling. Use when assessing unfamiliar codebases.
Quickly install codebase-discovery AI skill to your development environment via command line
Source: igbuend/grimbard.
Generate a security-focused DISCOVERY.md for the codebase at $ARGUMENTS.
| Dependencies | Vulnerable packages, outdated versions, unnecessary deps | | Trust Boundaries | HTTP endpoints, file uploads, CLI args, env vars, DB queries, message queues | | Auth Flow | Identity verification, session management, token handling, permission checks, RBAC |
project-root/ ├── src/ │ ├── auth/ # [!] Authentication logic │ ├── middleware/ # [!] Security middleware, validators │ ├── controllers/ # [!] Input handling, business logic │ ├── models/ # [!] Data models, ORM queries │ ├── services/ # External integrations │ └── utils/ │ ├── crypto.js # [!] Cryptographic operations
Generate security-focused DISCOVERY.md for code review and threat modeling. Use when assessing unfamiliar codebases. Source: igbuend/grimbard.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/igbuend/grimbard --skill codebase-discoveryGenerate security-focused DISCOVERY.md for code review and threat modeling. Use when assessing unfamiliar codebases. Source: igbuend/grimbard.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/igbuend/grimbard --skill codebase-discovery Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/igbuend/grimbard