shymonski-dev/Lifeguard Verify
Verify a Lifeguard agent specification in GitHub workflows and produce evidence logs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| spec_path | Path to the Lifeguard specification JSON file. | yes | — |
| evidence_path | Path for the evidence JSON lines log file. | no | .lifeguard/evidence.jsonl |
| runtime | Verification runtime. Options are standard and langgraph. | no | standard |
| repo_path | Optional repository path passed to Lifeguard verification. | no | "" |
| checkpoint_dir | Optional checkpoint directory for langgraph runtime. | no | "" |
| resume_checkpoint | Optional checkpoint file path for langgraph runtime resume. | no | "" |
| approved_by | Optional human approver identity for network or write capable tool execution. | no | "" |
| approval_id | Optional human approval identifier for network or write capable tool execution. | no | "" |
| approval_notes | Optional human approval notes for verification metadata. | no | "" |
| working_directory | Working directory where specification and evidence paths are resolved. | no | . |
| python_version | Python version used to install and run Lifeguard. | no | 3.11 |
| install_graph_runtime | Install optional graph runtime dependencies. Set to true when runtime is langgraph. | no | false |
Outputs
| name | description |
|---|---|
| evidence_path | Path to the generated evidence JSON lines log file. |
| verification_passed | Whether Lifeguard verification completed successfully. |