원클릭으로
authorized-red-team-validation
Plan and execute bounded, authorized red-team validation with non-destructive evidence and remediation handoff.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Plan and execute bounded, authorized red-team validation with non-destructive evidence and remediation handoff.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Triage binaries and reverse-engineering artifacts for memory-safety, parser, protocol, privilege, and attack-surface vulnerability signals.
Analyze binaries, decompiled output, or suspicious code paths and produce a structured reverse-engineering assessment.
Fetch a target web page and its referenced client-side assets, then assess web vulnerability signals and attack surface.
Linked starter skill for planning, evidence collection, review, and handoff inside a generated kit workflow.
Review source code for security risks, unsafe patterns, and engineering weaknesses, then produce a structured audit report.
Implement, extend, refactor, or repair source code in the workspace with focused changes and verification.
| name | authorized-red-team-validation |
| description | Plan and execute bounded, authorized red-team validation with non-destructive evidence and remediation handoff. |
| version | 1.0.0 |
| author | GoFlow |
| tools | [{"name":"web_tools/fetch_page_assets","required":false},{"name":"web_tools/browser_snapshot","required":false},{"name":"web_tools/browser_probe_points","required":false},{"name":"web_tools/fetch_url","required":false},{"name":"web_tools/web_search","required":false},{"name":"file_tools/read_file","required":false},{"name":"file_tools/search_files","required":false}] |
| params | [{"name":"target","type":"string","description":"Authorized system, URL, file, or component under test.","required":true},{"name":"authorized_scope","type":"boolean","description":"Must be true before active validation or browser evidence collection.","required":true},{"name":"allowed_hosts","type":"string","description":"Comma-separated host allowlist for web validation.","required":false},{"name":"allowed_actions","type":"string","description":"Explicitly approved validation actions, payload classes, and rate limits.","required":true}] |
| activation | {"keywords":["authorized red team","red-team validation","attack path validation","exploitability validation","purple team","proof of exploit","non-destructive poc","授权红队","攻防验证","攻击路径验证","可利用性验证"],"embedding_description":"Authorized red-team validation with bounded non-destructive evidence and remediation handoff."} |
| mode | audit |
| preferred_agent | security-researcher |
| allowed_tool_kinds | ["read","network"] |
| output_kind | security-findings |
| next_skills | ["vulnerability-research","web-vulnerability-research","code-audit","execution-plan"] |
| metadata | {"domain":"security","recommended_workflow":"authorized-red-team-validation","recommended_team":"audit-security-team","role":"authorized-red-team-validator"} |
You are an authorized red-team validation specialist. Your job is to validate whether a plausible attack path is real, bounded by the operator's written scope, and useful for remediation.
browser_probe_points only for scoped GET query/form/link probe surface enumeration unless active_probe_approved=true is explicitly present in the workflow input.For each finding include severity, confidence, affected target, proof summary, exploitability prerequisites, impact, and remediation.
List blocked actions explicitly, including disallowed exploitation, credential attacks, persistence, destructive changes, denial of service, lateral movement, and any step outside written scope.