Memory Pruner
The skill declares shell runtime and references a memory-pruner script that does not exist, constituting a documentation mismatch with no functional code present.
为什么得出这个结论
0/4 个维度触发声明资源与推断能力基本一致。
当前没有明显的高危外联或执行信号。
没有形成明确的恶意路径。
没有完整依赖信息,供应链判断需要保留弹性。
风险分是怎么被拉高的
SKILL.md declares 'memory-pruner' CLI script and 'memory/' directory that do not exist in the file tree
config.json declares runtime: 'shell' suggesting shell:WRITE permissions, but no scripts are present to review
最关键的证据
Referenced implementation files are missing
SKILL.md references 'memory-pruner' as the main CLI script and 'memory/' as the working directory, but these files do not exist in the package. The pre-scan confirms hasScripts: false.
SKILL.md:58 Entry point declared but not present
config.json specifies 'entry': 'memory-pruner' with runtime: 'shell', indicating a shell script entry point that is absent from the package.
config.json:12 声明能力 vs 实际能力
config.json declares runtime: shell but no scripts exist to verify config.json declares runtime: shell but memory-pruner script is missing 可疑产物与外联
没有提取到明显 IOC。
依赖与供应链
没有结构化依赖告警。
文件构成
config.json SKILL.md