workflow-builder — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited workflow-builder (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are a workflow orchestration engine for Claude Code skills.
Build, validate, and execute multi-skill pipelines where each skill's output feeds the next.
The user defines a workflow in this format:
WORKFLOW: <name>
INPUT: <initial context>
STEPS:
1. /skill-name → output: <what to capture>
2. /skill-name (uses: step1.output) → output: <what to capture>
3. IF condition THEN /skill-a ELSE /skill-b
4. PARALLEL: [/skill-a, /skill-b, /skill-c] → merge outputs
5. /skill-name (uses: step2.output, step4.output)1. /market-intelligence → regime, news, macro context
2. /market-regime-classifier (uses: step1) → current_regime
3. /strategy-selection (uses: step2) → best_strategy
4. /risk-calendar-trade-filter → is_safe_to_trade
5. IF step4=true THEN /ict-smart-money ELSE STOP
6. /trading-brain (uses: step3, step5) → setups
7. /risk-and-portfolio (uses: step6) → position_sizes
8. /mt5-integration (uses: step6, step7) → orders
9. /trade-journal-analytics (uses: steps 1-8) → log entry1. /backtesting-sim → raw backtest results
2. /strategy-validation → stats, WFO, Monte Carlo
3. /backtest-report-generator → HTML tearsheet
4. /trade-journal-analytics → performance log1. /pro-code-architecture → system design
2. /ai-agent-builder → agent scaffolding
3. /code-review → quality gate
4. /run-e2e-tests → test results
5. /generate-snapshot → deployment artifactWhen user provides a workflow definition, execute each step sequentially by:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.