| Pre-deploy |
| IaC — Terraform & CloudFormation | IaC (Checkov) | Starter+ | Public S3 buckets, IAM wildcards, unencrypted storage, insecure SGs |
| IaC — Kubernetes YAML & ARM | IaC (Checkov) | Pro+ | K8s RBAC over-permissions, privileged containers, missing network policies |
| IaC ↔ Cloud drift detection | IaC + Cloud | Business+ | Live environment deviates from IaC definitions |
| SAST — JS / TypeScript / Python / Go | SAST (Semgrep) | Pro+ | Injection, hardcoded secrets, insecure deserialization · OWASP/CWE pack |
| Cloud audit |
| AWS IAM & access policies | Cloud (Prowler) | Pro+ | Wildcard actions, missing MFA, cross-account trust misuse |
| AWS S3 & storage configs | Cloud (Prowler) | Pro+ | Public buckets, missing encryption, disabled versioning |
| Azure & GCP configurations | Cloud (Prowler) | Pro+ | Misconfigured NSGs, disabled logging, storage account access |
| Cloud network & VPC rules | Cloud (Prowler) | Pro+ | Overly permissive security groups, unrestricted inbound rules |
| Runtime (DAST) |
| Attack surface mapping | DAST | All plans | Admin panels, directory listings, verbose banners |
| Configuration issues | DAST | All plans | CORS, HTTP methods, debug endpoints |
| Authentication weaknesses | DAST | All plans | Rate limiting, enumeration, weak policy |
| Authorization & IDOR | DAST (auth) | All plans | Horizontal privilege, missing function guards |
| Session management | DAST | All plans | Cookie flags, CSRF, session fixation |
| XSS / SQLi / Injection | DAST | All plans | Reflected, stored, DOM, blind SQLi |
| Sensitive data exposure | DAST | All plans | Stack traces, API keys in responses |
| Security headers | DAST | All plans | CSP, HSTS, X-Frame-Options, Referrer-Policy |
| TLS & transport | DAST | All plans | Weak ciphers, TLS 1.0/1.1, mixed content |
| API security | DAST | All plans | Unauthed endpoints, GraphQL introspection, CORS |
| Client-side security | DAST | All plans | DOM XSS, SRI missing, clickjacking |
| Business logic | DAST (auth) | All plans | Mass assignment, workflow bypass |