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
curlto fetch JSON data andjqfor 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
mktempandmv) and status logging. These operations follow best practices for data integrity (e.g., using.bakfiles andjqvalidation). - [DATA_EXPOSURE]: The skill reads from and writes to
memory/topics/price-alert-state.jsonandmemory/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