waymaker-ai/CoFounder AI Guardrails
Scan your AI codebase for security, compliance, cost, and safety issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scan | Comma-separated scan types: pii,injection,secrets,models,cost,safety,all | no | all |
| fail-on | Minimum severity to fail the check: low, medium, high, critical | no | high |
| format | Output format: text, sarif, json | no | text |
| config | Path to .cofounder.yml configuration file | no | .cofounder.yml |
| scan-path | Path to scan (defaults to repo root) | no | . |
| github-token | GitHub token for PR comments and check runs | no | ${{ github.token }} |
| comment-on-pr | Whether to post results as a PR comment | no | true |
| upload-sarif | Whether to upload SARIF to GitHub Security tab | no | true |
| approved-models | Comma-separated list of approved model identifiers | no | "" |
| budget-limit | Monthly budget limit in USD | no | "" |
Outputs
| name | description |
|---|---|
| findings | Total number of findings |
| critical | Number of critical findings |
| high | Number of high findings |
| medium | Number of medium findings |
| low | Number of low findings |
| passed | Whether the scan passed (true/false) |
| sarif-file | Path to the generated SARIF file |
| report | Path to the scan report file |