42Crunch for SREs

What middleBrick covers

  • Black-box scanning with read-only methods under one minute
  • Risk grading from A to F with prioritized findings
  • OWASP API Top 10 (2023) coverage and framework mappings
  • OpenAPI 3.0/3.1/Swagger 2.0 parsing with $ref resolution
  • Authenticated scans with strict header allowlisting
  • LLM/AI security probe suite across three scan tiers

Black-box security scanning for API reliability

As an SRE, you need security insight that does not require access to application code or deployment artifacts. This scanner performs a black-box assessment by submitting requests to a reachable endpoint. It uses only read-only methods plus text-only POST for LLM probes, so it does not change state or introduce load that alters service behavior. Scan completion typically occurs in under a minute, providing rapid feedback without disrupting availability metrics.

Detection scope aligned to API risk frameworks

The scanner evaluates 12 security categories aligned to the OWASP API Top 10 (2023) and maps findings to PCI-DSS 4.0 and SOC 2 Type II control references. Detection coverage includes authentication bypasses, broken object level authorization, excessive data exposure, injection surfaces, rate limiting behavior, and SSRF indicators. The OpenAPI parser reads OpenAPI 3.0, 3.1, and Swagger 2.0 definitions with recursive $ref resolution, cross-referencing the spec against runtime observations to highlight undefined security schemes or deprecated operations.

Authenticated scanning and safe credential handling

For endpoints that require authentication, the scanner supports bearer tokens, API keys, basic auth, and cookies at the Starter tier and above. Domain verification is enforced through a DNS TXT record or an HTTP well-known file, ensuring that only the domain owner can submit credentials. The scanner forwards a strict allowlist of headers, including Authorization, X-API-Key, Cookie, and X-Custom-* headers, preventing unintended data exposure during scans.

LLM and AI security probe coverage

The scanner includes specific assessments for LLM/AI security, executing 18 adversarial probes across three scan tiers labeled Quick, Standard, and Deep. These probes target system prompt extraction, instruction override attempts, DAN and roleplay jailbreaks, data exfiltration paths, cost exploitation techniques, encoding bypass strategies, translation-embedded injection, few-shot poisoning, markdown injection, multi-turn manipulation, indirect prompt injection, token smuggling, tool abuse, nested instruction injection, and PII extraction. Results highlight risky model behavior patterns without requiring access to training data or model internals.

Operational workflows and integration for SRE teams

Scan results are delivered through multiple channels to fit into existing SRE toolchains. The Web Dashboard provides a centralized view with risk grades from A to F, prioritized remediation guidance, and trend tracking over time. The CLI supports on-demand scans with JSON or text output for scripting, while the GitHub Action enforces CI/CD gates by failing builds when scores drop below a defined threshold. The MCP server enables scanning from AI coding assistants, and the Pro tier adds scheduled rescans, diff detection, email alerts, signed webhooks, and compliance report downloads.

Frequently Asked Questions

Does this scanner perform intrusive tests like SQL injection?
No. The scanner only uses non-intrusive methods and does not execute active SQL injection or command injection payloads.
Can it replace a human penetration test for compliance?
No. It is a scanning tool that detects and reports issues and provides remediation guidance; it does not replace human expertise for high-stakes audits.
What happens to scan data after account cancellation?
Customer scan data can be deleted on demand and is purged within 30 days of cancellation. It is never sold or used for model training.
How are new findings compared across scans?
The Pro tier performs diff detection across scans to surface new findings, resolved findings, and score drift, with alerts delivered via email at a rate-limited frequency.