registry  /  gsd-lite  /  0.8.1

gsd-lite@0.8.1

AI orchestration tool for Claude Code — GSD management shell + Superpowers quality core

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 28 file(s), 297 KB of source, external domains: api.github.com

Source & flagged code

4 flagged · loading source
install.jsView file
7import { fileURLToPath, pathToFileURL } from 'node:url'; L8: import { execSync } from 'node:child_process'; L9: import { createRequire } from 'node:module';
High
Child Process

Package source references child process execution.

install.jsView on unpkg · L7
215// the runtime). Leaving them in means a later manual `npm install` in L216: // ~/.claude/gsd fails under cmd.exe on Windows (issue #2). L217: if (DRY_RUN) {
High
Shell

Package source references shell execution.

install.jsView on unpkg · L215
215// the runtime). Leaving them in means a later manual `npm install` in L216: // ~/.claude/gsd fails under cmd.exe on Windows (issue #2). L217: if (DRY_RUN) { ... L230: copyFile(join(__dirname, 'uninstall.js'), join(RUNTIME_DIR, 'uninstall.js'), 'runtime/uninstall.js → ~/.claude/gsd/uninstall.js'); L231: // Copy lock file so `npm ci` works when node_modules are not present (npx scenario) L232: const lockFile = join(__dirname, 'package-lock.json');
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

install.jsView on unpkg · L215
hooks/gsd-statusline.cjsView file
5L6: const fs = require('node:fs'); L7: const path = require('node:path');
Medium
Dynamic Require

Package source references dynamic require/import behavior.

hooks/gsd-statusline.cjsView on unpkg · L5

Findings

3 High4 Medium5 Low
HighChild Processinstall.js
HighShellinstall.js
HighRuntime Package Installinstall.js
MediumDynamic Requirehooks/gsd-statusline.cjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings