一键导入
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.