SKILLS.md files and runtime skill calls.
What it gates
| Dimension | What it controls |
|---|---|
| allow / deny | Whether the skill can be invoked at all |
| rate limit | Maximum invocations per sliding window |
| argument constraints | JSON Schema validation of invocation arguments |
| time windows | UTC hours and weekdays when invocation is allowed |
| consent | Human approval requirements for high-risk skills |
| audit level | No audit, hash-only audit, or full payload audit |
Policy example
Runtime use
Audit receipts
Recorded invocations append immutable receipts to a BLAKE3 hash chain.hash audit mode records safe metadata and a payload hash. full audit mode records the argument payload for high-sensitivity forensic workflows.