newsletter-curation
Fail
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- REMOTE_CODE_EXECUTION (CRITICAL): The command
curl -fsSL https://cli.inference.sh | shdownloads a script and executes it directly in the shell. The domaininference.shis not on the list of trusted external sources, presenting a significant risk of arbitrary code execution. - EXTERNAL_DOWNLOADS (MEDIUM): The skill uses
npx skills addto download and install additional skills from theinference-shsource. These components are not verified and introduce untrusted dependencies. - PROMPT_INJECTION (LOW): The skill is vulnerable to indirect prompt injection due to its processing of external data. * Ingestion points: The skill ingests untrusted data from the web using
tavily/search-assistantandexa/search. * Boundary markers: There are no delimiters or instructions to ignore embedded commands within the fetched content. * Capability inventory: The skill has access to social media posting viax/post-createand CLI login functionality. * Sanitization: No sanitization or validation is applied to the external content before it is used to generate newsletters or social posts.
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