fusion-data-company/80/20 Launch Audit
Deep launch-readiness audit — authorization depth, security, a11y, perf, SEO. Fails the PR on confirmed security/authz bugs and uploads SARIF to code scanning.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-url | URL of the running app to audit (e.g. a preview deployment). | yes | — |
| name | Project name for the report. | no | app |
| repo | Path to the repo to scan for deeper checks. | no | . |
| hints | Path to a hints JSON (roles, routes) — enables the authorization wedge. | no | "" |
| fail-on-gate | Fail the job when the Launch Gate fails (confirmed security/authz bug or sub-threshold readiness). | no | true |
| upload-sarif | Upload the SARIF result to GitHub code scanning. | no | true |
| out | Output directory for reports + SARIF. | no | launchaudit-out |
Outputs
| name | description |
|---|---|
| sarif | Path to the emitted SARIF 2.1.0 file. |
| gate-passed | true/false — whether the Launch Gate passed. |