
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@entropy0/mcp
Advanced tools
MCP server for Entropy0 — source trust and URL safety tools for AI agents.
Before your agent navigates a URL, fetches content, or submits credentials, Entropy0 tells it whether the domain is safe. Returns a recommended action (proceed, proceed_with_caution, sandbox, or deny) based on trust, threat, and structural anomaly signals.
npx -y @entropy0/mcp
Or add to your MCP client config:
{
"mcpServers": {
"entropy0": {
"command": "npx",
"args": ["-y", "@entropy0/mcp"],
"env": {
"ENTROPY0_API_KEY": "sk_ent0_your_key_here"
}
}
}
}
Get an API key at entropy0.ai.
check_urlEvaluate whether a URL is safe to interact with.
check_url({ url: "https://example.com", interaction: "navigate" })
Returns trust score, threat score, recommended action, and reason codes.
check_domainEvaluate a bare domain name.
check_domain({ domain: "example.com" })
{
"recommended_action": "proceed",
"scores": {
"trust": { "score": 88, "confidence": 0.91 },
"threat": { "score": 4, "confidence": 0.87 },
"deviation": { "score": 11, "confidence": 0.84 }
},
"decision": {
"reason_codes": ["STRONG_TRUST_HISTORY", "LOW_THREAT_SIGNALS"]
},
"identity_assessment": {
"claimed_entity": "stripe.com",
"posture": "strongly_supported_entity_domain",
"confidence": "high",
"analyst_note": "Multiple independent structural signals support a stripe.com relationship."
}
}
sk_ent0_...)FAQs
Entropy0 MCP server — source trust and URL safety tools for AI agents
The npm package @entropy0/mcp receives a total of 37 weekly downloads. As such, @entropy0/mcp popularity was classified as not popular.
We found that @entropy0/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.