openmonoagent-local-ai-coding-agent

Fail

Audited by Snyk on May 17, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.70). Most links are documentation or local endpoints and appear low-risk, but the skill explicitly instructs running a raw GitHub-hosted installer script via curl|bash (and references pulling Docker images), which is a common high-risk distribution pattern unless you audit the script and repo first.

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 (medium risk: 0.60). The skill documentation includes explicit privileged system commands (installer that installs Docker, sudo usermod -aG docker $USER, sudo ufw allow, suggestions to run with sudo, docker run exposing host ports) that modify host state and require elevated privileges, so it encourages changes to the machine's configuration even if many operations are presented as user actions and some tooling is sandboxed.

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
May 17, 2026, 07:28 AM
Issues
3
Security Audit — snyk — openmonoagent-local-ai-coding-agent