verify-security

Solid

Stage ④.e verify sub-workflow — gstack /cso 安全审查 OWASP/auth/secrets (has_auth_or_secrets 触发, 可选 conditional; bundled verify-stage optional /cso step). schema_version: harnessed.workflow.v3 with disciplines_applied (6 default) + tools_available (gstack-cso) + 1 phase (gate ref has_auth_or_secrets conditional)。 Triggered by slash command `/verify-security` after `harnessed setup`.

AI & Automation 2 stars 1 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# verify-security workflow (v3) ## Overview 1-phase sub-workflow mapping CLAUDE.md "Verify 阶段 — 可选 /cso" onto harnessed runtime (Phase v3.0-3.4 W0.13b — D-04 Stage ④ Verify 7 sub + D-12 gstack 治理关卡 + Pattern A sub-workflow ship)。 | phase | id | upstream | model | capability | gate | | ----- | -- | -------- | ----- | ---------- | ---- | | 1 | `01-cso` | gstack | opus | `{{ capabilities.gstack-cso.cmd }}` | `judgments.stage-routing.verify-security-secrets.fires` | Per-phase config loads from `workflows/verify/security/workflow.yaml`; engine 4-level gate resolver evaluates `phase.has_auth_or_secrets == true` via expr-eval — true 则 invoke gstack `/cso` (OWASP / auth / credentials / secrets 全面审查), false 则 skip。 ## Capability refs Sister `workflows/capabilities.yaml` entries: - `gstack-cso` — Bucket 3 治理关卡 (impl: gstack, cmd: /cso, fires_when: phase.stage == 'verify' AND phase.has_auth_or_secrets == true) ## Gate ref Sister `workflows/judgments/stage-routing.yaml`: - `verify-security-secrets.fires` — `phase.stage == 'verify' and phase.has_auth_or_secrets == true` ## Routing rules - ✅ **触发**: auth flow / session / credentials / API keys / SQL injection 路径 / OWASP top 10 area - ❌ **跳过**: docs / 纯 UI styling / 内部 refactor / non-security PR ## How to invoke !`harnessed checkpoint intent verify-security` > The banner above (when present) means this invocation is REGISTERED with the engine (an intent marker) — not yet compliant: the steps below (prompt → spawn → checkpoint...

Details

Author
easyinplay
Repository
easyinplay/harnessed
Created
2 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

verify-validate-phase

Stage ④ verify sub-workflow — GSD /gsd-validate-phase Nyquist 覆盖审计 (requires_coverage_audit 触发, 可选 conditional; 补 TDD 前向写测试之外的后向 requirement→test 覆盖查漏). schema_version: harnessed.workflow.v3 with disciplines_applied (6 default) + tools_available (gsd-validate-phase) + 1 phase (gate ref requires_coverage_audit conditional)。 Triggered by slash command `/verify-validate-phase` after `harnessed setup`.

2 Updated today
easyinplay
AI & Automation Solid

verify-paranoid

Stage ④.c verify sub-workflow — gstack /review Paranoid Staff Engineer 关键模块 PR 前强制 (bundled gstack governance gate — mandatory before critical-module PR)。Gate: judgments.stage-routing.verify-paranoid-critical.fires (phase.is_critical_module == true) — 默认 critical fire only; 非关键模块 skip。 schema_version: harnessed.workflow.v3 with disciplines_applied (6 default) + tools_available (gstack-review) + 1 phase (gate ref is_critical_module conditional)。 Triggered by slash command `/verify-paranoid` after `harnessed setup`.

2 Updated today
easyinplay
AI & Automation Solid

verify-simplify

Stage ④.g verify sub-workflow — code-simplifier 末尾串行 (移除重复 / 多余逻辑; bundled verify-stage cadence — tail-step code-simplifier). schema_version: harnessed.workflow.v3 with disciplines_applied (6 default) + tools_available (code-simplifier) + 1 phase (gate ref is_final_step 末尾串行)。 Triggered by slash command `/verify-simplify` after `harnessed setup`.

2 Updated today
easyinplay