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.
Why this conclusion was reached
0/4 dimensions flaggedDeclared resources and inferred behavior are broadly aligned.
No obvious high-risk egress or execution signals were found.
There is no explicit malicious chain in the report.
Dependency information is incomplete, so supply-chain confidence stays limited.
What drove the risk score up
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
Most important evidence
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 Declared capability vs actual capability
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 Suspicious artifacts and egress
No obvious IOC was extracted.
Dependencies and supply chain
There are no structured dependency warnings.
File composition
SKILL.md assets/vue-template/README.md