You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iat is in the past (token not issued in the future)
ERROR
LIVE
CM-08
exp - iat does not exceed max TTL (1h standard, 15m sensitive)
WARNING
LIVE
CM-09
budget_usd is non-negative (§3.5)
ERROR
LIVE
§3.2 — Chained Mode — Biscuit (internal/chained)
ID
Check
Severity
Status
CH-01
Token parses as a valid Biscuit v2 structure
ERROR
STUB (v0.2)
CH-02
Root signature verifies against issuer identity document
ERROR
STUB (v0.2)
CH-03
Each block signature verifies against preceding block's next-key
ERROR
STUB (v0.2)
CH-04
Datalog evaluates without contradiction
ERROR
STUB (v0.2)
CH-05
Authority block present and structurally valid
ERROR
STUB (v0.2)
Chained mode is stubbed because the Biscuit vendor-vs-implement
decision is deferred to v0.2. See docs/MILESTONE-v0.1.md.
§3.3 — Scope Attenuation (internal/scope)
ID
Check
Severity
Status
SA-01
Child tool scope ⊆ parent tool scope
ERROR
STUB (v0.2)
SA-02
Child resource scope ⊆ parent resource scope
ERROR
STUB (v0.2)
SA-03
Child action scope ⊆ parent action scope
ERROR
STUB (v0.2)
SA-04
Child temporal scope ⊆ parent temporal scope
ERROR
STUB (v0.2)
SA-05
Scope attenuation holds transitively across all hops
ERROR
STUB (v0.2)
SA-06
No scope field introduces capabilities absent from parent
ERROR
STUB (v0.2)
Scope attenuation is the highest-priority security property of the
protocol. It's stubbed in v0.1 because it operates on chains of
blocks, which are meaningful only once chained mode is supported.
§5.1 — Bounded Delegation Depth (internal/depth)
ID
Check
Severity
Status
BD-01
Chain depth does not exceed profile ceiling
ERROR
STUB (v0.2)
BD-02
Each block declares its depth consistently
ERROR
STUB (v0.2)
BD-03
Depth is monotonic (each child = parent + 1)
ERROR
STUB (v0.2)
§5.2 — Delegation Context (internal/delegation)
ID
Check
Severity
Status
DC-01
delegation_reason field present on every non-root block
ERROR
STUB (v0.2)
DC-02
delegation_reason is a known enum value or free-form string under length limit
WARNING
STUB (v0.2)
DC-03
on_behalf_of field present and resolves to a valid identity
ERROR
STUB (v0.2)
DC-04
Budget ceilings declared when present are numerically coherent
ERROR
STUB (v0.2)
§6.1 — Completion Blocks (internal/completion)
ID
Check
Severity
Status
CB-01
Completion block, if present, is the final block in the chain
ERROR
STUB (v0.2)
CB-02
Completion block contains required fields
ERROR
STUB (v0.2)
CB-03
Completion signature verifies against the terminal agent's identity
ERROR
STUB (v0.2)
CB-04
No blocks follow a completion block
ERROR
STUB (v0.2)
§4.1 — MCP Binding (internal/mcpbind)
ID
Check
Severity
Status
MB-01
Token is presented in Authorization: AIP <token> header format
ERROR
STUB (v0.2)
MB-02
MCP tool invocation matches a tool in the token's scope
ERROR
STUB (v0.2)
MB-03
MCP session ID, if present, matches invocation.session_id
WARNING
STUB (v0.2)
Summary
Module
Section
Live
Stubbed
Total
Identity
§2.3
9
0
9
Compact
§3.1
9
0
9
Chained
§3.2
0
5
5
Scope
§3.3
0
6
6
Depth
§5.1
0
3
3
Delegation
§5.2
0
4
4
Completion
§6.1
0
4
4
MCP Binding
§4.1
0
3
3
Total
18
25
43
How to update this document
When a check moves from STUB to LIVE:
Change its Status column entry from STUB (v0.2) to LIVE.
Update the summary table counts.
Bump burling version covered at the top if the change ships
in a new release.