registry  /  @pzy560117/opensuper  /  0.3.8

@pzy560117/opensuper@0.3.8

OpenSpec + Superpowers dual-star development workflow

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 14 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 20 file(s), 143 KB of source, external domains: registry.npmjs.org

Source & flagged code

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

Package defines install-time lifecycle scripts.

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

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

package.jsonView on unpkg
dist/core/openspec.jsView file
1import { execFileSync } from 'child_process'; L2: import fs from 'fs';
High
Child Process

Package source references child process execution.

dist/core/openspec.jsView on unpkg · L1
dist/commands/update.jsView file
119stdio: jsonMode ? 'ignore' : 'inherit', L120: shell: true, L121: });
High
Shell

Package source references shell execution.

dist/commands/update.jsView on unpkg · L119
dist/core/codegraph.jsView file
26if (!cliReady) { L27: console.error(' CodeGraph CLI not available. Install manually: npm install -g @colbymchenry/codegraph'); L28: return 'failed'; ... L31: console.log(' Running: codegraph install --yes'); L32: execFileSync('codegraph', ['install', '--yes'], { L33: cwd: projectPath,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/core/codegraph.jsView on unpkg · L26
assets/skills/opensuper/scripts/opensuper-archive.shView file
path = [redacted]-archive.sh kind = build_helper sizeBytes = 7595 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

assets/skills/opensuper/scripts/opensuper-archive.shView on unpkg

Findings

4 High5 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processdist/core/openspec.js
HighShelldist/commands/update.js
HighRuntime Package Installdist/core/codegraph.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperassets/skills/opensuper/scripts/opensuper-archive.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings