woos-security-reviewer
Security vulnerability review skill adapted from ECC security-reviewer agent.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Security vulnerability review skill adapted from ECC security-reviewer agent.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Produce the high-level architecture overview used by downstream product design and engineering.
Independent high-level architecture review gate for discovery.
Capture and structure raw ideas through guided interview or quick note. Produces a structured idea document ready for research or PRD pass. Focuses purely on product intent — no technical decisions.
Entry-point product workflow from raw idea to validated product design artifacts. Stops at reviewed PRD readiness and does not include engineering implementation.
Write the per-feature PRD from the ranked requirements contract using the mandatory PRD template.
Dedicated analyze gate for PRD and UI brief consistency. Runs script extraction first, then semantic review with evidence-backed findings.
| name | woos-security-reviewer |
| description | Security vulnerability review skill adapted from ECC security-reviewer agent. |
| origin | ECC-agent-adapter |
| ecc_source_repo | affaan-m/everything-claude-code |
| ecc_source_path | agents/security-reviewer.md |
| ecc_source_commit | 34d8bf806428c8b1a6d9929a54f76c5667420a42 |
security-review skill body as the authoritative checklist for steps 1–3. The security-review skill is the knowledge base (auth patterns, input validation, secrets, API/payment security, OWASP); this adapter is the gate contract.Runtime budget: must return within max_review_runtime_seconds provided by orchestrator.
woos-architect for architecture-dependent mitigations.all_dimensions_checked: true|falsecritical_high_findings_have_remediation: true|falsefeedback_is_single_pass_complete: true|falseprior_review_context_checked: true|falseIf any item is false, continue review only within remaining runtime budget; if budget is exhausted, return BLOCKED.
STATUS: PASS | REQUEST_CHANGES | NOT_RUN | BLOCKED
SUMMARY: security verdict
REVIEW_DIMENSIONS:
- dimension, status, findings
COMPLETENESS_CHECK:
- all_dimensions_checked
- feedback_is_single_pass_complete
BLOCKING_FINDINGS:
- critical/high findings with remediation
NON_BLOCKING_FINDINGS:
- medium/low improvements
Rules:
PASS only when no critical/high unresolved findings remain.REQUEST_CHANGES when blocking security findings exist.