strategy-dev-manager
Warn
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [DYNAMIC_EXECUTION]: The skill implements a workflow that generates and executes Python scripts at runtime. It uses the
scaffold_signal_enginetool to create asignal_engine.pyscript based on templates and agent-extracted logic, which is then executed using thebacktesttool. This pattern of script generation and execution presents a risk if the generation process is compromised. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from academic papers and reports via the
read_documenttool. The extracted information (formulas, entry/exit rules) is used to populate executable code templates. This ingestion of external, attacker-controllable data into a code generation pipeline constitutes a vulnerability surface. - Ingestion points:
read_document(paper_path)inSKILL.md(Phase 1). - Boundary markers: None identified; the skill does not instruct the agent to ignore or delimit instructions found within the processed documents.
- Capability inventory:
bash,backtest,scaffold_signal_engine, andsdm_registerinSKILL.mdand referenced files. - Sanitization: The skill uses
ast.parsevia abashcommand for syntax validation, which identifies malformed Python but does not check for malicious logic or side effects. - [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The skill uses the
bashtool in Phase 3 to execute a Python syntax check on generated code. Additionally, it recommends manual installation of therapidocr_onnxruntimepackage via pip in documentation if OCR capabilities are missing. The primary risk lies in the execution of agent-generated code via thebacktesttool. - [PERSISTENCE_MECHANISMS]: The skill documentation in
references/scheduled_decay_scan.mddescribes the configuration of aScheduledResearchExecutor. This mechanism allows for the persistent scheduling of agent tasks (decay scans) that survive server restarts and execute prompts periodically.
Audit Metadata