registry  /  @kryptosai/mcp-observatory  /  1.30.0

@kryptosai/mcp-observatory@1.30.0

⚠ Under review

v1.32.1 available: security benchmarks, CI improvements. npx @kryptosai/mcp-observatory@latest

GitHub-native CI, SARIF, Code Scanning, and security gates for MCP servers before agents depend on them.

Static Scan Results

scanned 3d ago · by rust-scanner

Static analysis flagged 13 finding(s) at 93.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 106 file(s), 605 KB of source, external domains: docs.oasis-open.org, github.com, img.shields.io, mcp-observatory-api.kryptosai.workers.dev, mcp-observatory-telemetry.kryptosai.workers.dev, registry.modelcontextprotocol.io, registry.smithery.ai, www.w3.org

Source & flagged code

5 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/postinstall.mjs
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node scripts/postinstall.mjs
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
dist/src/ci-issue.jsView file
1import { execFile } from "node:child_process"; L2: import { mkdtemp, rm, writeFile } from "node:fs/promises";
High
Child Process

Package source references child process execution.

dist/src/ci-issue.jsView on unpkg · L1
dist/src/commands/enforce.jsView file
74try { L75: execSync("npx @kryptosai/mcp-seatbelt --version 2>/dev/null || npx mcp-seatbelt --version 2>/dev/null", { L76: stdio: "pipe",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/src/commands/enforce.jsView on unpkg · L74
dist/src/checks/skill-scan.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @kryptosai/mcp-observatory@0.27.0 matchedIdentity = npm:[redacted]:0.27.0 similarity = 0.556 summary = stored previous version shares package body but lacks this dangerous source file
Critical
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

dist/src/checks/skill-scan.jsView on unpkg

Findings

1 Critical4 High4 Medium4 Low
CriticalPrevious Version Dangerous Deltadist/src/checks/skill-scan.js
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processdist/src/ci-issue.js
HighShell
HighRuntime Package Installdist/src/commands/enforce.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings