Security & Testing
lazaretto.dev
Provides security scanning and analysis tools to detect malicious code, credential theft, and supply-chain attacks in packages and lockfiles.
ENDPOINT 1
https://lazaretto.dev/mcp
MCP server metadata
- Name
- lazaretto
- Version
- 1.0.0
Lazaretto verifies skills, tools, and packages before an agent installs them. known_bad_lookup is free. scan_artifact needs an X-API-Key header holding prepaid credits.
Known tools 8
known_bad_lookupCheck a SHA-256 against Lazaretto's known-bad indicator set (refreshed daily from abuse.ch).
Inferred read-onlycheck_lockfileCheck every EXACTLY-PINNED dependency in a lockfile against published malicious-package advisories (OSV/OpenSSF).
Inferred read-onlyscan_artifactDeterministically analyze a package, repo, skill, or file for malicious behavior (credential theft, data exfiltration, obfuscation, prompt injection aimed at the agent, install scripts) and return a verdict (malicious, flagged, clear, error) with the exact evidence and a hash of what was scanned.
Inferred read-onlyscan_lockfile_deepBehaviorally scan EVERY exactly-pinned dependency in a lockfile, not just their identities: reads the code of each package and reports credential theft, exfiltration, obfuscation, prompt injection and install-time droppers with file-and-line evidence.
Inferred read-onlycheck_mcp_toolsCheck tool definitions you ALREADY HOLD, with no network call to anyone.
Inferred read-onlyfind_attestationAsk whether anyone has already attested an artifact, BEFORE you install it or pay to scan it.
Potential side effectsverify_attestationVerify a Lazaretto scan attestation that another agent (or a README, or a lockfile) handed you, WITHOUT re-scanning or paying.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.lazaretto]
url = "https://lazaretto.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lazaretto": {
"type": "http",
"url": "https://lazaretto.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lazaretto
Remote MCP URL: https://lazaretto.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"lazaretto": {
"url": "https://lazaretto.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lazaretto": {
"type": "http",
"url": "https://lazaretto.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lazaretto",
"transport": "streamable-http",
"url": "https://lazaretto.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.