Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
# Delete oldest versions ls -1t "$VERSION_DIR" | tail -n "$DELETE" | while read f; do rm "$VERSION_DIR/$f" echo "🗑️ Deleted: $f" done
- Confidence
- 91% confidence
- Finding
- rm "$VERSION_DIR/
Security audit
Security checks across malware telemetry and agentic risk
This writing skill is not clearly malicious, but it needs Review because it can delete files through an under-scoped cleanup script and can persistently change its own writing preferences.
Install only if you are comfortable with a writing assistant that manages a local workspace, saves drafts and research notes, and can delete old version files. Before using cleanup, verify the workspace and piece ID are exactly the intended ones, and avoid letting the skill silently rewrite its own SKILL.md preferences without explicit approval.
# Delete oldest versions ls -1t "$VERSION_DIR" | tail -n "$DELETE" | while read f; do rm "$VERSION_DIR/$f" echo "🗑️ Deleted: $f" done
VirusTotal findings are pending for this skill version.
No suspicious patterns detected.