Skip to main content
Glama

depguard_audit_deep

Audit the full transitive dependency tree of an npm package to uncover vulnerabilities hidden deep in nested dependencies, providing a complete view of the total attack surface beyond direct dependencies.

Instructions

Audit the full transitive dependency tree of a package. Crawls all nested dependencies recursively and aggregates vulnerabilities across the entire graph. Use when you need to know the total attack surface, not just direct deps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesnpm package name
maxDepthNoMax recursion depth (default: 5, max: 10)
targetLicenseNoProject license for compatibility check (default: MIT)
Behavior4/5

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

With no annotations, description covers key behavior: recursive crawling and aggregation across the full graph. Slightly limited by not describing output structure, but sufficient for agent understanding.

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?

Two well-crafted sentences: first defines action and resource, second provides usage context. No wasted words, front-loaded critical info.

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?

Description clarifies the tool's recursive nature and aggregation purpose. Lacks output structure details but overall complete for a read-only audit tool; schema covers inputs fully.

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 covers 100% of parameters. Description adds no extra semantic detail beyond schema, such as effect of maxDepth or targetLicense, so baseline 3 is appropriate.

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?

Description uses specific verb 'audit' and resource 'full transitive dependency tree', clearly distinguishing from siblings like 'depguard_audit' which likely covers only direct dependencies.

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

Usage Guidelines5/5

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

Explicitly states when to use: 'when you need to know the total attack surface, not just direct deps', providing clear context and contrast with alternatives.

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/mopanc/depguard'

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