skills/aeonfun/aeon/fetch-tweets/Gen Agent Trust Hub

fetch-tweets

Pass

Audited by Gen Agent Trust Hub on Aug 25, 2026

Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
  • [PROMPT_INJECTION]: The skill contains a vulnerability surface for indirect prompt injection by interpolating unvalidated user input into model prompts.\n
  • Ingestion points: User input from the ${var} parameter is parsed and stored in the ARG variable (SKILL.md).\n
  • Boundary markers: The skill lacks explicit delimiters or negative constraints to prevent the model from following instructions embedded within the user's search keywords.\n
  • Capability inventory: The agent can execute network requests via curl, write to the local file system, and send notifications to the user.\n
  • Sanitization: While numeric validation is performed for list IDs and regex for account handles, the keyword branch passes search terms to the X.AI API verbatim.\n- [COMMAND_EXECUTION]: The skill performs shell command execution using bash to orchestrate data fetching and processing.\n
  • Evidence: Use of curl, jq, and local utilities like ./secretcurl and ./notify to interact with external APIs and the user (SKILL.md).
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 25, 2026, 06:39 PM
Security Audit — agent-trust-hub — fetch-tweets