skillguard_verify
Verify the safety of AI agent skills or tools before execution. Classifies each as SAFE, CAUTION, or DANGER based on analysis of permissions, commands, and description. Use to audit MCP tools, OpenAI functions, or any agent capability.
Instructions
Verify the safety of an AI agent skill/tool before execution. Classifies as SAFE, CAUTION, or DANGER based on permissions, commands, and description analysis. Use this to audit MCP tools, OpenAI functions, or any agent capability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill/tool name to verify | |
| description | Yes | What the skill does | |
| permissions | No | Permissions required (e.g. ["filesystem:read", "network:write"]) | |
| commands | No | Shell commands the skill may execute (e.g. ["rm -rf", "curl"]) |