agentsclimarketplace

Magi security

Skill weiting-tw/MAGI-System/skills/magi-security

MAGI System — Inspired by Evangelion's MAGI supercomputer. Three AI engines (Claude, Gemini, Codex) analyze tasks in parallel, then reach consensus through voting. A Claude Code skills plugin.

Install
npx -y skills add weiting-tw/MAGI-System --skill magi-security

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

三機(Claude/Gemini/Codex)平行安全審查,掃描OWASP漏洞、威脅建模後投票(CASPER有VETO權)

SKILL.md

1.9 KB, 764 tokens by cl100k_base, as published. Nobody here has run it

MAGI Security 快捷指令

/magi-security [scope] - 安全漏洞掃描

此指令為 /magi security [scope] 的快捷方式。

使用方式

/magi-security 支付流程模組
/magi-security src/api/

執行內容

自動啟動 MAGI 三機平行分析(深度安全模式):

機體引擎分析重點
MELCHIOR-1Claude Opus安全架構評估、威脅面分析
BALTHASAR-2Gemini Pro安全編碼實踐、輸入驗證完整性
CASPER-3Codex/GPT (Max)完整威脅建模、滲透測試建議、CVE 掃描

⚠️ 特別注意

此任務類型下,CASPER-3 的 VETO 權重更高。任何 CRITICAL 或 HIGH 安全問題都會觸發深度審查。


🚨 強制執行規則

<MANDATORY> 執行此指令時,必須嚴格遵守以下規則:

禁止事項:

  • ❌ 禁止委派給其他 agent 處理
  • ❌ 禁止使用非指定的工具

必須使用:

  • ✅ MELCHIOR-1: Task tool with subagent_type="general-purpose", model="opus"
  • ✅ BALTHASAR-2: mcp__gemini__ask-gemini (先用 ToolSearch 載入)
  • ✅ CASPER-3: mcp__codex-cli__ask-codex (先用 ToolSearch 載入)

執行步驟:

  1. 先以單一 ToolSearch 載入 MCP 工具:ToolSearch(query="select:mcp__gemini__ask-gemini,mcp__codex-cli__ask-codex")
  2. 單一訊息中同時發出三個 tool calls(Task + Gemini + Codex)
  3. 等待三機回應後彙整共識報告 </MANDATORY>

模型設定(security 任務)

機體模型參數
MELCHIOR-1opus-
BALTHASAR-2gemini-3-pro-preview-
CASPER-3gpt-5.1-codex-maxreasoningEffort: "xhigh"

完整的投票機制與共識報告格式,見主 skill magiskills/SKILL.md)。

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,984. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.