Skip to main content
Glama
BARMPlus

locklens

by BARMPlus

package_audit

Audits package lockfiles from local projects or remote Git repositories to return normalized vulnerability results. Supports npm, yarn, and pnpm.

Instructions

Audit a local project or remote Git repository lockfile and return normalized package vulnerability results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYesRequired. Local directory path or remote Git repository URL
skipDevNoWhether to skip dev dependencies during audit
registryNoCustom registry URL used during audit execution. Defaults to https://registry.npmjs.org/.
thresholdNoMinimum threshold that controls the returned advisories list. Defaults to low.
retryCountNoRetry count passed to the audit executor
outputFormatNoResponse format. Defaults to text.
outputFormatLanguageNoText report language. Defaults to zh.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions 'audit' but does not state whether the tool modifies any files, requires authentication, or has side effects. The nature of the audit (read-only) is implied but not explicit.

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?

A single, well-formed sentence that conveys the core functionality without extraneous words. It is concise and front-loaded.

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

Completeness2/5

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

With no output schema, the description does not detail the structure of 'normalized package vulnerability results'. Also, the tool has several options (outputFormat, language, threshold) that affect the output, but the description does not summarize these nuances.

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?

The input schema has 100% coverage with descriptions for all 7 parameters. The description adds no extra meaning or context beyond what is in the schema, so baseline of 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?

The description clearly states the action ('audit'), the resource ('lockfile from local project or remote Git repository'), and the output ('normalized package vulnerability results'). It is specific and leaves no ambiguity.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives (no siblings provided). The description does not mention any preconditions, such as requiring a lockfile or network access.

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/BARMPlus/locklens'

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