Problem
Forge records workflow and model telemetry, but it does not produce a consolidated security record for sandbox execution. Operators cannot readily answer which policy was enforced, which image ran, what capabilities the driver supported, whether egress was denied, or which output validations passed.
Proposed solution
Produce a structured, redacted security evidence artifact for every sandbox run containing:
- ticket, repository, workflow stage, execution/trace ID, and driver
- immutable image reference/digest when available
- requested and effective sandbox policy fingerprints
- driver capability/preflight result
- timestamps, limits, exit/timeout/cancellation state, and cleanup result
- summarized network/policy denials
- safe-output, secret-scan, and deterministic-validation results
- credential delivery mode (never credential values)
Expose this through logs/traces and Prometheus counters; retain full evidence according to configurable policy.
Acceptance criteria
Dependencies
Estimate
AI-assisted: 3–5 engineering days.
Problem
Forge records workflow and model telemetry, but it does not produce a consolidated security record for sandbox execution. Operators cannot readily answer which policy was enforced, which image ran, what capabilities the driver supported, whether egress was denied, or which output validations passed.
Proposed solution
Produce a structured, redacted security evidence artifact for every sandbox run containing:
Expose this through logs/traces and Prometheus counters; retain full evidence according to configurable policy.
Acceptance criteria
Dependencies
Estimate
AI-assisted: 3–5 engineering days.