landing-page-design
Fail
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Remote Code Execution (CRITICAL): The command
curl -fsSL https://cli.inference.sh | shwas detected. This pattern is a critical security risk as it downloads and executes unverified code from an untrusted external source without any opportunity for inspection or verification. - External Downloads (HIGH): The source
https://cli.inference.shis not an approved or trusted domain, which increases the likelihood of delivering malicious payloads. - Command Execution (HIGH): The use of piped shell execution is a high-risk command pattern that bypasses security controls and allows an external entity to run arbitrary commands on the system.
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