raptor-strategy
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's installation process involves downloading operational scripts, such as
raptor-scanner.pyandraptor_config.py, from the Senpi-ai GitHub organization. These downloads are consistent with the skill's purpose and originate from the recognized vendor. - [REMOTE_CODE_EXECUTION]: The scanner script is downloaded from a remote repository and executed via the Python interpreter. This allows the skill to perform complex trading logic that is maintained centrally by the vendor.
- [COMMAND_EXECUTION]: The skill uses the
subprocess.runfunction inraptor_config.pyto invoke themcportercommand-line tool. This tool is used to fetch market data and execute trades. The command arguments are constructed safely using a list format and JSON-encoded parameters. - [SAFE]: The skill retrieves trader positions and market consensus data from APIs to inform its strategy.
- Ingestion points:
fetch_quality_hot_traders,fetch_trader_positions, andfetch_sm_mapinraptor-scanner.py. - Boundary markers: Not applicable as data is handled by a standalone script rather than the model context.
- Capability inventory:
create_positionandcancel_orderfunctions inraptor-scanner.py. - Sanitization: The script performs type checking and numeric conversion using the
safe_floathelper function.
Audit Metadata