registry  /  spacesheep-skill  /  1.1.0

spacesheep-skill@1.1.0

Install the spacesheep /sheep skill for Claude Code — deploy publication-quality documents instantly

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 4 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
ChildProcessFilesystemNetwork
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 5.39 KB of source, external domains: mcp.spacesheep.dev, spacesheep.dev

Source & flagged code

1 flagged · loading source
bin/install.jsView file
5const readline = require("readline"); L6: const { spawn } = require("child_process"); L7: L8: const MCP_ORIGIN = "https://mcp.spacesheep.dev"; L9: const SKILL_FILE = "sheep.md"; L10: const SKILL_CONTENT = fs.readFileSync( L11: path.join(__dirname, "..", "skills", SKILL_FILE), L12: "utf-8" ... L69: if (fs.existsSync(mcpPath)) { L70: try { existing = JSON.parse(fs.readFileSync(mcpPath, "utf-8")); } catch {} L71: } ... L81: function openBrowser(url) {
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

bin/install.jsView on unpkg · L5

Findings

1 High1 Medium2 Low
HighSandbox Evasion Gated Capabilitybin/install.js
MediumNetwork
LowFilesystem
LowUrl Strings