registry  /  telodocs  /  0.2.1

telodocs@0.2.1

Documentation MCP server and docs site — content in docs/, telodocs runs the rest

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 9 finding(s) at 72.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.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystem
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 55 file(s), 113 KB of source, external domains: cdnjs.cloudflare.com

Source & flagged code

2 flagged · loading source
dist/server/search/search.service.jsView file
55const fast_glob_1 = __importDefault(require("fast-glob")); L56: const node_child_process_1 = require("node:child_process"); L57: const config_schema_1 = require("../core/config/config.schema");
High
Child Process

Package source references child process execution.

dist/server/search/search.service.jsView on unpkg · L55
dist/cli/commands/serve.jsView file
20const entry = resolveServerEntry(packageRoot); L21: const child = (0, node_child_process_1.spawn)(process.platform === "win32" ? "npx.cmd" : "npx", ["tsx", "watch", entry], { L22: cwd: process.cwd(),
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/cli/commands/serve.jsView on unpkg · L20

Findings

2 High2 Medium5 Low
HighChild Processdist/server/search/search.service.js
HighRuntime Package Installdist/cli/commands/serve.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings