dutchcode/Blinkof.ai Blink Test
Deep QA scan of your deployed app that acts like a real user, with paste-ready fix prompts. Fails on critical findings.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | The deployed app URL to scan, e.g. https://yourapp.com | yes | — |
| api-token | Blinkof.ai API token (create one in the dashboard under "Developers - API tokens for CI"; store it as a repo secret). The token must belong to an account that has verified ownership of the scanned host. | yes | — |
| fail-on | Fail the step when findings at or above this severity exist: "critical", "high", or "none" (never fail). | no | critical |
| wait | Wait for the scan to finish ("true") or just queue it and exit ("false"). | no | true |
| timeout-minutes | How long to wait for the scan to complete before giving up. | no | 15 |
Outputs
| name | description |
|---|---|
| scan-id | The scan id. |
| score | Health score (0-100), empty if wait=false. |
| grade | Letter grade (A++..F), empty if wait=false. |
| report-url | Human-readable report URL. |