lowcode-platform-development
SKILL.md declares executable scripts and shell operations that do not exist in the package - this is a doc-to-code mismatch where documentation describes potentially dangerous capabilities (PowerShell execution, npm/maven builds) without any actual implementation.
为什么得出这个结论
0/4 个维度触发声明资源与推断能力基本一致。
当前没有明显的高危外联或执行信号。
没有形成明确的恶意路径。
没有完整依赖信息,供应链判断需要保留弹性。
风险分是怎么被拉高的
SKILL.md references scripts/generate_project.ps1 but hasScripts: false in pre-scan
Describes shell execution (npm install, mvn package) without any executable code present
Template directories contain README.md files only, no actual scaffold code
最关键的证据
Declared PowerShell script missing
SKILL.md references 'scripts/generate_project.ps1' as the execution mechanism but this file does not exist in the package. Pre-scan confirms hasScripts: false.
SKILL.md:26 Template files are placeholders only
Both template directories (vue-template, spring-boot-template) contain only README.md files stating 'files are omitted for brevity'. No actual scaffold code exists.
assets/vue-template/README.md:1 Shell execution described but not implemented
SKILL.md describes running 'npm install' and 'mvn package' commands, implying shell:WRITE capability, but no script exists to perform these operations.
SKILL.md:32 声明能力 vs 实际能力
No implementation files exist to verify file operations SKILL.md:31 mentions scripts/generate_project.ps1 but file does not exist No network access observed 可疑产物与外联
没有提取到明显 IOC。
依赖与供应链
没有结构化依赖告警。
文件构成
SKILL.md assets/vue-template/README.md