sburgholzer/Blast Radius - AWS Infrastructure Risk Analysis
Analyze AWS infrastructure changes (CDK, CloudFormation, Terraform) for blast radius risk before deployment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| format | Input format: cloudformation, terraform-plan, canonical | yes | — |
| input | Path to the input file (changeset JSON, terraform plan JSON, or canonical manifest) | yes | — |
| threshold | Risk score threshold (0-100). Fails if any resource exceeds this. | no | — |
| ai-gate | Fail if AI recommends against deployment (true/false) | no | false |
| no-summary | Skip AI summary generation (true/false) | no | false |
| api-url | Blast Radius API URL | yes | — |
| comment-pr | Automatically comment results on the PR (true/false) | no | true |
| version | CLI version to use (default: latest) | no | latest |
Outputs
| name | description |
|---|---|
| analysis-id | The analysis ID |
| verdict | pass or fail |
| highest-score | Highest impact score |
| total-affected | Total affected resources |
| recommend-deploy | AI deployment recommendation (true/false) |
| confidence | AI recommendation confidence (high/medium/low) |
| summary | AI-generated risk summary (markdown) |
| result-json | Full JSON result |