registry  /  @kbdavis07/openspec  /  1.5.1

@kbdavis07/openspec@1.5.1

AI-native system for spec-driven development with feature-group folder support

Static Scan Results

scanned 5d 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsTelemetryUrlStrings
ManifestNo manifest risk signals triggered.
scanned 173 file(s), 1.00 MB of source, external domains: edge.openspec.dev, github.com

Source & flagged code

3 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/completions/installers/bash-installer.jsView file
11/** L12: * Markers for .bashrc configuration management L13: */ ... L17: }; L18: constructor(homeDir = os.homedir()) { L19: this.homeDir = homeDir; ... L109: // Check if auto-configuration is disabled L110: if (process.env.OPENSPEC_NO_AUTO_CONFIG === '1') { L111: return false;
Medium
Install Persistence

Source writes installer persistence such as shell profile or service configuration.

dist/core/completions/installers/bash-installer.jsView on unpkg · L11

Findings

1 High5 Medium6 Low
HighInstall Time Lifecycle Scriptspackage.json
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/core/completions/installers/bash-installer.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowTelemetry
LowUrl Strings