一键导入
agt-security
Provides sandboxing validation, HMAC key rotation, and budget verification to manage security boundaries under Agentic Group Theory (AGT).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Provides sandboxing validation, HMAC key rotation, and budget verification to manage security boundaries under Agentic Group Theory (AGT).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill when a BC Small Claims Notice of Claim draft is already captured in canonical JSON and the next step is deterministic PDF-generation readiness review, renderer handoff, or artifact verification. This skill is for JSON-to-PDF generation only. It must not take over guided intake or canonical JSON authoring.
Use this skill when a BC Small Claims Notice of Claim draft already exists in canonical JSON and the next step is to produce a deterministic mock filing payload, simulate downstream submission, or inspect adapter artifacts. This skill is for JSON-to-adapter handoff only. It must not take over guided intake or PDF rendering.
This skill should be used when the user wants to start a BC Small Claims Notice of Claim, answer the Form 1 questions interactively, turn freeform facts into a structured intake packet, align the answers to the observed Filing Assistant question flow and canonical case JSON, or identify what information is still missing before validation or rendering.
Use this skill when a BC Small Claims Notice of Claim draft is already captured in canonical JSON and the next step is deterministic PDF-generation readiness review, renderer handoff, or artifact verification. This skill is for JSON-to-PDF generation only. It must not take over guided intake or canonical JSON authoring.
Use this skill when a BC Small Claims Notice of Claim draft already exists in canonical JSON and the next step is to produce a deterministic mock filing payload, simulate downstream submission, or inspect adapter artifacts. This skill is for JSON-to-adapter handoff only. It must not take over guided intake or PDF rendering.
This skill should be used when the user wants to start a BC Small Claims Notice of Claim, answer the Form 1 questions interactively, turn freeform facts into a structured intake packet, align the answers to the observed Filing Assistant question flow and canonical case JSON, or identify what information is still missing before validation or rendering.
| name | agt-security |
| plugin | cli-agents |
| description | Provides sandboxing validation, HMAC key rotation, and budget verification to manage security boundaries under Agentic Group Theory (AGT). |
| allowed-tools | Bash, Read, Write |
This skill contains tools and reference materials to manage secure local execution sandboxes, verify process hygiene limits, and rotate cryptographic bus keys.
To verify that the sub-agent execution environment complies with AGT process hygiene or containerized sandboxing:
python3 plugins/cli-agents/scripts/agt_ops.py verify-sandbox
This performs:
ANTHROPIC_API_KEY, PYTHONPATH) are scrubbed inside subprocesses.To generate or rotate the HMAC symmetric key used to sign messages across the local control plane:
python3 plugins/cli-agents/scripts/agt_ops.py rotate-key
Keys are rotated dynamically and written to ${CLAUDE_PROJECT_DIR}/context/exploration/.secrets/session_hmac.key with restricted 0600 permissions.