vibeshield
v2.0.0Bug-hunting security audit for AI-generated code. One skill, parallel bug-hunter subagents, findings in the VibeShield contract format.
By VibeShieldLicense: MIT1 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install vibeshield for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install vibeshield@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/rajviyash9136freefr-tech/vibeshieldClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skill/.
Plugin files
├── .claude-plugin/plugin.json└── skills/vibeshield-audit/SKILL.md
Included Skills1
Audit this project for the failure modes of AI-generated code: hallucinated packages (slopsquatting), hardcoded/pasted secrets, insecure API usage (md5, eval, SQL concat, ECB), license-stripped snippets, insecure defaults (debug=True, CORS *, JWT alg none), unpinned dependency blowouts, and prompt-injection traps in agent-readable files. Spawns parallel bug-hunter subagents per module and writes findings as VibeShield JSON (contracts/finding/schema.json). Use when asked to "audit", "find bugs", "security review", "vibeshield", or before shipping AI-written code.
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "vibeshield",
"displayName": "VibeShield",
"version": "2.0.0",
"description": "Bug-hunting security audit for AI-generated code. One skill, parallel bug-hunter subagents, findings in the VibeShield contract format.",
"author": {
"name": "VibeShield",
"url": "https://vibeshield.dev"
},
"homepage": "https://vibeshield.dev",
"repository": "https://github.com/vibeshield/vibeshield",
"license": "MIT",
"keywords": [
"security",
"audit",
"ai-code",
"bugs",
"supply-chain"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[vibeshield on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vibeshield)