review-workflow-determinism — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited review-workflow-determinism (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.
Scans the bodies of Dapr Workflow classes/functions for code that is not safe to run during replay. Read-only: this skill never modifies source files. Activity bodies, management endpoints, and configuration are out of scope and are covered by review-workflow-activity and review-workflow-management.
You MUST follow these phases in strict order. Do not load files outside the agreed scope, and do not write or edit any files.
../shared/review-scope-prompt.md and follow it to set scope_root.../shared/review-detect-target.md and follow it to produce language and workflow_files. If workflow_files is empty, emit a single critical finding (no workflow files found) and stop.language, read exactly one of:dotnet or aspire → ../shared/review-determinism-dotnet.mdpython → ../shared/review-determinism-python.mdGrep and Read. For each match, capture file:line, the rule id, and a short evidence snippet. Confirm the match is inside workflow scope (see "Cross-reference" in each checklist) before promoting it from "Please verify" to a graded severity.../shared/review-report-format.md. Group by severity, then rule id, then file path.## Next steps block defined by the report format.Read, Grep, Glob only. The skill MUST NOT call Bash, Write, or Edit.
The full rule list, including detection patterns, severities, and suggested fixes, lives in the loaded language checklist:
DWF-DET-001 … DWF-DET-015DWF-DET-001 … DWF-DET-015Rule ids are stable across releases. New rules append; deprecated rule ids are reserved.
The last thing you emit MUST be the report from step 5, including the ## Next steps section. The ## Next steps block should suggest:
review-workflow-activity next if any activity files exist.review-workflow-management next if any management files exist.Do not add any text after the report.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.