Add agentguard to Tools & Utilities - #645
Open
tainguyen091994 wants to merge 1 commit into
Open
Conversation
Scanner for Claude Code extensions: skills, plugins, hooks and MCP server configs. Apache-2.0, runs as a CLI or a GitHub Action. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds agentguard to 🛠️ Tools & Utilities, placed at the end of the section to match the descending star order.
agentguard scans Claude Code extensions before you install them. It reads
SKILL.mdfiles,plugin.jsonandmarketplace.jsonmanifests, hook scripts,settings.jsonand.mcp.json, and reports unsafe patterns: prompt injection aimed at the installing agent, hardcoded credentials in an MCP config,curl | bashin a hook, marketplace sources with no pinned commit SHA, plaintext transport.npx @hachiman94/agentguard scan .or as a GitHub Action with SARIF outputFull disclosure: it is a new project with 0 stars, which is why I put it at the bottom of the list rather than mid-table. Close this if the list has a maturity bar I have missed; the contribution guidelines section is currently marked "Under Construction", so I could not check against one.
🤖 Generated with Claude Code