Migrating from Astra to middleBrick
What middleBrick covers
- Black-box scanning with no agents or SDK dependencies
- Completes in under a minute with read-only methods
- Covers OWASP API Top 10 (2023), PCI-DSS 4.0, SOC 2 Type II
- OpenAPI 3.0/3.1 and Swagger 2.0 parsing with $ref resolution
- Authenticated scans for Bearer, API key, Basic, and Cookie
- PR checks and CI/CD gates via GitHub Action and CLI
Exporting data from Astra
Begin by exporting your existing scan data from Astra. Use the platform UI or API to download findings, scan definitions, and historical scores in JSON or CSV format. Map severity levels and tags to middleBrick categories so you can align prior work with the new scoring model.
Rebuilding scan history
Transform the exported data into a timeline that middleBrick can consume. Include timestamps, affected endpoints, and remediation status. Recreate trend lines by importing these normalized records manually at first; over time, continuous monitoring will generate a comparable history natively.
Keeping CI wired up during cutover
Shift your CI gates gradually. Point the GitHub Action or pipeline stage to the middleBrick API client first on a staging environment, using the same fail thresholds you set in Astra. Run both tools in parallel for one sprint to validate that block conditions match before decommissioning the old integration.
What you will miss with Astra
middleBrick does not perform intrusive exploit tests such as active SQL injection or command injection, and it does not detect blind SSRF that relies on out-of-band callbacks. It also does not surface business logic flaws, which require domain-specific reasoning. Use a dedicated pentest for these areas.
What you will gain
You gain a black-box scanner that requires no agents or SDKs and completes in under a minute. Reports align directly with OWASP API Top 10 (2023), PCI-DSS 4.0, and SOC 2 Type II control references. The CLI, MCP Server, and PR checks make it simple to integrate across teams while maintaining strict read-only safety posture.