You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #20 from oswin-mako/fix/gcp-scan-reporting
feat: add GCP compliance scanning
Thanks @oswin-mako — three bugs cleanly addressed in a6fe068, 142 GCP tests pass alongside the full suite (314/314), and
you turned this around same-day after the review. Merging.
@@ -24,7 +24,7 @@ posture hands-free. From the team at [Transilience.ai](https://www.transilience.
24
24
25
25
> 📹 **See it in action:**[60-second walkthrough of the voice console](./docs/media/shasta-voice-demo.mp4) — talk to your compliance posture, drill into findings, manage the risk register hands-free. Also attached as a release asset on the [v1.9.0 GitHub Release](https://github.com/transilienceai/shasta/releases/tag/v1.9.0).
26
26
27
-
Shasta scans your cloud infrastructure for SOC 2, ISO 27001, HIPAA, ISO 42001, EU AI Act, OWASP LLM Top 10 and more. It covers 13 compliance frameworks, 221 automated checks, and 199 security questionnaire answers — with a web dashboard, an opt-in voice console, 112 Terraform remediation templates, and auditor-grade evidence. Application source-code AI scanning lives in the separate [Whitney](https://github.com/transilienceai/whitney) project (`pip install whitney`). Built for founders running <50 employee companies who need compliance without the $30K/year Vanta bill.
27
+
Shasta scans your cloud infrastructure for SOC 2, ISO 27001, HIPAA, ISO 42001, EU AI Act, OWASP LLM Top 10 and more. It covers 13 compliance frameworks, 267 automated checks, and 199 security questionnaire answers — with a web dashboard, an opt-in voice console, 132 Terraform remediation templates, and auditor-grade evidence. Application source-code AI scanning lives in the separate [Whitney](https://github.com/transilienceai/whitney) project (`pip install whitney`). Built for founders running <50 employee companies who need compliance without the $30K/year Vanta bill.
28
28
29
29
> **Three load-bearing artifacts at the repo root, in order of what to read:**
30
30
> [`README.md`](./README.md) (this file — what it does) →
@@ -56,7 +56,7 @@ For application source-code AI security scanning — prompt injection detection,
| AI governance |~85% | Cloud AI checks (Bedrock + SageMaker + Azure OpenAI + Azure ML) + AI SBOM, 7 frameworks (ISO 42001, EU AI Act, NIST AI RMF, NIST AI 600-1, OWASP LLM Top 10, OWASP Agentic Top 10, MITRE ATLAS); application source-code prompt-injection scanning lives in the standalone Whitney scanner (separate repo) |
(`src/whitney/TRUST.md` was retired in the 2026-04-13 Whitney/Shasta split.)
@@ -21,9 +21,9 @@ Semgrep architecture), see the standalone Whitney repo at
21
21
22
22
Shasta and Whitney together ship the following, all integrity-tested:
23
23
24
-
-**221 check functions** (221 cloud compliance + 0 AI governance — Whitney now ships as a separate repo at [github.com/transilienceai/whitney](https://github.com/transilienceai/whitney); install with `pip install whitney` for source-code scanning)
-**267 check functions** (267 cloud compliance + 0 AI governance — Whitney now ships as a separate repo at [github.com/transilienceai/whitney](https://github.com/transilienceai/whitney); install with `pip install whitney` for source-code scanning)
0 commit comments