mention-radar
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it ingests untrusted data from external sources.
- Ingestion points: Web search results and social media posts fetched via the X.AI API (
SKILL.md). - Boundary markers: The prompt attempts to constrain the output to a numbered list with specific fields, but does not explicitly warn the model to ignore instructions embedded in the search results.
- Capability inventory: The skill can write to the file system (
memory/logs/) and send system notifications (./notify). - Sanitization: No explicit escaping or filtering of external content is performed before processing.
- [COMMAND_EXECUTION]: The skill executes shell commands to interact with external APIs and local tools.
- Evidence: Uses
./secretcurlto send JSON payloads tohttps://api.x.ai/v1/responsesfor X/Twitter searches. - Evidence: Uses the
ghCLI tool to fetch repository metrics (stars, forks) from GitHub.
Audit Metadata