linkedin-content
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 skill directs users to execute
curl -fsSL https://cli.inference.sh | sh. This is a critical security risk because it executes a remote script directly in the shell without any verification or code signing checks. The domaininference.shis not a trusted source. - [External Downloads] (MEDIUM): The skill uses
npx skills addto fetch and install external dependencies frominference-sh/skills. Since this repository and organization are not in the trusted list, this introduces unverified code into the user's environment. - [Indirect Prompt Injection] (LOW): The skill has a surface for indirect prompt injection via external search results.
- Ingestion points: Data retrieved from
tavily/search-assistantis used as research for generating posts. - Boundary markers: No delimiters are used to separate the external search content from the agent's instructions.
- Capability inventory: The skill possesses the
Bashtool withinfshcapabilities, enabling it to perform network operations and post to external accounts. - Sanitization: The instructions do not specify any sanitization or filtering of the search results before they are processed by the LLM.
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