product-photography
Fail
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Remote Code Execution (CRITICAL): The automated scan detected the command
curl -fsSL https://cli.inference.sh | sh. This is a critical security risk because it executes unverified code from an untrusted source directly in the shell. - External Downloads (HIGH): The skill attempts to fetch executable content from
https://cli.inference.sh, which is not a recognized or trusted domain within the security policy. - Command Execution (HIGH): The use of piped shell execution (
| sh) bypasses local security reviews and manual script inspection.
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