Skip to main content
Glama

Dependency and License Risk Scanner

dependency_risk_scanner
Read-onlyIdempotent

Inspect dependency manifests for missing versions, risky install scripts, unknown licenses, and policy issues without claiming to replace a live CVE database. Use when a manifest needs static checks for dependency, license, and policy risk. Price: $0.35 per dependency manifest.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesYes
ecosystemNoauto
allowedLicensesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
scoreYes
findingsYes
ecosystemYes
limitationYes
dependenciesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already signal readOnly, idempotent, and non-destructive behavior tournaments. The description adds useful behavioral context by clarifying that this is a static analysis tool and explicitly disclaiming live CVE data, which aligns with openWorldHint=false. No contradictions with annotations are present.

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?

Three short sentences deliver scope, limitations, usage context, and pricing with no fluff. The verb and target resource are front-loaded, and every sentence adds a distinct piece of decision-relevant information.

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 input schema, output schema, and annotations, the description is mostly complete for correct invocation: it states the domain, the static nature, the limitation, and pricing. A slight gap is the lack of guidance on how 'files' content should be structured and how ecosystem selection works, but these are partially inferable from the schema.

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 0%, so the description must compensate. It conveys that the scanner works on dependency manifests and what kinds of issues it detects, which helps infer the role of 'files'. However, it does not explain 'ecosystem' or 'allowedLicenses' beyond what their names and the enum values imply, leaving some parameter semantics to the schema.

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 opens with a specific verb and resource: 'Inspect dependency manifests', and enumerates the concrete checks performed (missing versions, risky install scripts, unknown licenses, policy issues). It also distinguishes itself from a live CVE database, which separates it from any vulnerability-focused sibling tool.

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 explicitly says 'Use when a manifest needs static checks for dependency, license, and policy risk,' giving a clear trigger condition. It does not name alternative tools or provide when-not-to-use cases, but it does add a limitation by disclaiming live CVE replacement.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources