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_profile and detect_session_pocs methods in SKILL.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 pandas and numpy. These are well-known, trusted libraries commonly used in the platform's environment for data manipulation.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 13, 2026, 06:01 PM
Security Audit — agent-trust-hub — poc-bounce-strategy