dylanp12/Proctor run
Run a benchmark task under Proctor isolation; verify and upload the signed bundle.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| run-args | Args passed to `proctor` (e.g. 'run --task ./t --agent "sh /workspace/solve.sh" --policy ./p.yaml'). Do NOT include --out; the action sets it. | yes | — |
| out | Output directory for verdict.json / violations.jsonl / bundle.json. | — | proctor-out |
| signing-seed | ed25519 seed hex (set from a secret). Empty => an ephemeral key is minted. | — | "" |
| pubkey | If set, verify-bundle also checks the bundle was signed by this public key. | — | "" |
| artifact-name | Name of the uploaded bundle artifact. | — | proctor-bundle |
| upload | Upload the bundle as a build artifact. | — | true |
| proctor-ref | If set, clone dylanp12/proctor@<ref> and build it; else build from working-directory. | — | "" |
| working-directory | Path to the proctor source checkout (used when proctor-ref is empty). | — | . |
| proctor-version | If set, download this release's prebuilt binary (gh release download) instead of building. | — | "" |
Outputs
| name | description |
|---|---|
| pass | verdict.pass (true/false). |
| verdict-status | verdict.status (clean/compromised). |
| violations | verdict.violations_count. |
| bundle-path | Path to the produced bundle.json. |