Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MetapriseAI/OrgKernel
/ ScopeCheckResponse
Class
ScopeCheckResponse
src/orgkernel/schemas/execution_token.py:286–292 ·
view source on GitHub ↗
Response from a scope check.
Source
from the content-addressed store, hash-verified
284
285
286
class
ScopeCheckResponse(BaseModel):
287
""
"Response from a scope check."
""
288
token_id: str
289
tool_name: str
290
passed: bool
291
blocked: bool
292
violations: list[str]
Callers
1
check_scope
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected