strategy-pivot-designer

Warn

Audited by Runlayer on Mar 2, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
79%
Files
12
Flagged
4
Chunks
17
Flagged Files (4)
strategy-pivot-designer/SKILL.mdMEDIUM
79.4%

Malicious tool definition detected

## Prerequisites - Python 3.9+ - `PyYAML` - Iteration history JSON (accumulated backtest-expert evaluations) - Source strategy draft YAML (from edge-strategy-designer) ## Output - `pivot_drafts/research_only/*.yaml` — strategy_draft compatible YAML proposals - `pivot_drafts/exportable/*.yaml` — export-ready drafts + ticket YAML for candidate-agent - `pivot_report_*.md` — human-readable pivot analysis - `pivot_manifest_*.json` — metadata for all generated files - `pivot_diagnosis_*.json` — stagna

strategy-pivot-designer/scripts/tests/test_detect_stagnation.pyMEDIUM
76.3%

Tool passed security scan

Malicious tool definition detected

Description: = { "strategy_id": "existing_strat", "iterations": [ { "iteration": 1, "timestamp": "2026-02-10T12:00:00Z", "changes_from_previous": "Initial", "eval": {"total_score": 40, "dimensions": [], "red_flags": [], "inputs": {}}, }, ], } history_path = tmp_path / "history.json" history_path.write_text(json.dumps(existing)) eval_data = { "total_score": 60, "verdict": "Refine", "dimensions": [], "red_flags": [], "inputs": {}, } eval_path = tmp_path / "eval2.json" eval_path.write_text(json.dum

strategy-pivot-designer/scripts/detect_stagnation.pyLOW
73.0%

Tool passed security scan

Malicious tool definition detected

""" eval_data = json.loads(eval_path.read_text()) if history_path.exists(): history = json.loads(history_path.read_text()) else: history = {"strategy_id": strategy_id, "iterations": []} # Ensure strategy_id matches — refuse to mix histories existing_id = history.get("strategy_id") if existing_id != strategy_id: raise ValueError( f"strategy_id mismatch: history has '{existing_id}' " f"but --strategy-id is '{strategy_id}'.

strategy-pivot-designer/scripts/generate_pivots.pyLOW
65.1%

Tool passed security scan

Passed Files (8)Click to expand
strategy-pivot-designer/scripts/tests/test_generate_pivots.pyOK
46.1%

Tool passed security scan

strategy-pivot-designer/scripts/tests/conftest.pyOK
39.8%

Tool passed security scan

strategy-pivot-designer/references/stagnation_triggers.mdOK
23.3%

Tool passed security scan

strategy-pivot-designer/references/pivot_proposal_schema.mdOK
10.2%

Tool passed security scan

strategy-pivot-designer/references/strategy_archetypes.mdOK
9.4%

Tool passed security scan

strategy-pivot-designer/scripts/tests/helpers.pyOK
8.6%

Tool passed security scan

strategy-pivot-designer/references/pivot_techniques.mdOK
7.5%

Tool passed security scan

strategy-pivot-designer/assets/pivot_report_template.mdOK
4.7%

Tool passed security scan

Audit Metadata
Max File Score
79%
Classification
KNOWN_SERVER_KNOWN_TOOL_LIST
Files Scanned
12
Files Flagged
4
Chunks Analyzed
17
Analyzed
Mar 2, 2026, 09:44 PM
Security Audit — runlayer — strategy-pivot-designer