registry  /  @eastjin616/code-drive  /  0.3.2

@eastjin616/code-drive@0.3.2

Code Drive — a CLI for Code-Driven Development. Turn code into docs, architecture context, changelogs, and AI-ready prompt packs.

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
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 44 file(s), 166 KB of source, external domains: github.com

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = node -e "console.log('Run \"npm run build\" to compile')"
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node -e "console.log('Run \"npm run build\" to compile')"
Medium
Ambiguous Install Lifecycle Script

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

package.jsonView on unpkg
dist/core/verify.jsView file
2import * as path from 'node:path'; L3: import { execSync } from 'node:child_process'; L4: import { analyzeProject } from './analyzer.js';
High
Child Process

Package source references child process execution.

dist/core/verify.jsView on unpkg · L2
dist/commands/update.jsView file
31try { L32: execSync(`npm install -g ${PKG}@latest`, { L33: stdio: 'inherit',
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/commands/update.jsView on unpkg · L31

Findings

4 High3 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processdist/core/verify.js
HighShell
HighRuntime Package Installdist/commands/update.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings