diff --git a/README.md b/README.md index a3091c8..79f94c2 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ This list is organized by the **security lifecycle** of an autonomous agent, cov - **[Agentic Radar](https://github.com/splx-ai/agentic-radar)** - A static analysis tool that visualizes agent workflows (LangGraph, CrewAI, AutoGen). It detects risky tool usage, permission loops, and maps them to known vulnerabilities. - **[Agent Bound](https://github.com/ElPaisano/agent-bound)** - A design-time analysis tool that calculates "Agentic Entropy"—a metric to quantify the unpredictability and risk of infinite loops or unconstrained actions in agent architectures. - **[Checkov](https://github.com/bridgecrewio/checkov)** - While primarily for IaC, Checkov includes policies for scanning AI infrastructure and configurations to prevent misconfigurations in deployment. +- **[SkilLock](https://github.com/skills-lock/skil-lock)** - A lockfile + GitHub Action that pins the parsed behavior surface (shell commands, URLs, file reads) of Claude Code and Codex agent skills. Catches drift between PRs that hash pinning misses; emits SARIF for GitHub Code Scanning. Apache 2.0. ## 📦 Sandboxing & Isolation Environments *Secure runtimes to prevent agents from damaging the host system during code execution.*