agentsclimarketplace

Agt security

Skill richfrem/agent-plugins-skills/plugins/cli-agents/skills/agt-security

repo for reusable plugins and skills

Install
npx -y skills add richfrem/agent-plugins-skills --skill agt-security

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

One thing to look at

  • 4 stars4 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

Provides sandboxing validation, HMAC key rotation, and budget verification to manage security boundaries under Agentic Group Theory (AGT).

SKILL.md

1.3 KB, as published. Nobody here has run it

Agentic Group Theory (AGT) Security Control

This skill contains tools and reference materials to manage secure local execution sandboxes, verify process hygiene limits, and rotate cryptographic bus keys.


1. Sandbox Verification

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:

  1. Validating that high-risk environment variables (e.g. ANTHROPIC_API_KEY, PYTHONPATH) are scrubbed inside subprocesses.
  2. Confirming that allowed path boundaries throw exceptions on out-of-bounds access.
  3. Checking container status (if Docker/Podman isolation is active).

2. HMAC Key Rotation

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.

Keep looking

Skills are one crate of 328,083. 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.