Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ agentcheck
| AWS | Active credentials and whether they carry admin-level policies |
| GCP | Active account and whether it holds owner or editor roles |
| Azure | Active subscription and Owner / Contributor role assignments |
| API Keys | 40+ env vars and credential files (OpenAI, Stripe, GitHub, etc.) |
| API Keys | 100+ env vars and credential files (OpenAI, Stripe, GitHub, etc.) |
| Kubernetes | Active context, whether it points at a prod cluster |
| Local | Docker daemon, SSH keys, Terraform config files, .env files |
| Local | Docker daemon, SSH keys, Terraform config files, .env files |

Every finding is tagged `LOW`, `MODERATE`, `HIGH`, or `CRITICAL`. `UNCERTAIN` findings (checks that timed out) are shown separately and never trigger CI failure.

Expand Down