create-routine
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a legitimate developer guide for creating Python scripts (routines) within the Condor/Hummingbot ecosystem. It provides structural templates for data fetching, reporting, and Telegram notifications.
- [SAFE]: All identified network operations (Telegram bot API calls via
context.bot, market data fetching viaclient.market_data, and genericaiohttpusage) are consistent with the skill's stated purpose of financial monitoring and alerting. - [SAFE]: The skill utilizes well-known Python packages (
pydantic,plotly,matplotlib) and internal vendor-specific libraries (condor.reports,config_manager). Access to sensitive identifiers likechat_idis scoped to the execution context of the bot's messaging functions. - [SAFE]: No obfuscation, prompt injection, or unauthorized persistence mechanisms were found. The skill operates within a defined
routines/directory structure as intended by the platform.
Audit Metadata