SpanForge / SDK Service / Build phase
sf_gate
6-gate YAML pipeline engine enforcing PRRI governance, SLSA Level 2 provenance, and trust gates for HRI, PII, and secrets — wired directly into CI/CD.
from spanforge import sf_gateWhat it covers
- 6-gate YAML pipeline engine
- PRRI governance gate
- Trust gate spanning HRI, PII, and secrets checks
- SLSA Level 2 provenance artifact store
- CI/CD integration with deterministic exit codes
- Policy-as-code gate definitions
Get started
Install once. Import per service.
All SDK services ship inside a single package. Install spanforge once and import only what you need.
Install
pip install spanforgeImport
from spanforge import sf_gate