init-onecli

Fail

Audited by Snyk on Apr 26, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill instructs the agent to read raw .env contents and create secrets via commands that embed secret values verbatim (e.g., onecli secrets create --value <key> and advising to run CLI lines containing USER_TOKEN/YOUR_KEY), which requires the LLM to handle and output secrets directly — a high exfiltration risk.

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

  • Potentially malicious external URL detected (high risk: 1.00). The skill explicitly runs remote installers at runtime via "curl -fsSL onecli.sh/install | sh" and "curl -fsSL onecli.sh/cli/install | sh", which fetches and immediately executes code from onecli.sh, so it depends on external code execution.

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
Apr 26, 2026, 09:50 PM
Issues
2
Security Audit — snyk — init-onecli