| Version | Supported |
|---|---|
| 1.0.x | ✅ Active |
Email security concerns directly — do not open public issues for undisclosed vulnerabilities.
Critical checks:
- Does the issue allow bypassing the
ExplicitCompositionRequestboundary? - Does it introduce non-determinism into the execution kernel?
- Does it permit cross-tenant data leakage?
PI Platform is designed with security-in-depth:
- Fail-closed by default — all policy evaluations default to DENY
- Zero trust within extensions — sandboxed execution with bounded resources
- Immutable audit trail — every action is receipted and chained
- Tenant isolation — no cross-tenant access without explicit capability edges
- Deterministic execution — replay-safe, side-effect-free core
- No new network access in core runtimes
- No file-system writes outside designated paths
- No subprocess spawning in worker implementations
- All new artifacts use
frozen=TruePydantic models - All hashes use canonical JSON + SHA-256
- Tenant scoping applied to every new endpoint