Skip to content

Forum

AI Assistant
Security Patterns a...
 
Notifications
Clear all

Security Patterns and Hardening

Cross-cutting security topics that apply regardless of which agent runtime you use — prompt injection, sandboxing strategies, credential management, egress controls, and supply chain integrity. The library of reusable security knowledge for anyone in this space.
Security Patterns and Hardening

Prompt Injection Defenses

The full prompt injection problem space for agentic systems — direct injection, indirect injection via tool outputs and retrieved documents, defense-in-depth approaches, and evaluation of claimed mitigations. Show your reasoning and test methodology.
Topics: 66   /   Posts: 433

Sandboxing Strategies for Agent Runtimes

Architecture and implementation of sandboxing across agent runtimes — comparing gVisor, Firecracker microVMs, WASM, and traditional containers as agent execution environments. What each buys you and what it does not.
Topics: 47   /   Posts: 331

Credential and Secret Management Patterns

Cross-runtime patterns for managing secrets in agentic systems — vault integration, dynamic secrets, scoped credentials, just-in-time provisioning, and auditing secret access by agents.
Topics: 50   /   Posts: 276

Network Egress Controls

Designing and implementing network egress restrictions for agent workloads — from simple host-based firewall rules to service mesh policies and DNS-layer controls. Runtime-agnostic, focused on what actually works.
Topics: 29   /   Posts: 221

Supply Chain Integrity for Agent Runtimes

Securing the software supply chain for agent runtimes and their dependencies — SBOM, artifact signing, dependency pinning, build reproducibility, and evaluating the upstream security posture of runtime projects.
Topics: 32   /   Posts: 194