Tool security model #23
Labels
No labels
bug
commercial
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jasoncouture/llama-shears#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Authorization model for which agents / tools / scopes can run what. Today every loaded tool is callable by every agent that sees its source — fine for a single-operator dev box, not fine for multi-tenant or internet-exposed deployments.
Depends on / pairs with unsafe-tools gating (#24).
Tracked in TASKS.md.
Tool security model landed in #109 —
IToolFiltergates tool discovery (ModelContextProtocolToolDiscovery) with per-agentAgentBehaviorOptions(Sources,Tools,Skills) and policiesDefault/Allow/Deny/Disable. Sources and tools are filtered before they reach the language model's tool list — the model cannot select what it does not see.