skills/aeonfun/aeon/price-alert/Gen Agent Trust Hub

price-alert

Pass

Audited by Gen Agent Trust Hub on Aug 25, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill fetches price data from api.dexscreener.com. This is a well-known service for decentralized exchange data and is used here for its primary purpose of price monitoring.
  • [COMMAND_EXECUTION]: The skill uses curl to fetch JSON data and jq for state manipulation and parsing. These are standard system utilities used appropriately within the scope of data processing.
  • [COMMAND_EXECUTION]: Shell script snippets are used for file management (atomic writes using mktemp and mv) and status logging. These operations follow best practices for data integrity (e.g., using .bak files and jq validation).
  • [DATA_EXPOSURE]: The skill reads from and writes to memory/topics/price-alert-state.json and memory/logs/. This is standard behavior for an agent skill maintaining state and persistent history.
  • [REMOTE_CODE_EXECUTION]: While the skill mentions a fallback to WebFetch (an internal agent tool), it specifies a strict prompt ("Return the raw JSON body verbatim") to prevent the agent from executing any content within the response as instructions.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 25, 2026, 06:38 PM
Security Audit — agent-trust-hub — price-alert