什麼是 codebase-discovery?
產生以安全為中心的 DISCOVERY.md 以進行程式碼審查和威脅建模。在評估不熟悉的程式碼庫時使用。 來源:igbuend/grimbard。
產生以安全為中心的 DISCOVERY.md 以進行程式碼審查和威脅建模。在評估不熟悉的程式碼庫時使用。
透過命令列快速安裝 codebase-discovery AI 技能到你的開發環境
來源: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
產生以安全為中心的 DISCOVERY.md 以進行程式碼審查和威脅建模。在評估不熟悉的程式碼庫時使用。 來源:igbuend/grimbard。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/igbuend/grimbard --skill codebase-discovery產生以安全為中心的 DISCOVERY.md 以進行程式碼審查和威脅建模。在評估不熟悉的程式碼庫時使用。 來源:igbuend/grimbard。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/igbuend/grimbard --skill codebase-discovery 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/igbuend/grimbard