aivibe-org/AiVedha Guard Security Audit
AI-powered security audits for web applications. Automatically scan for vulnerabilities after deployment with in-AWS AI analysis. Zero CI/CD impact — soft-fails on low credits.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 22, 2026
- License
- MIT
Pinned Snippet
uses: aivibe-org/security-audit-action@287c8839f45a44bd5132f173ec8588bc7cd60e74 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | AiVedha Guard API Key (from https://aivedha.ai/profile) | yes | — |
| target-url | URL to audit (e.g., https://yoursite.com) | yes | — |
| skip-url-validation | Skip URL validation before audit | no | false |
| wait-for-results | Wait for audit to complete and show results | no | true |
| fail-on-critical | Fail the action if critical vulnerabilities are found | no | false |
| fail-below-score | Fail the action if security score is below this threshold (0-10). Set to 0 to disable. | no | 0 |
| api-base-url | Override the API base URL (advanced usage). Defaults to https://audit.aivedha.ai | no | "" |
Outputs
| name | description |
|---|---|
| report-id | The unique report ID for this audit |
| security-score | Security score (0-10) |
| grade | Security grade (A+ to F) |
| critical-count | Number of critical vulnerabilities |
| high-count | Number of high severity vulnerabilities |
| medium-count | Number of medium severity vulnerabilities |
| low-count | Number of low severity vulnerabilities |
| report-url | URL to view the full report |
| pdf-url | URL to download the PDF report |