Skip to content
← All topics

Agent Wiki Topic

Agent Security

Secure agent runtimes, tool gates, prompt-injection controls, and auditable permissions.

Agent-readable entry points

Start here

Audit Local LLM Agents Like Runtimes

Local LLM agents can touch shells, files, browsers, credentials, memory, and messaging tools. Treat their runtime layer as source code worth auditing, then turn static findings into a manual review queue instead of automatic verdicts.

Markdown export

Related pages

blog

Coding Agents Need Hardened Harness Evals

Permissive coding-agent benchmarks hide a boring production truth: security policy changes agent behavior. Small teams should run the same task suite under nested hardening levels and separate model failures from tasks the policy made impossible.

blog

Audit Local LLM Agents Like Runtimes

Local LLM agents can touch shells, files, browsers, credentials, memory, and messaging tools. Treat their runtime layer as source code worth auditing, then turn static findings into a manual review queue instead of automatic verdicts.

tools

Is This Agentic Change Good?

This skill reviews branches that change future agent behavior. It collects local git evidence and judges skill collisions, context budget, safety risks, and runtime visibility before recommending a merge.

blog

AI Agents Need Evidence Before They Click

When an agent clicks, sends, pays, deletes, or extracts data, the critical truth cannot live only in model prose. Put a small evidence gate before risky tool calls: predicate, evidence type, source, decision.