agent-tool-risk
Installation
SKILL.md
Agent Tool Risk
Use this skill for MCP, plugins, hooks, sub-agents, tool permissions, prompt flows, automation loops, and model-visible logs.
Workflow
- Inventory the agent/tool surface: trigger, command, permissions, inputs, outputs, and persistence.
- Classify risk:
- prompt injection or untrusted content
- excessive agency or destructive authority
- secret exposure
- data exfiltration through logs or MCP
- command injection
- stale or misleading model-visible memory
- Confirm high-risk operations have human approval or guard hooks.
- Ensure hidden logs are not loaded as default model context.
- Ensure model-visible logs contain only durable, necessary retry context.
- Update
docs/harness/AGENT_SECURITY.md,docs/harness/SECURITY_POLICY.md, anddocs/harness/SUBAGENT_PROTOCOL.mdif behavior changes.