jh941213/codex-lattice · Archived

agent-tool-risk

Agent and tool security review workflow. Use when adding or changing MCP servers, Codex plugins, hooks, sub-agents, tool permissions, prompt flows, automation loops, or model-visible logs.

First seen Aug 25, 2026

Installation

$ npx skills add jh941213/codex-lattice --skill agent-tool-risk

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jh941213/codex-lattice · top by installs.

npx skills add jh941213/codex-lattice

Browse all from jh941213/codex-lattice

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 19
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,449 B
  • docs SUMMARY.md 211 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Agent Tool Risk

Use this skill for MCP, plugins, hooks, sub-agents, tool permissions, prompt flows, automation loops, and model-visible logs.

Workflow

  1. Inventory the agent/tool surface: trigger, command, permissions, inputs, outputs, and persistence.
  2. Classify risk:

- prompt injection or untrusted content - excessive agency or destructive authority - secret exposure - data exfiltration through logs or MCP - command injection - stale or misleading model-visible memory

  1. Confirm high-risk operations have human approval or guard hooks.
  2. Ensure hidden logs are not loaded as default model context.
  3. Ensure model-visible logs contain only durable, necessary retry context.
  4. Update docs/harness/AGENTSECURITY.md, docs/harness/SECURITYPOLICY.md, and docs/harness/SUBAGENT_PROTOCOL.md if behavior changes.

Required Output

Return tool surface, risk class, mitigations, required approvals, logging impact, and remaining risks.

Blockers

  • Secrets written to repo, hidden logs, or model-visible memory.
  • Mutating cloud or git actions without explicit approval.
  • Hooks that execute untrusted user content as shell commands.
  • MCP credentials committed or printed.