asymptote-labs/Asymptote Security Scan
Evaluate PR code changes against Asymptote security policies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| asymptote_api_key | Asymptote API key with evaluate_diff scope | yes | — |
| asymptote_api_url | Asymptote Edge API URL | no | https://asymptote-edge-579124726252.us-west1.run.app |
| exclude_paths | Comma-separated glob patterns to exclude from scanning (e.g., "dist/**,*.min.js") | no | "" |
Outputs
| name | description |
|---|---|
| decision | Evaluation decision (allow, warn, block) |
| total_violations | Total number of violations found |
| critical_count | Number of critical severity violations |
| high_count | Number of high severity violations |
| medium_count | Number of medium severity violations |