Thanks for your interest!
git clone https://github.com/Youranalyst-coder/gitagent-securebot.git
cd gitagent-securebot
npm install --ignore-scripts
npm run dev- More CWE rules in
lib/tools/scan-file.ts— add a new entry to theRULESarray. - More fix templates in
lib/tools/generate-fix.ts— add aCWE-XXXkey toFIX_TEMPLATES. - More secret patterns in
lib/tools/find-secrets.ts. - More vulnerable dep entries in
lib/tools/check-deps.ts. - New skills — drop a
agent/skills/<name>/SKILL.mdand reference it inagent.yaml. - New languages — Python, Go, Rust scanners would be welcome.
- Fork the repo
- Create a feature branch
- Make changes, run
npm run buildto verify - Open a PR against
main
- TypeScript strict mode
- 2-space indent
- Tailwind for styling
- Prefer composition over inheritance
By contributing, you agree your work will be licensed under MIT.