Suspicious — Risk Score 35/100
Last scan:19 hr ago Rescan
35 /100
Memory Pruner
Intelligent memory management for agents. Keep only what matters, prune the rest.
The skill declares shell runtime and references a memory-pruner script that does not exist, constituting a documentation mismatch with no functional code present.
Skill NameMemory Pruner
Duration26.2s
Enginepi
Use with caution
Do not use this skill until the actual implementation scripts are provided and reviewed. The mismatch between declared runtime and missing code is a red flag.

Findings 2 items

Severity Finding Location
Medium
Referenced implementation files are missing Doc Mismatch
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.
Files: memory-pruner — Main CLI script, memory/ — Working directory
→ Do not trust this skill. Request actual implementation code before any evaluation.
SKILL.md:58
Low
Entry point declared but not present Doc Mismatch
config.json specifies 'entry': 'memory-pruner' with runtime: 'shell', indicating a shell script entry point that is absent from the package.
"entry": "memory-pruner", "runtime": "shell"
→ Verify the package contents match the declared structure before use.
config.json:12
ResourceDeclaredInferredStatusEvidence
Filesystem NONE WRITE ✓ Aligned config.json declares runtime: shell but no scripts exist to verify
Shell WRITE UNKNOWN ✓ Aligned config.json declares runtime: shell but memory-pruner script is missing

File Tree

2 files · 2.3 KB · 86 lines
Markdown 1f · 73L JSON 1f · 13L
├─ 🔑 config.json JSON 13L · 389 B
└─ 📝 SKILL.md Markdown 73L · 1.9 KB

Security Positives

✓ No malicious code present in the package
✓ No obfuscation, base64-encoded strings, or anti-analysis patterns detected
✓ No credential harvesting or environment variable access attempted
✓ No network requests or external IP communications
✓ No suspicious IOCs (indicators of compromise) in the pre-scan