Sectum AI vs NVIDIA Garak

TL;DR. Both products are Apache 2.0 open source and both target AI security, but they operate at different levels. Garak (NVIDIA/garak) is an LLM vulnerability scanner — 50+ probe modules covering prompt injection, jailbreaks, training-data extraction, hallucinations, encoding bypasses — that runs per-model. Sectum AI is a multi-tenant infrastructure verifier with a marker substrate, runs cross-tenant probes across 13 surfaces, and produces a tamper-evident, control-mapped audit pack. Both are useful, both are open source, and most prod AI teams should run both.

The two products

NVIDIA Garak (garak.ai, NVIDIA/garak)

Category: open-source LLM vulnerability scanner.

License: Apache 2.0. 6.9k GitHub stars.

Distribution: Python CLI (pip install garak). NVIDIA-maintained with active 2026 releases.

2026 capability (NVIDIA Garak Explained, Frank’s World 2026-02-03, Help Net Security):

Pricing: free / OSS.

Buyer: AI engineers, security teams running pre-prod LLM red-team scans in CI pipelines.

Sectum AI (sectum.ai)

Category: multi-tenant AI verification.

License: Apache 2.0 for the substrate, attack catalog, adapters, evidence chain, and sectum-ai verify. The evidence layer in the OSS produces the same artifacts the hosted Sectum Cloud does — by design.

Method: marker substrate. Provisions synthetic tenants on the customer’s AI stack, plants cryptographic canary markers (HARD_CANARY / ENTITY_CANARY / SECRET_CANARY), records a hashed ground-truth manifest, runs 11 cross-tenant probe classes across 13 surfaces, produces a tamper-evident evidence pack with a cryptographic chain of custody (RFC 3161 TSA + Sigstore Rekor + in-toto envelope).

For: CISOs, DPOs, and audit firms working on multi-tenant AI products. The flagship engagement is a GDPR Article 17 erasure attestation. See pricing.

The categorical difference: per-model probes vs. per-tenant-boundary attestation

GarakSectum AI
Unit of analysisA single LLM endpoint at a timeA multi-tenant AI infrastructure
MethodPer-probe attack against the model + per-detector pass/failMarker substrate + manifest-grounded layered detection
Detection determinismDetector heuristics + LLM-as-judge variantsManifest-grounded: confirmed findings have zero false positives by construction
OutputJSONL + HTML report per scanTamper-evident audit pack (RFC 3161 + Rekor + in-toto + PDF + JSON)
VerificationRe-run Garak; trust the reportsectum-ai verify <pack> — third-party-verifiable without Sectum AI installed
SurfacesPer-LLM probe surface13 surfaces (vector DB, RAG, caches, agents, MCP, fine-tunes, eval sets, search indexes, tracing, etc.)
Multi-tenant focusNot specificallyThe category
Flagship engagementGDPR Art. 17 erasure attestation

Both projects are healthy, well-maintained Apache 2.0 OSS. Garak’s strength is breadth and depth on per-model probing. Sectum AI’s strength is depth on the multi-tenant boundary across surfaces, with auditor-grade evidence.

Surface coverage

SurfaceGarakSectum AI
LLM endpoint (any of 23 backends)✓ (the primary unit)✓ (one of the probe surfaces)
Vector DB direct (cross-tenant integrity)✓ (Pinecone, pgvector, Weaviate, Chroma live adapters)
Semantic cache✓ (Class 4 + live Redis adapter)
KV cache (timing side channel)✓ (Class 5 — statistical Cohen’s d effect-size test)
Embedding inversion across tenants✓ (Class 6)
Agent tools / MCPv0.15.0 added Agent-breaker probe (per-tool red-team)✓ (Class 7 — cross-tenant MCP confused-deputy + token passthrough)
Persistent agent memory✓ (Class 8)
LoRA / fine-tune cross-tenant influence✓ (Class 9)
Multi-turn benign extraction✓ (multi-turn GOAT probe v0.15.0)✓ (Class 10 — Silent Leaks / IKEA-style)
RAG poisoning— (not a Garak focus)✓ (Class 3)
GDPR Article 17 erasure verification✓ (Class 11 — the Erasure Attestation engagement)
Observability backends (Langfuse / LangSmith / Phoenix)✓ (live adapters)
NeMo Guardrails serverv0.15.0 added integration— (not a Sectum AI surface)
System-prompt-extraction probev0.15.0 added— (not a Sectum AI focus)

Garak owns prompt-level breadth across many backends. Sectum AI owns multi-tenant breadth across many surfaces. The two coverages run perpendicular and compound.

Evidence model

Both produce machine-readable output. The shapes differ:

Garak’s output:

Sectum AI’s output:

The shapes serve different audiences. Garak’s report serves a security engineer reading findings; Sectum AI’s pack serves an auditor or DPO needing cryptographic chain of custody.

When to use Garak

When to use Sectum AI

Using both

The strongest AI security posture for a multi-tenant AI product runs both:

Both products being Apache 2.0 OSS means there’s no commercial lock-in either way. They live happily in the same pipeline; Garak’s JSONL output and Sectum AI’s audit pack address different consumers (engineer + auditor).

Honest positioning

Garak is the open-source standard for LLM vulnerability scanning. The 6.9k stars and NVIDIA backing speak for themselves. Sectum AI is not in that category — it focuses on multi-tenant verification and auditor-grade evidence, where Garak doesn’t compete. Most AI security programs at multi-tenant SaaS companies will benefit from running both.

Pricing

References


← All comparisons