Skip to main content
Glama

scan_chain

Scan skill files for unsafe agent delegation vulnerabilities. Detects sub-agent spawning with inherited permissions and missing trust boundaries.

Instructions

Delegation chain scan of skill file content.

Filters to AVE-2026-00048 (unsafe agent delegation) and related rules. Detects sub-agent spawning with inherited permissions and missing trust boundaries.

Use this when evaluating a skill that spawns sub-agents or delegates tasks to other agents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesThe text content to scan
no_ignoreNoIf True, bypass all suppressions

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must carry the burden. It implies read-only analysis by using 'scan' and 'detects', but does not explicitly state that it does not modify data or disclose other behavioral traits like performance or authentication needs.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences with the core purpose in the first sentence. Every sentence provides value—action, specific filter, and usage context—without any wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema and full parameter descriptions, the description covers the tool's purpose, filter criteria, and usage scenario. It lacks some behavioral specifics but is sufficient for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% with both parameters described. The description does not add extra meaning beyond what the schema provides, so the baseline score of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it scans delegation chains of skill file content, filters to a specific CVE, and detects sub-agent spawning with inherited permissions and missing trust boundaries. This provides a specific verb-resource pair and distinguishes from siblings like scan_content.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description ends with 'Use this when evaluating a skill that spawns sub-agents or delegates tasks to other agents,' providing clear when-to-use guidance. However, it does not mention when not to use it or explicitly compare to sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bawbel/bawbel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server