locklens
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| package_auditB | Audit a local project or remote Git repository lockfile and return normalized package vulnerability results. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| package-audit-guide | package_audit 的最小使用指南,包含默认值、输入规则、私有仓库接入方式和常见示例。 |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity; the tool's purpose is clearly defined.
The single tool name uses a consistent verb_noun pattern (package_audit), so naming is perfectly consistent.
Having a single tool for lockfile auditing is borderline; it could be sufficient for a narrow scope but feels thin for a dedicated server.
The server offers only an audit operation, lacking obvious supporting tools such as listing supported formats or managing advisories, which may hinder agent workflows.