work-pipeline — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited work-pipeline (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.
When the user's message starts with a [] tag, start the WORK-PIPELINE by reading ../skills/sdd-pipeline/references/agent-flow.md and following the orchestration flow.
Any message starting with [...] triggers this pipeline:
[new-feature], [enhancement], [bugfix], [new-work], [WORK start]When this skill is triggered, Claude Code provides the "Base directory for this skill" as an absolute path. Derive the REFERENCES_DIR from it:
REFERENCES_DIR = {Base directory}/../sdd-pipeline/referencesYou MUST pass this absolute path to every sub-agent invocation (specifier, planner, scheduler, builder, verifier, committer). Include it at the top of the prompt text:
REFERENCES_DIR={absolute_path}Sub-agents need this path to read their reference files. Without it, they cannot find the files and will loop.
works/WORK-NN/Requirement.md, determines execution-mode (direct/pipeline/full)direct: call builder → committerpipeline: call builder → verifier → committer in sequencefull: call planner → ⛔ STOP for 2nd approval → scheduler → [builder → verifier → committer] × NIf the user's message ends with "auto" or "자동으로", skip ALL approval steps and execute the entire pipeline automatically. This is the ONLY case where approval gates can be skipped.
User requirement: $ARGUMENTS
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.