Main
Use
guardas a preflight: scan skills and MCP configs for risky patterns before you ship a new agent build.Use
scanto measure prompt robustness over time—treat it as a regression test suite for system prompts.Audit MCP servers you rely on: tool descriptions are part of your trust boundary, so poisoning detection matters.
Source-backed notes
- README Quick Start includes
agentseal guardfor offline scanning with no API key. - README lists commands like
scan(prompt probes) andscan-mcp(audit live MCP tool descriptions). - README mentions baseline tracking with SHA-256 hashes to detect changes since last scan.
FAQ
- Does it work offline?: Yes—README says
guard,shield, andscan-mcpcan work offline. - Do I need a model for scanning prompts?: For
scan, yes; use Ollama locally or a cloud model. - Is it open source?: License is FSL-1.1 (future Apache-2.0); review LICENSE for usage terms.