Code Guard
A deterministic scanner for AI-generated code: hardcoded secrets, dangerous sinks (`exec`, `eval`, shell injection), risky patterns; 31 line-based rules plus 22 secret patterns, each with an ID, severity, line number, and remediation. It reads lines, not an AST, and says so: it will flag `exec(userInput)` and a hardcoded AWS key; it will not do taint analysis. The diff endpoint scans only…
Code Guard endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
rules /api/rules |
|
| POST |
scanDiff /api/scan-diff |
|
| POST |
scanCode /api/scan-code |
|
Code Guard pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $40 / month | — |
|
| MEGA | $150 / month | — |
|