品質與安全
Action linter
Migration helper(舊命令 → 新別名)
寫死密碼掃描
HTTP 安全 headers 稽核
axe-core 可訪問性
Lighthouse 跑分
Core Web Vitals
Visual regression
文字 / DOM snapshot
網路節流預設集
Arbitrary-script 開關
安全測試
header_tampering.HeaderTampering— 改 cookie/referer/originlicense_scanner— SPDX / 已知授權字樣偵測cookie_consent.ConsentDismisser— 自動關閉 GDPR 彈窗
PII / Visual review
pii_scanner.scan_text— email / 電話 / Luhn 驗證信用卡 / SSN / ROC 身分證號 / IPv4,assert_no_pii與redact_text配套visual_review.VisualReviewServer— 本機 web UI side-by-side 顯示 baseline / current,一鍵 accept
Form auto-fill / A11y diff
form_autofill.plan_fill_actions(fields, fixture)— 自動推斷欄位 用途並產出WR_save_test_object+WR_element_input序列accessibility.a11y_diff.diff_violations— 比較兩次 axe-core 結果 分出 added / resolved / persisting;assert_no_regressions為 CI 把關