alerts
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFE
Full Analysis
- [Prompt Injection] (SAFE): No instructions to bypass safety or override agent behavior were detected.\n- [Data Exposure & Exfiltration] (SAFE): No hardcoded secrets, sensitive file access, or unauthorized network operations were found.\n- [Obfuscation] (SAFE): The code is clear and does not use any encoding or hidden characters to mask its functionality.\n- [Unverifiable Dependencies] (SAFE): The skill uses local relative imports for its services, suggesting it is part of a trusted internal framework. No external or untrusted packages are installed.\n- [Indirect Prompt Injection] (SAFE): While the skill takes user-provided market names and echoes them back, it does not use this data in a way that could lead to command execution or unauthorized actions.\n- [Dynamic Execution] (SAFE): The skill uses dynamic
import()for lazy loading of internal modules from static paths, which is a standard and safe practice in this context.
Audit Metadata