mole-cleaner

Fail

Audited by Snyk on Aug 16, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). The raw.githubusercontent.com install script (curl -fsSL ... | bash) hosted in a personal GitHub repo is a high-risk distribution vector—running a remote shell script directly is commonly used to deliver malware even if the repository itself appears legitimate.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 0.90). The skill explicitly instructs the agent/user to perform privileged system modifications (clean /var/log and system caches, stop/remove LaunchAgents/Daemons, remove swap/restart paging), to configure Touch ID for sudo, and even to run an external install script (curl | bash), all of which change machine state and can require or obtain elevated privileges.

Issues (3)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Aug 16, 2026, 12:31 AM
Issues
3
Security Audit — snyk — mole-cleaner