registry  /  @hunterzheng/kld-sdd  /  2.4.19

@hunterzheng/kld-sdd@2.4.19

KLD SDD OpenSpec 项目初始化工具 - 一键部署 SDD skills

Static Scan Results

scanned 5d ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 16 file(s), 222 KB of source

Source & flagged code

2 flagged · loading source
skywalk-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 · L12
lib/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 · L229

Findings

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