trading-stats-analyst
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION] (SAFE): No instructions found that attempt to bypass AI safety guardrails or override system prompts. The workflow focuses strictly on mathematical validation of trading data.
- [DATA_EXPOSURE] (SAFE): No hardcoded credentials, API keys, or access to sensitive local file paths (like .ssh or .env) were identified. The skill operates on user-provided trade history data.
- [REMOTE_CODE_EXECUTION] (SAFE): The skill does not perform network requests (curl, wget, fetch) or execute scripts from external URLs. All logic is contained within the provided reference files.
- [OBFUSCATION] (SAFE): No Base64 encoding, zero-width characters, or homoglyph-based obfuscation techniques were detected in the instructions or code snippets.
- [DYNAMIC_EXECUTION] (SAFE): While the skill contains sample Python and JavaScript code for simulations and calculations, it does not use unsafe execution functions like eval() or exec() on untrusted inputs. The provided Monte Carlo simulation is a standard algorithmic implementation.
Audit Metadata