Static Scan Results
scanned 6d ago · by rust-scannerStatic analysis flagged 8 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 snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
HighEntropyStrings
Source & flagged code
2 flagged · loading sourceskywalk-sdd/apply-worktree-finish.cjsView file
12const path = require('path');
L13: const { execFileSync } = require('child_process');
L14:
High
Child Process
Package source references child process execution.
skywalk-sdd/apply-worktree-finish.cjsView on unpkg · L12lib/init.jsView file
229// 尝试全局安装
L230: console.log(` 正在执行: npm install -g ${openspecPkg}`);
L231: execSync(`${npmCmd} install -g ${openspecPkg}`, {
L232: stdio: 'inherit',
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
lib/init.jsView on unpkg · L229Findings
2 High3 Medium3 Low
HighChild Processskywalk-sdd/apply-worktree-finish.cjs
HighRuntime Package Installlib/init.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings