dylanp12/Proctor run

Run a benchmark task under Proctor isolation; verify and upload the signed bundle.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
run-argsArgs 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
outOutput directory for verdict.json / violations.jsonl / bundle.json.proctor-out
signing-seeded25519 seed hex (set from a secret). Empty => an ephemeral key is minted.""
pubkeyIf set, verify-bundle also checks the bundle was signed by this public key.""
artifact-nameName of the uploaded bundle artifact.proctor-bundle
uploadUpload the bundle as a build artifact.true
proctor-refIf set, clone dylanp12/proctor@<ref> and build it; else build from working-directory.""
working-directoryPath to the proctor source checkout (used when proctor-ref is empty)..
proctor-versionIf set, download this release's prebuilt binary (gh release download) instead of building.""
namedescription
passverdict.pass (true/false).
verdict-statusverdict.status (clean/compromised).
violationsverdict.violations_count.
bundle-pathPath to the produced bundle.json.