press-release-writing
Fail
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Remote Code Execution (HIGH): The skill documentation includes the command
curl -fsSL https://cli.inference.sh | sh. This pattern downloads and executes a shell script directly from a remote server without any verification or integrity checks, posing a significant RCE risk. - External Downloads (MEDIUM): The skill uses
npx skills addto download and install additional skills from theinference-shorganization, which is not recognized as a trusted provider. - Indirect Prompt Injection (LOW): The skill employs tools to ingest external data from web searches which could contain adversarial content. 1. Ingestion points: Output from
infsh app runcommands. 2. Boundary markers: Absent in prompt examples. 3. Capability inventory: The skill has permissions forBash(infsh *). 4. Sanitization: Absent.
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