customer-persona
Fail
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Remote Code Execution (CRITICAL): The skill performs piped shell execution from an untrusted URL.\n
- Evidence:
curl -fsSL https://cli.inference.sh | sh\n - Analysis: This command downloads a script from
https://cli.inference.shand executes it directly through the shell. Since the source is not a trusted organization or repository, this allows for arbitrary code execution on the host system, which could lead to full system compromise.
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata