io.github.mlawsonking/package-guard-mcp
NPM · PACKAGE-GUARD-MCP · SCANNED SEP 22
Supply-chain guard for AI coding agents: verify packages, check vulns/malware, detect typosquats.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 40 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1216 tokens (~243/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
- Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.mlawsonking/package-guard-mcp server?
io.github.mlawsonking/package-guard-mcp runs locally as an npm package, launched with npx -y package-guard-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · package-guard-mcp
claude mcp add mlawsonking-package-guard-mcp -- npx -y package-guard-mcp
{
"mcpServers": {
"mlawsonking-package-guard-mcp": {
"command": "npx",
"args": [
"-y",
"package-guard-mcp"
]
}
}
} {
"servers": {
"mlawsonking-package-guard-mcp": {
"command": "npx",
"args": [
"-y",
"package-guard-mcp"
]
}
}
} codex mcp add mlawsonking-package-guard-mcp -- npx -y package-guard-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mlawsonking-package-guard-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"package-guard-mcp"
],
"enabled": true
}
}
} openclaw mcp add mlawsonking-package-guard-mcp --command npx --arg -y --arg package-guard-mcp
mcp_servers:
mlawsonking-package-guard-mcp:
command: "npx"
args: ["-y", "package-guard-mcp"] {
"McpServers": {
"mlawsonking-package-guard-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"package-guard-mcp"
]
}
}
} assistant mcp add mlawsonking-package-guard-mcp -t stdio -c npx -a -y package-guard-mcp
{
"mcpServers": {
"mlawsonking-package-guard-mcp": {
"command": "npx",
"args": [
"-y",
"package-guard-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 22 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 −2
- Stability: pass → 0.83 functional
- 17 Sept 26 0
- Stability: 0.97 → pass security
- 16 Sept 26 +1
- Security disclosure: unverified → fail ▼ functional
- 15 Sept 26 0
- Security disclosure: fail → unverified ▼ functional
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 22 Sept 2026 · Analysed npm/package-guard-mcp@1.3.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
audit_deps ~270
Audit a set of npm or PyPI dependencies in one call. Give it a list of names, or the text of a package.json (its dependencies and devDependencies), or the text of a requirements.txt. Returns a per-package report (exists, vulns, malicious, deprecated, verdict, flags) and a summary. Direct entries only: no lockfile is parsed and no transitive dependency is resolved, so this is not a full-tree audit and a vulnerable grandchild dependency will not appear. First 40 names, the rest are dropped and truncated is set. A version range is reduced to the digits inside it, so ^4.17.20 is checked as 4.17.20 and the real resolved version may differ. When the batch OSV call fails, every package reports vulns=null with vulns_checked=false rather than a reassuring zero. Network: needs registry.npmjs.org, pypi.org, api.osv.dev.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | – | Package ecosystem: npm or pypi (default npm). Other ecosystems have no registry client here. Use check_vulns for those. |
| packageJson | string | – | Raw package.json content. |
| packages | array | – | List of package names. |
| requirements | string | – | Raw requirements.txt content. |
No output schema declared.
No examples provided.
check_vulns ~184
Known vulnerabilities and malware advisories for a package, optionally for one version, from the OSV.dev database. This is the one tool here that is correct for all seven ecosystems it accepts (npm, PyPI, Go, crates.io, RubyGems, Maven, NuGet), because it queries OSV directly and never touches a registry. It therefore cannot tell you whether the package exists, who publishes it, or whether it is maintained. An empty list means OSV held nothing for that name and version, not that the package is safe: OSV only knows what has been reported. A failed lookup returns an error and never an empty list. Network: needs api.osv.dev.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | – | Package ecosystem (default npm). |
| name | string | yes | Package name. |
| version | string | – | Version (omit to check all versions). |
No output schema declared.
No examples provided.
package_info ~168
Registry metadata for an npm or PyPI package: latest version, first and last publish dates, age, weekly downloads, deprecation, license, repository and description. Use it to judge whether a dependency is maintained. It makes no security judgement and runs no vulnerability lookup. Weekly downloads come from api.npmjs.org or pypistats.org and the field is simply absent when those are unavailable, so a missing weekly_downloads is not a zero. License and repository are whatever the publisher declared, unverified. Network: needs registry.npmjs.org, pypi.org.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | – | Package ecosystem: npm or pypi (default npm). Other ecosystems have no registry client here. Use check_vulns for those. |
| name | string | yes | Package name. |
No output schema declared.
No examples provided.
typosquat_scan ~248
Generate lookalike names around an npm or PyPI package and report which ones are actually registered and which look recent enough to be suspicious. The variants are heuristic and ASCII only: single-character deletions, adjacent transpositions, doubled letters, the swaps l/1, o/0, rn/m, -/_, ./-, i/l and s/z, and the name with every hyphen or underscore dropped. Up to 20 variants, no Unicode homoglyphs, no prefix or suffix squats such as name-js or python-name, so an empty result is not evidence that nobody is squatting the name. "suspicious" means only that the variant is registered and is either under a year old or has no creation date, which catches new squats and also flags legitimate new packages. Registration is not evidence of malice: nothing here inspects what a variant contains. Network: needs registry.npmjs.org, pypi.org.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | – | Package ecosystem: npm or pypi (default npm). Other ecosystems have no registry client here. Use check_vulns for those. |
| name | string | yes | Package name to scan around. |
No output schema declared.
No examples provided.
verify_package ~346
The pre-install guard for npm and PyPI. Call it before installing or recommending a package. Returns safe, caution or danger from deterministic checks: is the name registered, does OSV hold vulnerability or malware advisories for it, how old is it, weekly downloads, deprecation, license. If the name is not in the registry, likely_hallucination is set and npm names come with a "did you mean" list (PyPI names get an empty list). That flag means "not in this registry" and cannot tell an AI-invented name from a typo, a rename, or a package that only lives in a private registry. The slopsquat and typosquat score is a heuristic, not a finding: it adds up age under 90 days, under 50 weekly downloads, and a name within 2 edits of an npm search hit, so it both false-alarms on new legitimate packages and misses well-aged malicious ones. Package contents are never downloaded or analysed, so a malicious package with no OSV advisory reads as safe here. vulnerabilities.checked=false with count=null means the OSV lookup failed and the package was NOT checked: treat that as unknown, not as clean. Network: needs registry.npmjs.org, pypi.org, api.osv.dev.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | – | Package ecosystem: npm or pypi (default npm). Other ecosystems have no registry client here. Use check_vulns for those. |
| name | string | yes | Package name (e.g. "express", "@scope/pkg", "requests"). |
| version | string | – | Specific version to check vulns against (default: latest). |
No output schema declared.
No examples provided.
What is the io.github.mlawsonking/package-guard-mcp server?
io.github.mlawsonking/package-guard-mcp is listed in the public MCP registry as io.github.mlawsonking/package-guard-mcp. Supply-chain guard for AI coding agents: verify packages, check vulns/malware, detect typosquats. This page covers its npm package (package-guard-mcp).
Is the io.github.mlawsonking/package-guard-mcp server safe to use?
io.github.mlawsonking/package-guard-mcp scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.mlawsonking/package-guard-mcp server expose?
io.github.mlawsonking/package-guard-mcp exposes 5 tools: verify_package, check_vulns, package_info, audit_deps, typosquat_scan. Their descriptions and schemas cost roughly 1,216 tokens of context every time the server is loaded.
Is the io.github.mlawsonking/package-guard-mcp server still maintained?
io.github.mlawsonking/package-guard-mcp is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.mlawsonking/package-guard-mcp server under?
io.github.mlawsonking/package-guard-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.