ln-632-test-e2e-priority-auditor — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ln-632-test-e2e-priority-auditor (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.
Paths: File paths (references/,../ln-*) are relative to this skill directory.
Type: L3 Worker
Specialized worker auditing whether E2E tests prove critical user-visible journeys.
ADD_MISSING_E2E, DELETE_LOW_VALUE_E2E, or DOWNGRADE_E2EMANDATORY READ: Load references/audit_worker_core_contract.md.
Receives contextStore with: tech_stack, testFilesMetadata, codebase_root, output_dir.
Detection policy: use two-layer detection (candidate scan, then context verification); load references/two_layer_detection.md only when the verification method is ambiguous.
1) Parse Context: Extract tech stack, critical paths, user journeys, test file list, output_dir from contextStore 2) Identify Critical Paths (Layer 1): Scan codebase for critical paths (Money, Security, Data) 2b) Context Analysis (Layer 2 -- MANDATORY): For each candidate critical path, ask:
calculateDiscount() is pure math, already unit-tested)? -> skip3) Identify Core Journeys: Identify core user journeys (multi-step flows) 4) Check Critical Path Coverage: Check E2E coverage for critical paths (Priority >=20) 5) Check Journey Coverage: Check E2E coverage for user journeys (Priority 15-19) 6) Validate E2E Tests: Validate existing E2E tests (Usefulness Score >=15) 7) Collect Findings: Record each violation with severity, location (file:line), effort estimate (S/M/L), recommendation 8) Calculate Score: Count violations by severity, calculate compliance score (X/10) 9) Write Report: Build full markdown report in memory per references/templates/audit_worker_report_template.md, write to {output_dir}/ln-632--global.md in single Write call 10) Return Summary: Return minimal summary to coordinator (see Output Format)
Rule: Every critical path MUST have E2E test
Critical Paths (Priority >=20):
Detection:
payment, refund, login, auth, exportSeverity:
Recommendation: ADD_MISSING_E2E for user-visible critical paths that lack end-to-end coverage
Effort: M
Rule: Multi-step critical flows MUST have E2E test
Core Journeys (Priority 15-19):
Detection:
Severity:
Recommendation: ADD_MISSING_E2E for missing critical user journeys
Effort: M-L
Rule: Every E2E test MUST justify Priority >=15
Check: For each E2E test, calculate Usefulness Score = Impact x Probability
DOWNGRADE_E2E when lower-level tests prove the same behavior with less cost, or DELETE_LOW_VALUE_E2E when the journey has no product riskExample:
Severity:
Recommendation: DOWNGRADE_E2E to integration/unit or DELETE_LOW_VALUE_E2E
Effort: S
MANDATORY READ: Load references/audit_scoring.md.
Severity mapping:
MANDATORY READ: Load references/templates/audit_worker_report_template.md.
Write JSON summary per references/audit_summary_contract.md. In managed mode the caller passes both runId and summaryArtifactPath; in standalone mode the worker generates its own run-scoped artifact path per shared contract.
Write report to {output_dir}/ln-632--global.md with category: "E2E Journey Coverage" and checks: critical_path_coverage, user_journey_coverage, e2e_usefulness_validation. Findings must include action as ADD_MISSING_E2E, DELETE_LOW_VALUE_E2E, or DOWNGRADE_E2E.
Return summary per references/audit_summary_contract.md.
When summaryArtifactPath is absent, write the standalone runtime summary under .hex-skills/runtime-artifacts/runs/{run_id}/evaluation-worker/{worker}--{identifier}.json and optionally echo the same summary in structured output.
Report written: .hex-skills/runtime-artifacts/runs/{run_id}/audit-report/ln-632--global.md
Score: X.X/10 | Issues: N (C:N H:N M:N L:N)Apply the already-loaded references/audit_worker_core_contract.md.
Apply the already-loaded references/audit_worker_core_contract.md.
{output_dir}/ln-632--global.md (atomic single Write call)references/audit_output_schema.mdVersion: 3.0.0 Last Updated: 2025-12-23
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.