wakizara/Val QA scan
Run Val (the QA agent for vibecoded apps) against a preview URL and post the findings as a PR comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to scan. Use the preview deployment URL of the current PR. | yes | — |
| license-key | Your Val license key (starts with vk_...). Get one at https://val.nyx-intelligence.com. Store it as a repo secret and pass it here. | yes | — |
| max-pages | Maximum number of same-origin pages to crawl. | no | 12 |
| devices | Comma-separated device profiles (e.g. "desktop,iPhone 14"). Single device = no multi-device scan. | no | desktop |
| fail-on | Severity that fails the action: "high", "medium", "low", or "never". | no | high |
| comment | Post the report as a PR comment ("true" or "false"). | no | true |
| github-token | GITHUB_TOKEN used to post the PR comment. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| high | Number of high-severity findings. |
| medium | Number of medium-severity findings. |
| low | Number of low-severity findings. |
| report-path | Path to the raw report file. |