Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ AI agents increasingly use external tools, plugins, and skills to interact with
| **[Tuning Engines CLI](https://github.com/cerebrixos-org/tuning-engines-cli)** | MCP server and CLI for governed agent/skill/tool access with policy checks, approvals, traces, and role-scoped registries | [![GitHub](https://img.shields.io/github/stars/cerebrixos-org/tuning-engines-cli)](https://github.com/cerebrixos-org/tuning-engines-cli) |
| **[AgentSkillsScanner](https://github.com/sumleo/AgentSkillsScanner)** | Static analysis scanner for agent skill definitions | [![GitHub](https://img.shields.io/github/stars/sumleo/AgentSkillsScanner)](https://github.com/sumleo/AgentSkillsScanner) |
| **[SkillTotal](https://github.com/pezhik/skilltotal)** | Static, offline scanner for AI components (MCP servers, agent skills, npm/PyPI packages, repos): supply-chain risk, dangerous capabilities, prompt-injection, exfiltration; deterministic, evidence-anchored, SARIF + pre-commit/GitHub Action | [![GitHub](https://img.shields.io/github/stars/pezhik/skilltotal)](https://github.com/pezhik/skilltotal) |
| **[SkillVerdict](https://github.com/cristianmoroaica/bountyverdict)** | Commit-pinned, non-executing pre-install audit of public agent skills that scans the requested SKILL.md plus bounded directory and repository context, with evidence-linked risk verdicts and scan-coverage reporting | [![GitHub](https://img.shields.io/github/stars/cristianmoroaica/bountyverdict)](https://github.com/cristianmoroaica/bountyverdict) |
| **[SkilLock](https://github.com/skills-lock/skil-lock)** | Behavior-pinning lockfile + capability-delta PR review for Claude Code & Codex skills; SARIF output for Code Scanning | [![GitHub](https://img.shields.io/github/stars/skills-lock/skil-lock)](https://github.com/skills-lock/skil-lock) |
| **[agent-diff-guard](https://github.com/cubxxw/agent-diff-guard)** | Pre-push guardrail that flags high-risk coding-agent diffs such as CI/CD changes, dependency edits, test deletions, hardcoded secrets, and task-scope drift before merge | [![GitHub](https://img.shields.io/github/stars/cubxxw/agent-diff-guard)](https://github.com/cubxxw/agent-diff-guard) |
| **[Skillid](https://github.com/dkoly/skillid)** | Policy-driven Claude Code plugin that combines skill guidance with per-tool hooks to enforce org guardrails, confirmation rules, redaction, and connector-specific access control | [![GitHub](https://img.shields.io/github/stars/dkoly/skillid)](https://github.com/dkoly/skillid) |
Expand Down