Scan Report
35 /100
lowcode-platform-development
Automates low-code platform creation with Vue2+ElementUI frontend and Java Spring Boot backend
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.
Use with caution
Verify the skill's completeness before use. The referenced scripts/generate_project.ps1 is missing, and template directories contain only README placeholders. Request implementation files or clarification from the skill author.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Medium | Declared PowerShell script missing Doc Mismatch | SKILL.md:26 |
| Medium | Template files are placeholders only Doc Mismatch | assets/vue-template/README.md:1 |
| Low | Shell execution described but not implemented Doc Mismatch | SKILL.md:32 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No implementation files exist to verify file operations |
| Shell | NONE | NONE | — | SKILL.md:31 mentions scripts/generate_project.ps1 but file does not exist |
| Network | NONE | NONE | — | No network access observed |
File Tree
5 files · 5.5 KB · 114 lines Markdown 4f · 96L
YAML 1f · 18L
├─
▾
assets
│ ├─
▾
spring-boot-template
│ │ └─
README.md
Markdown
│ └─
▾
vue-template
│ └─
README.md
Markdown
├─
▾
docker
│ └─
docker-compose.yml
YAML
├─
▾
references
│ └─
architecture.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ No actual malicious code present in the package
✓ No credential harvesting or exfiltration mechanisms
✓ No obfuscated or base64-encoded payloads
✓ No suspicious network requests or C2 indicators
✓ No sensitive path access observed (no ~/.ssh, ~/.aws, .env access)
✓ No reverse shell or RCE payloads