price-action
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is technical analysis of trading data using well-established mathematical and computer vision techniques. All logic is implemented transparently within the provided Python code blocks.
- [SAFE]: No network operations, file system modifications, or hardcoded credentials were found. The code operates strictly on input data (DataFrames and images) and returns analysis results.
- [SAFE]: No obfuscation, dynamic code execution (eval/exec), or persistence mechanisms are present.
- [INDIRECT_PROMPT_INJECTION]: The skill ingests external DataFrames and images for analysis in several modules (e.g.,
PriceActionEngine,CandleExtractor,VisualPatternDetector). While this data is untrusted, the skill has no dangerous capabilities (like network access or command execution) that could be triggered by malicious inputs, making this surface safe in its current implementation.
Audit Metadata