clyra-ai/Wrkr Action
Deterministic Wrkr scheduled, PR-mode, and SARIF execution for AI posture visibility.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | scheduled, pr, or sarif | no | scheduled |
| top | number of top findings in report output | no | 5 |
| target_mode | explicit scan target mode (repo|org|path) | no | "" |
| target_value | explicit scan target value for the selected target_mode | no | "" |
| config_path | optional wrkr config path used when no explicit target is provided | no | "" |
| block_threshold | optional PR-mode risk delta threshold for merge block messaging | no | 0 |
| comment_fingerprint | deterministic marker for PR comment upsert identity | no | wrkr-action-pr-mode-v1 |
| sarif_path | SARIF output path when mode=sarif | no | ./.tmp/wrkr.sarif |
| remediation_mode | scheduled-mode remediation behavior (summary_only|apply) | no | summary_only |
| remediation_max_prs | maximum remediation PRs when remediation_mode=apply | no | 3 |
Outputs
| name | description |
|---|---|
| mode | execution mode returned by the entrypoint |
| summary_path | generated markdown summary artifact path |
| remediation_mode | remediation publication mode used for this run |
| posture_score | posture score from the score command output |
| trend_delta | posture trend delta from the score command output |
| compliance_delta | profile compliance delta from the scan output |
| sarif_path | SARIF artifact path when mode=sarif |