Back to Home
seanhalberthal icon

supplyscan-mcp

Verified Safe

by seanhalberthal

Overview

A security scanner for JavaScript ecosystem lockfiles, detecting supply chain compromises and known vulnerabilities.

Installation

Run Command
supplyscan --mcp

Environment Variables

  • GITHUB_TOKEN

Security Notes

The server is built in Go, inherently making it immune to typical JavaScript supply chain attacks. It fetches Indicators of Compromise (IOC) from reputable public sources (DataDog, GitHub Advisory Database) and integrates with the npm audit API. There are no indications of 'eval' usage, code obfuscation, or hardcoded sensitive secrets within the provided source. Network calls are made to known security-related APIs and public data sources. File system operations are confined to reading lockfiles and managing a local cache. The custom JSONC parser includes robust handling for comments and strings, preventing misinterpretation of code or data. The dependency on an optional GitHub token for higher API rate limits is appropriately handled.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2026-01-08

Tags

SecurityJavaScriptSupply ChainVulnerability ScanningLockfile ParserMCP