generalized-labs/ironrun
Sealed command execution for AI agents — secrets never leak to logs or LLMs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command_id | The policy command ID to execute (must exist in your policy file) | yes | — |
| policy | Path to ironrun policy file | no | ironrun.yml |
| version | ironrun version to install (a released tag, or "latest") | no | latest |
Outputs
| name | description |
|---|---|
| exit_code | Exit code of the executed command |
| duration_ms | Execution time in milliseconds |
| truncated | Whether output was truncated at max_bytes |