init-onecli

Fail

Audited by Snyk on Jun 22, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). This skill asks the agent to read secrets from .env and/or accept tokens from the user and then embed those raw secret strings verbatim into CLI commands (e.g., onecli secrets create --value YOUR_KEY), so the LLM would handle and output secrets directly.

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

  • Potentially malicious external URL detected (high risk: 0.90). The skill runs installer commands that fetch and execute remote scripts at runtime (curl -fsSL onecli.sh/install | sh and curl -fsSL onecli.sh/cli/install | sh), so the onecli.sh/install and onecli.sh/cli/install URLs are runtime dependencies that execute remote code.

Issues (2)

W007
HIGH

Insecure credential handling detected in skill instructions.

W012
MEDIUM

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

Audit Metadata
Risk Level
HIGH
Analyzed
Jun 22, 2026, 09:53 AM
Issues
2
Security Audit — snyk — init-onecli