poc-bounce-strategy
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns detected. The skill provides legitimate trading strategy logic and instructional documentation.
- [INDIRECT_PROMPT_INJECTION]: The skill processes OHLCV (Open, High, Low, Close, Volume) data through a Pandas DataFrame to calculate trading levels.
- Ingestion points: Data enters the system via the
build_volume_profileanddetect_session_pocsmethods inSKILL.md. - Boundary markers: The instructions do not define specific delimiters for the input data, as it is expected to be a structured numeric DataFrame.
- Capability inventory: The skill contains no dangerous capabilities such as network operations, file writing, or subprocess execution. It is limited to mathematical calculations and logic.
- Sanitization: Standard numeric processing is performed. Given the lack of dangerous capabilities, the injection risk is negligible.
- [EXTERNAL_DOWNLOADS]: The Python code references the standard data science libraries
pandasandnumpy. These are well-known, trusted libraries commonly used in the platform's environment for data manipulation.
Audit Metadata