用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aibot88/sec_skill_store --skill in10-red-teaming命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | in10-red-teaming |
| description | Apply IN10 Red Teaming to organize adversarial review to find vulnerabilities through simulated attack. |
| version | 1.0.0 |
| metadata | {"moltbot":{"nix":{"plugin":"github:hummbl-dev/hummbl-agent?dir=skills/IN-inversion/in10-red-teaming","systems":"[Truncated]"}}} |
Apply the IN10 Red Teaming transformation to organize adversarial review to find vulnerabilities through simulated attack.
IN10 (Red Teaming) Organize adversarial review to find vulnerabilities through simulated attack.
// Using IN10 (Red Teaming) - Establish the focus
const focus = "Organize adversarial review to find vulnerabilities through simulated attack";
// Using IN10 (Red Teaming) - Apply the transformation
const output = applyModel("IN10", focus);
// Using IN10 (Red Teaming) - Capture insights and decisions
const insights = summarize(output);
// Using IN10 (Red Teaming) - Example in a risk assessment for a launch
const result = applyModel("IN10", "Organize adversarial review to find vulnerabilities through simulated attack" );
{
programs.moltbot.plugins = [
{ source = "github:hummbl-dev/hummbl-agent?dir=skills/IN-inversion/in10-red-teaming"; }
];
}
moltbot-registry install hummbl-agent/in10-red-teaming
/apply-transformation IN10 "Organize adversarial review to find vulnerabilities through simulated attack"
Apply IN10 to create repeatable, explicit mental model reasoning.