Production Template
4.7
(950 downloads)DevSecOps Automated Code Review Agent
Continuous GitHub Pull Request analysis, security scanning, and test generation
Integrate directly into GitHub Actions or GitLab CI. This agent inspects PR diffs for OWASP vulnerabilities, type errors, performance bottlenecks, and missing unit tests.
#Development #DevSecOps #GitHub Actions #Code Review
Architecture Features & Capabilities
GitHub Actions & GitLab CI native runner
OWASP Top 10 security flaw detection
Automated TypeScript & Python test generation
Line-by-line PR inline commenting
Protocol Code Blueprint
TypeScript / Nuxt 3on('pull_request', async (ctx) => {
const diff = await ctx.getDiff()
const audit = await codeAgent.auditDiff(diff)
await ctx.postInlineComments(audit.comments)
})Technology Stack
GitHub OctokitTypeScriptAST TreesitterDocker