一键导入
binary-analysis-kit-skill
Linked starter skill for planning, evidence collection, review, and handoff inside a generated kit workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Linked starter skill for planning, evidence collection, review, and handoff inside a generated kit workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Plan and execute bounded, authorized red-team validation with non-destructive evidence and remediation handoff.
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.
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 | binary-analysis-kit-skill |
| description | Linked starter skill for planning, evidence collection, review, and handoff inside a generated kit workflow. |
| version | 1.0.0 |
| author | GoFlow Studio |
| format | goflow |
| mode | chat |
| preferred_agent | binary-analysis-kit-agent |
| allowed_tool_kinds | ["read"] |
| output_kind | structured_handoff |
| priority | 50 |
| max_iterations | 4 |
| tools | [{"name":"binary-analysis-kit-helper/binary_file_info","required":true},{"name":"binary-analysis-kit-helper/binary_strings","required":true},{"name":"binary-analysis-kit-helper/hex_preview","required":false},{"name":"binary-analysis-kit-helper/read_text","required":false}] |
| params | [{"name":"request","type":"string","description":"User task or workflow stage request.","required":true},{"name":"scope","type":"string","description":"Bounded domain, repository, target, or operating scope.","required":false},{"name":"upstream","type":"string","description":"Compact output from an earlier workflow node.","required":false}] |
| activation | {"keywords":["binary-analysis-kit","binary-analysis-kit-skill","starter-kit","workflow-handoff"],"embedding_description":"Use for generated starter kit workflows that need planning, evidence, review, and concise downstream handoff."} |
| metadata | {"folder":"binary-analysis-kit-skill","format":"goflow","generated_agent":"binary-analysis-kit-agent","generated_policy_rule":"binary-analysis-kit-gate","generated_tool":"binary-analysis-kit-helper","generated_workflow":"binary-analysis-kit-workflow","kit":"binary-analysis-kit"} |
Operate as a reusable workflow skill for this kit. Produce compact, structured outputs that can be passed to the next workflow node.
binary_file_info first, then binary_strings, and hex_preview when offsets or headers need a closer look.read_text only for analyst notes, reports, or decompiled text that is already UTF-8 text.