Trust Assessment
kradleverse:cleanup received a trust score of 86/100, placing it in the Mostly Trusted category. This skill has passed most security checks with only minor considerations noted.
SkillShield's automated analysis identified 1 finding: 0 critical, 1 high, 0 medium, and 0 low severity. Key findings include Destructive shell command execution.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 13, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Destructive shell command execution The skill includes a `rm -rf` command, which is a highly destructive shell command capable of irreversible data loss. If an AI agent executes this skill without explicit user confirmation or robust sandboxing, it could lead to the deletion of user data. While the command targets a specific path (`~/.kradle/kradleverse/sessions`), the automated execution of such a powerful command by an AI poses a significant risk. Implement strict sandboxing for shell command execution. Require explicit user confirmation before executing any destructive commands. Consider using a safer, more controlled API for session cleanup if available, rather than direct `rm -rf`. | LLM | SKILL.md:6 |
Scan History
Embed Code
[](https://skillshield.io/report/3120b12fe15e3f79)
Powered by SkillShield