[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-trailofbits-second-opinion-de":3,"guides-for-trailofbits-second-opinion":2026,"similar-k17d2hrecnyvdswwj4cdhae0ts86n8a5-de":2027},{"_creationTime":4,"_id":5,"children":6,"community":46,"display":47,"evaluation":50,"identity":283,"isFallback":265,"parentExtension":286,"providers":315,"relations":321,"repo":322,"tags":2024,"workflow":2025},1778698175626.316,"k17d2hrecnyvdswwj4cdhae0ts86n8a5",[7],{"_creationTime":8,"_id":9,"community":10,"display":12,"identity":18,"providers":24,"relations":40,"tags":42,"workflow":43},1778698175626.3274,"k175nzcn222pqjqm90d2xgfh7586nhew",{"reviewCount":11},0,{"description":13,"installMethods":14,"name":16,"sourceUrl":17},"Runs external LLM code reviews (OpenAI Codex or Google Gemini CLI) on uncommitted changes, branch diffs, or specific commits. Use when the user asks for a second opinion, external review, codex review, gemini review, or mentions /second-opinion.",{"claudeCode":15},"trailofbits/skills","second-opinion","https://github.com/trailofbits/skills",{"basePath":19,"githubOwner":20,"githubRepo":21,"locale":22,"slug":16,"type":23},"plugins/second-opinion/skills/second-opinion","trailofbits","skills","en","skill",{"evaluate":25,"extract":38},{"promptVersionExtension":26,"promptVersionScoring":27,"score":28,"tags":29,"targetMarket":36,"tier":37},"3.0.0","4.4.0",97,[30,31,32,33,34,35],"code-review","llm","codex","gemini","git","security","global","verified",{"commitSha":39},"HEAD",{"parentExtensionId":5,"repoId":41},"kd7d5sbrd9m157hjv9c7v4wfyn86mk2f",[30,32,33,34,31,35],{"evaluatedAt":44,"extractAt":45,"updatedAt":44},1778699436700,1778698175626,{"reviewCount":11},{"description":48,"installMethods":49,"name":16,"sourceUrl":17},"Runs code reviews using external LLM CLIs (OpenAI Codex, Google Gemini) on uncommitted changes, branch diffs, or specific commits. Bundles Codex's built-in MCP server for direct tool access.",{"claudeCode":16},{"_creationTime":51,"_id":52,"extensionId":5,"locale":22,"result":53,"trustSignals":263,"workflow":281},1778698659302.0276,"kn73c3z875r50bxyvgw001c0xs86mfwq",{"checks":54,"evaluatedAt":239,"extensionSummary":240,"features":241,"nonGoals":247,"promptVersionExtension":26,"promptVersionScoring":27,"purpose":251,"rationale":252,"score":253,"summary":254,"tags":255,"targetMarket":36,"tier":37,"useCases":258},[55,60,63,66,70,73,77,81,84,87,91,95,98,102,105,108,111,114,117,120,124,128,132,136,140,143,146,150,154,157,160,163,166,169,172,176,180,184,187,191,194,197,200,203,206,209,212,215,218,221,225,228,231,235],{"category":56,"check":57,"severity":58,"summary":59},"Practical Utility","Problem relevance","pass","The description clearly states the problem of running code reviews using external LLM CLIs on uncommitted changes, branch diffs, or specific commits.",{"category":56,"check":61,"severity":58,"summary":62},"Unique selling proposition","The plugin bundles specific MCP servers and integrates with multiple LLM CLIs for code reviews, offering value beyond simple API wrappers.",{"category":56,"check":64,"severity":58,"summary":65},"Production readiness","The plugin provides a complete workflow for code reviews using external LLMs, covering setup, invocation, and presenting results.",{"category":67,"check":68,"severity":58,"summary":69},"Scope","Single responsibility principle","The plugin focuses on code reviews using LLM CLIs and bundling MCP servers, staying within a coherent domain.",{"category":67,"check":71,"severity":58,"summary":72},"Description quality","The displayed description accurately reflects the plugin's functionality of running LLM code reviews and bundling an MCP server.",{"category":74,"check":75,"severity":58,"summary":76},"Invocation","Scoped tools","The plugin utilizes specific tools like `codex exec` and `gemini` with defined arguments for code review tasks, rather than a single generalist tool.",{"category":78,"check":79,"severity":58,"summary":80},"Documentation","Configuration & parameter reference","The README clearly documents prerequisites, installation, usage with examples, and how the tools work, including specific command-line arguments and configurations.",{"category":67,"check":82,"severity":58,"summary":83},"Tool naming","Tools are named descriptively (e.g., `codex exec`, `gemini`, `/second-opinion` command) and are specific to the domain.",{"category":67,"check":85,"severity":58,"summary":86},"Minimal I/O surface","Input parameters for the command and CLI tools are well-defined, and outputs are structured (JSON for Codex) or presented clearly, avoiding unnecessary diagnostic dumps.",{"category":88,"check":89,"severity":58,"summary":90},"License","License usability","The plugin is licensed under CC-BY-SA-4.0, a permissive open-source license, as indicated by the bundled LICENSE file.",{"category":92,"check":93,"severity":58,"summary":94},"Maintenance","Commit recency","The last commit was on May 11, 2026, which is within the last 3 months.",{"category":92,"check":96,"severity":58,"summary":97},"Dependency Management","The project uses npm for its dependencies, and the presence of a lockfile indicates suitable measures for dependency management.",{"category":99,"check":100,"severity":58,"summary":101},"Security","Secret Management","Secrets like API keys are expected to be handled via environment variables or CLI configurations, not hardcoded in committed files. The README implies external configuration for API keys.",{"category":99,"check":103,"severity":58,"summary":104},"Injection","The plugin shells out to external CLIs and pipes data via stdin, but the process is controlled by structured commands and prompts, with no indication of executing untrusted external content.",{"category":99,"check":106,"severity":58,"summary":107},"Transitive Supply-Chain Grenades","The plugin relies on locally installed CLIs and bundled scripts, with no runtime downloads of code or data that could be tampered with.",{"category":99,"check":109,"severity":58,"summary":110},"Sandbox Isolation","The plugin shells out to external CLIs which are assumed to operate within their own sandboxing or with user-controlled execution environments, and the plugin itself does not modify files outside of the project context.",{"category":99,"check":112,"severity":58,"summary":113},"Sandbox escape primitives","No evidence of detached processes or retry loops around denied tool calls in the provided script snippets.",{"category":99,"check":115,"severity":58,"summary":116},"Data Exfiltration","Outbound calls are limited to the specified LLM CLIs (Codex, Gemini) for review purposes. No undocumented outbound calls or submission of confidential data are indicated.",{"category":99,"check":118,"severity":58,"summary":119},"Hidden Text Tricks","The bundled files and README do not contain hidden text tricks, invisible characters, or obfuscation techniques.",{"category":121,"check":122,"severity":58,"summary":123},"Hooks","Opaque code execution","The plugin's scripts are readable bash and the MCP server is a standard CLI call, with no evidence of obfuscation or base64 payloads.",{"category":125,"check":126,"severity":58,"summary":127},"Portability","Structural Assumption","The plugin relies on standard git commands and the presence of LLM CLIs, with clear prerequisites outlined. It does not make assumptions about specific project file layouts beyond those standard for code reviews.",{"category":129,"check":130,"severity":58,"summary":131},"Trust","Issues Attention","With 13 issues opened and 4 closed in the last 90 days, the closure rate is approximately 24%, which is within acceptable bounds given the number of open issues.",{"category":133,"check":134,"severity":58,"summary":135},"Versioning","Release Management","A meaningful semver version (1.6.0) is declared in `plugin.json` and is consistent with the `manifestVersion` in trust signals.",{"category":137,"check":138,"severity":58,"summary":139},"Code Execution","Validation","The `codex exec` command uses `--output-schema` and piped input, and the `gemini` CLI has flags and extensions that imply structured parameter handling.",{"category":99,"check":141,"severity":58,"summary":142},"Unguarded Destructive Operations","The plugin is read-only in its primary function of code review and does not perform destructive operations.",{"category":137,"check":144,"severity":58,"summary":145},"Error Handling","The README includes a detailed error handling table with specific actions for common errors like 'command not found' and model authentication failures.",{"category":137,"check":147,"severity":148,"summary":149},"Logging","not_applicable","The plugin is primarily analytical and does not perform destructive actions or outbound calls beyond interacting with LLM CLIs for review purposes. No audit logging is expected or necessary.",{"category":151,"check":152,"severity":58,"summary":153},"Compliance","GDPR","The plugin operates on code and prompts provided by the user, and any personal data would be incidental to code content. It does not specifically target or process personal data.",{"category":151,"check":155,"severity":58,"summary":156},"Target market","The extension operates on code reviews and uses globally available LLM CLIs, with no regional restrictions detected. `targetMarket` is 'global'.",{"category":125,"check":158,"severity":58,"summary":159},"Runtime stability","The plugin relies on standard CLIs and git commands, making it portable across POSIX-compatible systems where these tools are installed.",{"category":78,"check":161,"severity":58,"summary":162},"README","The README is comprehensive, clearly stating the plugin's purpose, prerequisites, installation, and usage.",{"category":67,"check":164,"severity":58,"summary":165},"Tool surface size","The plugin exposes a `/second-opinion` command and bundles two MCP servers (`codex`, `codex-reply`), which is a reasonable surface size.",{"category":74,"check":167,"severity":58,"summary":168},"Overlapping near-synonym tools","The tools are distinct: `/second-opinion` is the user-facing command, and `codex`/`codex-reply` are MCP server tools, with no semantic overlap.",{"category":78,"check":170,"severity":58,"summary":171},"Phantom features","All features mentioned in the README, such as code review capabilities and bundled MCP servers, correspond to implemented functionality.",{"category":173,"check":174,"severity":58,"summary":175},"Install","Installation instruction","The README provides clear installation instructions with copy-pasteable commands for adding the plugin and examples for invocation.",{"category":177,"check":178,"severity":58,"summary":179},"Errors","Actionable error messages","The README provides specific error messages with clear remediation steps for common issues like missing commands or extensions.",{"category":181,"check":182,"severity":58,"summary":183},"Execution","Pinned dependencies","The project uses npm and has a lockfile, indicating that dependencies are pinned and managed.",{"category":67,"check":185,"severity":148,"summary":186},"Dry-run preview","The plugin's primary function is code review, which is inherently analytical and does not involve state-changing operations or outbound data sending requiring a dry-run.",{"category":188,"check":189,"severity":58,"summary":190},"Protocol","Idempotent retry & timeouts","The plugin shells out to external CLIs with specified timeouts (600000ms), and the operations are read-only, making idempotency less critical. No indication of stateful server calls.",{"category":151,"check":192,"severity":58,"summary":193},"Telemetry opt-in","There is no mention of telemetry collection in the README or provided files, implying no telemetry is emitted by default.",{"category":74,"check":195,"severity":58,"summary":196},"Name collisions","The plugin name 'second-opinion' is distinct, and the bundled MCP tools ('codex', 'codex-reply') are unlikely to collide with common tool names.",{"category":74,"check":198,"severity":148,"summary":199},"Hooks-off mechanism","The plugin does not appear to define any hooks that would require a hooks-off mechanism.",{"category":74,"check":201,"severity":148,"summary":202},"Hook matcher tightness","No hooks were detected in the provided plugin configuration.",{"category":99,"check":204,"severity":148,"summary":205},"Hook security","No hooks were detected in the provided plugin configuration, thus no security concerns related to hooks.",{"category":121,"check":207,"severity":148,"summary":208},"Silent prompt rewriting","The plugin does not appear to have a `UserPromptSubmit` hook.",{"category":99,"check":210,"severity":148,"summary":211},"Permission Hook","No `PermissionRequest` hooks were detected in the plugin configuration.",{"category":151,"check":213,"severity":148,"summary":214},"Hook privacy","No hooks were detected that would involve logging or telemetry.",{"category":137,"check":216,"severity":148,"summary":217},"Hook dependency","No custom hook scripts were found in the plugin.",{"category":78,"check":219,"severity":58,"summary":220},"Feature Transparency","The README clearly explains the functionality of the plugin, including its code review capabilities and the bundled MCP servers.",{"category":222,"check":223,"severity":58,"summary":224},"Convention","Layout convention adherence","The plugin structure follows conventions with a `.claude-plugin/plugin.json` and `.mcp.json` file. The README does not mention a `bin/` directory, implying adherence.",{"category":222,"check":226,"severity":148,"summary":227},"Plugin state","The plugin does not appear to have persistent state that needs to be managed under `${CLAUDE_PLUGIN_DATA}`.",{"category":99,"check":229,"severity":58,"summary":230},"Keychain-stored secrets","The README implies API keys are configured externally (e.g., via environment variables), which aligns with secure secret management practices.",{"category":232,"check":233,"severity":58,"summary":234},"Dependencies","Tagged release sourcing","The plugin bundles an MCP server (`codex`) which is likely sourced from a published package, and the `gemini-cli` is also installed via npm.",{"category":236,"check":237,"severity":58,"summary":238},"Installation","Clean uninstall","The plugin primarily shells out to CLIs and does not appear to install background daemons or services that would survive an uninstall.",1778698659176,"This plugin facilitates code reviews by integrating with OpenAI Codex and Google Gemini CLIs. It supports reviewing uncommitted changes, branch diffs, and specific commits, and bundles Codex's MCP server for direct tool access.",[242,243,244,245,246],"Runs code reviews using OpenAI Codex and Google Gemini CLIs","Supports review of uncommitted changes, branch diffs, and specific commits","Bundles Codex's built-in MCP server for direct tool access","Allows selection of review scope, context, and focus areas","Presents side-by-side comparison of results from multiple LLMs",[248,249,250],"Providing reviews using Claude's own models","Reviewing non-code files","Acting as a replacement for local linters or static analysis tools","To provide users with an independent, LLM-powered code review capability, allowing them to compare different models and get detailed feedback on their code changes.","The plugin is well-documented and robust, with clear instructions and error handling. The only minor finding is the closure rate of issues in the repository, which remains within acceptable limits.",96,"A high-quality plugin for leveraging external LLMs for code reviews.",[30,31,32,33,256,257],"cli","mcp",[259,260,261,262],"Getting a second opinion on code changes from a different LLM","Reviewing branch diffs before opening a Pull Request","Checking uncommitted work for issues before committing","Performing focused reviews on security, performance, or error handling",{"codeQuality":264,"collectedAt":266,"documentation":267,"maintenance":270,"security":277,"testCoverage":280},{"hasLockfile":265},true,1778698644664,{"descriptionLength":268,"readmeSize":269},190,7901,{"closedIssues90d":271,"forks":272,"hasChangelog":265,"manifestVersion":273,"openIssues90d":274,"pushedAt":275,"stars":276},4,455,"1.6.0",13,1778517916000,5161,{"hasNpmPackage":278,"license":279,"smitheryVerified":278},false,"CC-BY-SA-4.0",{"hasCi":265,"hasTests":265},{"updatedAt":282},1778698659302,{"basePath":284,"githubOwner":20,"githubRepo":21,"locale":22,"slug":16,"type":285},"plugins/second-opinion","plugin",{"_creationTime":287,"_id":288,"community":289,"display":290,"identity":293,"parentExtension":296,"providers":297,"relations":311,"tags":312,"workflow":313},1778698175626.309,"k17550d1ve8ghfmwc58xs69e3s86mn86",{"reviewCount":11},{"description":291,"installMethods":292,"name":20,"sourceUrl":17},"Claude Code plugins from Trail of Bits for enhanced AI-assisted security analysis and development",{"claudeCode":15},{"basePath":294,"githubOwner":20,"githubRepo":21,"locale":22,"slug":21,"type":295},"","marketplace",null,{"evaluate":298,"extract":306},{"promptVersionExtension":299,"promptVersionScoring":27,"score":300,"tags":301,"targetMarket":36,"tier":305},"3.1.0",75,[35,302,303,295,304],"development","analysis","plugins","community",{"commitSha":39,"marketplace":307,"plugin":309},{"name":20,"pluginCount":308},39,{"mcpCount":11,"provider":310,"skillCount":11},"classify",{"repoId":41},[303,302,295,304,35],{"evaluatedAt":314,"extractAt":45,"updatedAt":314},1778698203402,{"evaluate":316,"extract":318},{"promptVersionExtension":26,"promptVersionScoring":27,"score":253,"tags":317,"targetMarket":36,"tier":37},[30,31,32,33,256,257],{"commitSha":39,"plugin":319},{"mcpCount":11,"provider":310,"skillCount":320},1,{"parentExtensionId":288,"repoId":41},{"_creationTime":323,"_id":41,"identity":324,"providers":325,"workflow":2020},1778698169543.2075,{"githubOwner":20,"githubRepo":21,"sourceUrl":17},{"classify":326,"discover":2013,"github":2016},{"commitSha":39,"extensions":327},[328,341,354,369,400,413,424,437,448,459,470,485,498,533,544,557,568,579,592,603,616,633,648,687,716,729,746,776,787,797,808,819,832,843,854,887,900,911,929,947,968,976,1007,1014,1021,1029,1037,1045,1053,1063,1071,1079,1087,1095,1103,1111,1121,1128,1135,1159,1245,1256,1267,1282,1297,1304,1325,1334,1353,1359,1368,1382,1411,1419,1441,1448,1459,1470,1482,1521,1528,1535,1567,1575,1591,1598,1606,1614,1622,1630,1638,1646,1654,1662,1670,1678,1686,1694,1702,1724,1732,1742,1766,1780,1794,1808,1826,1837,1845,1853,1870,1879,1894,1928,2003],{"basePath":294,"description":291,"displayName":20,"installMethods":329,"rationale":330,"selectedPaths":331,"source":340,"sourceLanguage":22,"type":295},{"claudeCode":15},"marketplace.json at .claude-plugin/marketplace.json",[332,335,337],{"path":333,"priority":334},".claude-plugin/marketplace.json","mandatory",{"path":336,"priority":334},"README.md",{"path":338,"priority":339},"LICENSE","high","rule",{"basePath":342,"description":343,"displayName":344,"installMethods":345,"rationale":346,"selectedPaths":347,"source":340,"sourceLanguage":22,"type":285},"plugins/ask-questions-if-underspecified","Clarify ambiguous requirements by asking questions before implementing. Only when invoked explicitly.","ask-questions-if-underspecified",{"claudeCode":344},"plugin manifest at plugins/ask-questions-if-underspecified/.claude-plugin/plugin.json",[348,350,351],{"path":349,"priority":334},".claude-plugin/plugin.json",{"path":336,"priority":334},{"path":352,"priority":353},"skills/ask-questions-if-underspecified/SKILL.md","medium",{"basePath":355,"description":356,"displayName":357,"installMethods":358,"rationale":359,"selectedPaths":360,"source":340,"sourceLanguage":22,"type":285},"plugins/audit-context-building","Build deep architectural context through ultra-granular code analysis before vulnerability hunting","audit-context-building",{"claudeCode":357},"plugin manifest at plugins/audit-context-building/.claude-plugin/plugin.json",[361,362,363,365,367],{"path":349,"priority":334},{"path":336,"priority":334},{"path":364,"priority":353},"skills/audit-context-building/SKILL.md",{"path":366,"priority":339},"agents/function-analyzer.md",{"path":368,"priority":339},"commands/audit-context.md",{"basePath":370,"description":371,"displayName":372,"installMethods":373,"rationale":374,"selectedPaths":375,"source":340,"sourceLanguage":22,"type":285},"plugins/building-secure-contracts","Comprehensive smart contract security toolkit based on Trail of Bits' Building Secure Contracts framework. Includes vulnerability scanners for 6 blockchains and 5 development guideline assistants.","building-secure-contracts",{"claudeCode":372},"plugin manifest at plugins/building-secure-contracts/.claude-plugin/plugin.json",[376,377,378,380,382,384,386,388,390,392,394,396,398],{"path":349,"priority":334},{"path":336,"priority":334},{"path":379,"priority":353},"skills/algorand-vulnerability-scanner/SKILL.md",{"path":381,"priority":353},"skills/audit-prep-assistant/SKILL.md",{"path":383,"priority":353},"skills/cairo-vulnerability-scanner/SKILL.md",{"path":385,"priority":353},"skills/code-maturity-assessor/SKILL.md",{"path":387,"priority":353},"skills/cosmos-vulnerability-scanner/SKILL.md",{"path":389,"priority":353},"skills/guidelines-advisor/SKILL.md",{"path":391,"priority":353},"skills/secure-workflow-guide/SKILL.md",{"path":393,"priority":353},"skills/solana-vulnerability-scanner/SKILL.md",{"path":395,"priority":353},"skills/substrate-vulnerability-scanner/SKILL.md",{"path":397,"priority":353},"skills/token-integration-analyzer/SKILL.md",{"path":399,"priority":353},"skills/ton-vulnerability-scanner/SKILL.md",{"basePath":401,"description":402,"displayName":403,"installMethods":404,"rationale":405,"selectedPaths":406,"source":340,"sourceLanguage":22,"type":285},"plugins/burpsuite-project-parser","Search and extract data from Burp Suite project files (.burp) for security analysis","burpsuite-project-parser",{"claudeCode":403},"plugin manifest at plugins/burpsuite-project-parser/.claude-plugin/plugin.json",[407,408,409,411],{"path":349,"priority":334},{"path":336,"priority":334},{"path":410,"priority":353},"skills/burpsuite-project-parser/SKILL.md",{"path":412,"priority":339},"commands/burp-search.md",{"basePath":414,"description":415,"displayName":416,"installMethods":417,"rationale":418,"selectedPaths":419,"source":340,"sourceLanguage":22,"type":285},"plugins/claude-in-chrome-troubleshooting","Diagnose and fix Claude in Chrome MCP extension connectivity issues","claude-in-chrome-troubleshooting",{"claudeCode":416},"plugin manifest at plugins/claude-in-chrome-troubleshooting/.claude-plugin/plugin.json",[420,421,422],{"path":349,"priority":334},{"path":336,"priority":334},{"path":423,"priority":353},"skills/claude-in-chrome-troubleshooting/SKILL.md",{"basePath":425,"description":426,"displayName":427,"installMethods":428,"rationale":429,"selectedPaths":430,"source":340,"sourceLanguage":22,"type":285},"plugins/constant-time-analysis","Detect compiler-induced timing side-channels in cryptographic code","constant-time-analysis",{"claudeCode":427},"plugin manifest at plugins/constant-time-analysis/.claude-plugin/plugin.json",[431,432,433,435],{"path":349,"priority":334},{"path":336,"priority":334},{"path":434,"priority":353},"skills/constant-time-analysis/SKILL.md",{"path":436,"priority":339},"commands/ct-check.md",{"basePath":438,"description":439,"displayName":440,"installMethods":441,"rationale":442,"selectedPaths":443,"source":340,"sourceLanguage":22,"type":285},"plugins/culture-index","Interprets Culture Index survey results for individuals and teams","culture-index",{"claudeCode":440},"plugin manifest at plugins/culture-index/.claude-plugin/plugin.json",[444,445,446],{"path":349,"priority":334},{"path":336,"priority":334},{"path":447,"priority":353},"skills/interpreting-culture-index/SKILL.md",{"basePath":449,"description":450,"displayName":451,"installMethods":452,"rationale":453,"selectedPaths":454,"source":340,"sourceLanguage":22,"type":285},"plugins/debug-buttercup","Debug Buttercup Kubernetes deployments","debug-buttercup",{"claudeCode":451},"plugin manifest at plugins/debug-buttercup/.claude-plugin/plugin.json",[455,456,457],{"path":349,"priority":334},{"path":336,"priority":334},{"path":458,"priority":353},"skills/debug-buttercup/SKILL.md",{"basePath":460,"description":461,"displayName":462,"installMethods":463,"rationale":464,"selectedPaths":465,"source":340,"sourceLanguage":22,"type":285},"plugins/devcontainer-setup","Create pre-configured devcontainers with Claude Code and language-specific tooling","devcontainer-setup",{"claudeCode":462},"plugin manifest at plugins/devcontainer-setup/.claude-plugin/plugin.json",[466,467,468],{"path":349,"priority":334},{"path":336,"priority":334},{"path":469,"priority":353},"skills/devcontainer-setup/SKILL.md",{"basePath":471,"description":472,"displayName":473,"installMethods":474,"rationale":475,"selectedPaths":476,"source":340,"sourceLanguage":22,"type":285},"plugins/differential-review","Security-focused differential review of code changes with git history analysis and blast radius estimation","differential-review",{"claudeCode":473},"plugin manifest at plugins/differential-review/.claude-plugin/plugin.json",[477,478,479,481,483],{"path":349,"priority":334},{"path":336,"priority":334},{"path":480,"priority":353},"skills/differential-review/SKILL.md",{"path":482,"priority":339},"agents/adversarial-modeler.md",{"path":484,"priority":339},"commands/diff-review.md",{"basePath":486,"description":487,"displayName":488,"installMethods":489,"rationale":490,"selectedPaths":491,"source":340,"sourceLanguage":22,"type":285},"plugins/firebase-apk-scanner","Scan Android APKs for Firebase security misconfigurations including open databases, storage buckets, authentication issues, and exposed cloud functions. For authorized security research only.","firebase-apk-scanner",{"claudeCode":488},"plugin manifest at plugins/firebase-apk-scanner/.claude-plugin/plugin.json",[492,493,494,496],{"path":349,"priority":334},{"path":336,"priority":334},{"path":495,"priority":353},"skills/firebase-apk-scanner/SKILL.md",{"path":497,"priority":339},"commands/scan-apk.md",{"basePath":499,"description":500,"displayName":501,"installMethods":502,"rationale":503,"selectedPaths":504,"source":340,"sourceLanguage":22,"type":285},"plugins/gh-cli","Intercepts GitHub URL fetches and curl/wget commands, redirecting to the authenticated gh CLI.","gh-cli",{"claudeCode":501},"plugin manifest at plugins/gh-cli/.claude-plugin/plugin.json",[505,506,507,509,511,513,515,517,519,521,523,525,527,529,531],{"path":349,"priority":334},{"path":336,"priority":334},{"path":508,"priority":339},"hooks/cleanup-clones.sh",{"path":510,"priority":339},"hooks/hooks.json",{"path":512,"priority":339},"hooks/intercept-github-curl.bats",{"path":514,"priority":339},"hooks/intercept-github-curl.sh",{"path":516,"priority":339},"hooks/intercept-github-fetch.bats",{"path":518,"priority":339},"hooks/intercept-github-fetch.sh",{"path":520,"priority":339},"hooks/persist-session-id.sh",{"path":522,"priority":339},"hooks/session-hooks.bats",{"path":524,"priority":339},"hooks/setup-shims.bats",{"path":526,"priority":339},"hooks/setup-shims.sh",{"path":528,"priority":339},"hooks/shims/gh",{"path":530,"priority":339},"hooks/shims/gh-shim.bats",{"path":532,"priority":339},"hooks/test_helper.bash",{"basePath":534,"description":535,"displayName":536,"installMethods":537,"rationale":538,"selectedPaths":539,"source":340,"sourceLanguage":22,"type":285},"plugins/dwarf-expert","Interact with and understand the DWARF debugging format","dwarf-expert",{"claudeCode":536},"plugin manifest at plugins/dwarf-expert/.claude-plugin/plugin.json",[540,541,542],{"path":349,"priority":334},{"path":336,"priority":334},{"path":543,"priority":353},"skills/dwarf-expert/SKILL.md",{"basePath":545,"description":546,"displayName":547,"installMethods":548,"rationale":549,"selectedPaths":550,"source":340,"sourceLanguage":22,"type":285},"plugins/entry-point-analyzer","Analyzes smart contract codebases to identify state-changing entry points for security auditing. Detects externally callable functions that modify state, categorizes them by access level, and generates structured audit reports.","entry-point-analyzer",{"claudeCode":547},"plugin manifest at plugins/entry-point-analyzer/.claude-plugin/plugin.json",[551,552,553,555],{"path":349,"priority":334},{"path":336,"priority":334},{"path":554,"priority":353},"skills/entry-point-analyzer/SKILL.md",{"path":556,"priority":339},"commands/entry-points.md",{"basePath":558,"description":559,"displayName":560,"installMethods":561,"rationale":562,"selectedPaths":563,"source":340,"sourceLanguage":22,"type":285},"plugins/mutation-testing","Configures mewt or muton mutation testing campaigns — scopes targets, tunes timeouts, and optimizes long-running runs. Use when the user mentions mewt, muton, mutation testing, or wants to configure or optimize a mutation testing campaign.","mutation-testing",{"claudeCode":560},"plugin manifest at plugins/mutation-testing/.claude-plugin/plugin.json",[564,565,566],{"path":349,"priority":334},{"path":336,"priority":334},{"path":567,"priority":353},"skills/mutation-testing/SKILL.md",{"basePath":569,"description":570,"displayName":571,"installMethods":572,"rationale":573,"selectedPaths":574,"source":340,"sourceLanguage":22,"type":285},"plugins/property-based-testing","Property-based testing guidance for multiple languages and smart contracts","property-based-testing",{"claudeCode":571},"plugin manifest at plugins/property-based-testing/.claude-plugin/plugin.json",[575,576,577],{"path":349,"priority":334},{"path":336,"priority":334},{"path":578,"priority":353},"skills/property-based-testing/SKILL.md",{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":340,"sourceLanguage":22,"type":285},"plugins/semgrep-rule-creator","Create custom Semgrep rules for detecting bug patterns and security vulnerabilities","semgrep-rule-creator",{"claudeCode":582},"plugin manifest at plugins/semgrep-rule-creator/.claude-plugin/plugin.json",[586,587,588,590],{"path":349,"priority":334},{"path":336,"priority":334},{"path":589,"priority":353},"skills/semgrep-rule-creator/SKILL.md",{"path":591,"priority":339},"commands/semgrep-rule.md",{"basePath":593,"description":594,"displayName":595,"installMethods":596,"rationale":597,"selectedPaths":598,"source":340,"sourceLanguage":22,"type":285},"plugins/semgrep-rule-variant-creator","Creates language variants of existing Semgrep rules with proper applicability analysis and test-driven validation","semgrep-rule-variant-creator",{"claudeCode":595},"plugin manifest at plugins/semgrep-rule-variant-creator/.claude-plugin/plugin.json",[599,600,601],{"path":349,"priority":334},{"path":336,"priority":334},{"path":602,"priority":353},"skills/semgrep-rule-variant-creator/SKILL.md",{"basePath":604,"description":605,"displayName":606,"installMethods":607,"rationale":608,"selectedPaths":609,"source":340,"sourceLanguage":22,"type":285},"plugins/sharp-edges","Identify error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes","sharp-edges",{"claudeCode":606},"plugin manifest at plugins/sharp-edges/.claude-plugin/plugin.json",[610,611,612,614],{"path":349,"priority":334},{"path":336,"priority":334},{"path":613,"priority":353},"skills/sharp-edges/SKILL.md",{"path":615,"priority":339},"agents/sharp-edges-analyzer.md",{"basePath":617,"description":618,"displayName":619,"installMethods":620,"rationale":621,"selectedPaths":622,"source":340,"sourceLanguage":22,"type":285},"plugins/static-analysis","Static analysis toolkit with CodeQL, Semgrep, and SARIF parsing for security vulnerability detection","static-analysis",{"claudeCode":619},"plugin manifest at plugins/static-analysis/.claude-plugin/plugin.json",[623,624,625,627,629,631],{"path":349,"priority":334},{"path":336,"priority":334},{"path":626,"priority":353},"skills/codeql/SKILL.md",{"path":628,"priority":353},"skills/sarif-parsing/SKILL.md",{"path":630,"priority":353},"skills/semgrep/SKILL.md",{"path":632,"priority":339},"agents/semgrep-scanner.md",{"basePath":634,"description":635,"displayName":636,"installMethods":637,"rationale":638,"selectedPaths":639,"source":340,"sourceLanguage":22,"type":285},"plugins/spec-to-code-compliance","Specification-to-code compliance checker for blockchain audits with evidence-based alignment analysis","spec-to-code-compliance",{"claudeCode":636},"plugin manifest at plugins/spec-to-code-compliance/.claude-plugin/plugin.json",[640,641,642,644,646],{"path":349,"priority":334},{"path":336,"priority":334},{"path":643,"priority":353},"skills/spec-to-code-compliance/SKILL.md",{"path":645,"priority":339},"agents/spec-compliance-checker.md",{"path":647,"priority":339},"commands/spec-compliance.md",{"basePath":649,"description":650,"displayName":651,"installMethods":652,"rationale":653,"selectedPaths":654,"source":340,"sourceLanguage":22,"type":285},"plugins/testing-handbook-skills","Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)","testing-handbook-skills",{"claudeCode":651},"plugin manifest at plugins/testing-handbook-skills/.claude-plugin/plugin.json",[655,656,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685],{"path":349,"priority":334},{"path":336,"priority":334},{"path":658,"priority":353},"skills/address-sanitizer/SKILL.md",{"path":660,"priority":353},"skills/aflpp/SKILL.md",{"path":662,"priority":353},"skills/atheris/SKILL.md",{"path":664,"priority":353},"skills/cargo-fuzz/SKILL.md",{"path":666,"priority":353},"skills/constant-time-testing/SKILL.md",{"path":668,"priority":353},"skills/coverage-analysis/SKILL.md",{"path":670,"priority":353},"skills/fuzzing-dictionary/SKILL.md",{"path":672,"priority":353},"skills/fuzzing-obstacles/SKILL.md",{"path":674,"priority":353},"skills/harness-writing/SKILL.md",{"path":676,"priority":353},"skills/libafl/SKILL.md",{"path":678,"priority":353},"skills/libfuzzer/SKILL.md",{"path":680,"priority":353},"skills/ossfuzz/SKILL.md",{"path":682,"priority":353},"skills/ruzzy/SKILL.md",{"path":684,"priority":353},"skills/testing-handbook-generator/SKILL.md",{"path":686,"priority":353},"skills/wycheproof/SKILL.md",{"basePath":688,"description":689,"displayName":690,"installMethods":691,"rationale":692,"selectedPaths":693,"source":340,"sourceLanguage":22,"type":285},"plugins/trailmark","Builds multi-language source code graphs for security analysis: call graphs, attack surface mapping, blast radius, taint propagation, complexity hotspots, and entry point enumeration. Generates Mermaid diagrams (call graphs, class hierarchies, dependency maps, heatmaps). Compares code graph snapshots for structural diff and evolution analysis. Runs graph-informed mutation testing triage (genotoxic). Generates mutation-driven test vectors (vector-forge). Extracts crypto protocol message flows and converts Mermaid diagrams to ProVerif models. Projects SARIF and weAudit findings onto code graphs. Use when analyzing call paths, mapping attack surface, visualizing code architecture, triaging survived mutants, generating cryptographic test vectors, diagramming crypto protocols, formally verifying protocols, or augmenting audits with static analysis findings.","trailmark",{"claudeCode":690},"plugin manifest at plugins/trailmark/.claude-plugin/plugin.json",[694,695,696,698,700,702,704,706,708,710,712,714],{"path":349,"priority":334},{"path":336,"priority":334},{"path":697,"priority":353},"skills/audit-augmentation/SKILL.md",{"path":699,"priority":353},"skills/crypto-protocol-diagram/SKILL.md",{"path":701,"priority":353},"skills/diagramming-code/SKILL.md",{"path":703,"priority":353},"skills/genotoxic/SKILL.md",{"path":705,"priority":353},"skills/graph-evolution/SKILL.md",{"path":707,"priority":353},"skills/mermaid-to-proverif/SKILL.md",{"path":709,"priority":353},"skills/trailmark/SKILL.md",{"path":711,"priority":353},"skills/trailmark-structural/SKILL.md",{"path":713,"priority":353},"skills/trailmark-summary/SKILL.md",{"path":715,"priority":353},"skills/vector-forge/SKILL.md",{"basePath":717,"description":718,"displayName":719,"installMethods":720,"rationale":721,"selectedPaths":722,"source":340,"sourceLanguage":22,"type":285},"plugins/variant-analysis","Find similar vulnerabilities and bugs across codebases using pattern-based analysis","variant-analysis",{"claudeCode":719},"plugin manifest at plugins/variant-analysis/.claude-plugin/plugin.json",[723,724,725,727],{"path":349,"priority":334},{"path":336,"priority":334},{"path":726,"priority":353},"skills/variant-analysis/SKILL.md",{"path":728,"priority":339},"commands/variants.md",{"basePath":730,"description":731,"displayName":732,"installMethods":733,"rationale":734,"selectedPaths":735,"source":340,"sourceLanguage":22,"type":285},"plugins/c-review","Comprehensive C/C++ security code review with specialized bug-finding agents covering memory safety, type safety, concurrency, and Linux/Windows userspace-specific issues","c-review",{"claudeCode":732},"plugin manifest at plugins/c-review/.claude-plugin/plugin.json",[736,737,738,740,742,744],{"path":349,"priority":334},{"path":336,"priority":334},{"path":739,"priority":353},"skills/c-review/SKILL.md",{"path":741,"priority":339},"agents/c-review-dedup-judge.md",{"path":743,"priority":339},"agents/c-review-fp-judge.md",{"path":745,"priority":339},"agents/c-review-worker.md",{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":340,"sourceLanguage":22,"type":285},"plugins/modern-python","Modern Python best practices. Use when creating new Python projects, and writing Python scripts, or migrating existing projects from legacy tools.","modern-python",{"claudeCode":749},"plugin manifest at plugins/modern-python/.claude-plugin/plugin.json",[753,754,755,757,758,759,760,762,764,766,768,770,772,774],{"path":349,"priority":334},{"path":336,"priority":334},{"path":756,"priority":353},"skills/modern-python/SKILL.md",{"path":510,"priority":339},{"path":524,"priority":339},{"path":526,"priority":339},{"path":761,"priority":339},"hooks/shims/pip",{"path":763,"priority":339},"hooks/shims/pip-shim.bats",{"path":765,"priority":339},"hooks/shims/pipx",{"path":767,"priority":339},"hooks/shims/pipx-shim.bats",{"path":769,"priority":339},"hooks/shims/python",{"path":771,"priority":339},"hooks/shims/python-shim.bats",{"path":773,"priority":339},"hooks/shims/uv",{"path":775,"priority":339},"hooks/shims/uv-shim.bats",{"basePath":777,"description":778,"displayName":779,"installMethods":780,"rationale":781,"selectedPaths":782,"source":340,"sourceLanguage":22,"type":285},"plugins/insecure-defaults","Detects insecure default configurations including hardcoded credentials, fallback secrets, weak authentication defaults, and dangerous values in production","insecure-defaults",{"claudeCode":779},"plugin manifest at plugins/insecure-defaults/.claude-plugin/plugin.json",[783,784,785],{"path":349,"priority":334},{"path":336,"priority":334},{"path":786,"priority":353},"skills/insecure-defaults/SKILL.md",{"basePath":284,"description":48,"displayName":16,"installMethods":788,"rationale":789,"selectedPaths":790,"source":340,"sourceLanguage":22,"type":285},{"claudeCode":16},"plugin manifest at plugins/second-opinion/.claude-plugin/plugin.json",[791,792,793,795],{"path":349,"priority":334},{"path":336,"priority":334},{"path":794,"priority":353},"skills/second-opinion/SKILL.md",{"path":796,"priority":334},".mcp.json",{"basePath":798,"description":799,"displayName":800,"installMethods":801,"rationale":802,"selectedPaths":803,"source":340,"sourceLanguage":22,"type":285},"plugins/yara-authoring","YARA-X detection rule authoring with linting and quality analysis","yara-authoring",{"claudeCode":800},"plugin manifest at plugins/yara-authoring/.claude-plugin/plugin.json",[804,805,806],{"path":349,"priority":334},{"path":336,"priority":334},{"path":807,"priority":353},"skills/yara-rule-authoring/SKILL.md",{"basePath":809,"description":810,"displayName":811,"installMethods":812,"rationale":813,"selectedPaths":814,"source":340,"sourceLanguage":22,"type":285},"plugins/git-cleanup","Safely analyzes and cleans up local git branches and worktrees by categorizing them as merged, squash-merged, superseded, or active work.","git-cleanup",{"claudeCode":811},"plugin manifest at plugins/git-cleanup/.claude-plugin/plugin.json",[815,816,817],{"path":349,"priority":334},{"path":336,"priority":334},{"path":818,"priority":353},"skills/git-cleanup/SKILL.md",{"basePath":820,"description":821,"displayName":822,"installMethods":823,"rationale":824,"selectedPaths":825,"source":340,"sourceLanguage":22,"type":285},"plugins/workflow-skill-design","Teaches design patterns for workflow-based Claude Code skills and provides a review agent for auditing existing skills","workflow-skill-design",{"claudeCode":822},"plugin manifest at plugins/workflow-skill-design/.claude-plugin/plugin.json",[826,827,828,830],{"path":349,"priority":334},{"path":336,"priority":334},{"path":829,"priority":353},"skills/designing-workflow-skills/SKILL.md",{"path":831,"priority":339},"agents/workflow-skill-reviewer.md",{"basePath":833,"description":834,"displayName":835,"installMethods":836,"rationale":837,"selectedPaths":838,"source":340,"sourceLanguage":22,"type":285},"plugins/seatbelt-sandboxer","Generate minimal macOS Seatbelt sandbox configurations for applications","seatbelt-sandboxer",{"claudeCode":835},"plugin manifest at plugins/seatbelt-sandboxer/.claude-plugin/plugin.json",[839,840,841],{"path":349,"priority":334},{"path":336,"priority":334},{"path":842,"priority":353},"skills/seatbelt-sandboxer/SKILL.md",{"basePath":844,"description":845,"displayName":846,"installMethods":847,"rationale":848,"selectedPaths":849,"source":340,"sourceLanguage":22,"type":285},"plugins/supply-chain-risk-auditor","Audit supply-chain threat landscape of project dependencies for exploitation or takeover risk","supply-chain-risk-auditor",{"claudeCode":846},"plugin manifest at plugins/supply-chain-risk-auditor/.claude-plugin/plugin.json",[850,851,852],{"path":349,"priority":334},{"path":336,"priority":334},{"path":853,"priority":353},"skills/supply-chain-risk-auditor/SKILL.md",{"basePath":855,"description":856,"displayName":857,"installMethods":858,"rationale":859,"selectedPaths":860,"source":340,"sourceLanguage":22,"type":285},"plugins/zeroize-audit","Detects missing or compiler-optimized zeroization of sensitive data with assembly and control-flow analysis","zeroize-audit",{"claudeCode":857},"plugin manifest at plugins/zeroize-audit/.claude-plugin/plugin.json",[861,862,863,865,867,869,871,873,875,877,879,881,883,885],{"path":349,"priority":334},{"path":336,"priority":334},{"path":864,"priority":353},"skills/zeroize-audit/SKILL.md",{"path":866,"priority":339},"agents/0-preflight.md",{"path":868,"priority":339},"agents/1-mcp-resolver.md",{"path":870,"priority":339},"agents/2-source-analyzer.md",{"path":872,"priority":339},"agents/2b-rust-source-analyzer.md",{"path":874,"priority":339},"agents/3-tu-compiler-analyzer.md",{"path":876,"priority":339},"agents/3b-rust-compiler-analyzer.md",{"path":878,"priority":339},"agents/4-report-assembler.md",{"path":880,"priority":339},"agents/5-poc-generator.md",{"path":882,"priority":339},"agents/5b-poc-validator.md",{"path":884,"priority":339},"agents/5c-poc-verifier.md",{"path":886,"priority":339},"agents/6-test-generator.md",{"basePath":888,"description":889,"displayName":890,"installMethods":891,"rationale":892,"selectedPaths":893,"source":340,"sourceLanguage":22,"type":285},"plugins/let-fate-decide","Draws Tarot cards using cryptographic randomness to add entropy to vague or underspecified planning. Interprets the spread to guide next steps. Use when feeling lucky, invoking heart-of-the-cards energy, or when prompts are ambiguous.","let-fate-decide",{"claudeCode":890},"plugin manifest at plugins/let-fate-decide/.claude-plugin/plugin.json",[894,895,896,898],{"path":349,"priority":334},{"path":336,"priority":334},{"path":897,"priority":353},"skills/let-fate-decide/SKILL.md",{"path":899,"priority":339},"agents/draw.md",{"basePath":901,"description":902,"displayName":903,"installMethods":904,"rationale":905,"selectedPaths":906,"source":340,"sourceLanguage":22,"type":285},"plugins/agentic-actions-auditor","Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations (Claude Code Action, Gemini CLI, OpenAI Codex, GitHub AI Inference)","agentic-actions-auditor",{"claudeCode":903},"plugin manifest at plugins/agentic-actions-auditor/.claude-plugin/plugin.json",[907,908,909],{"path":349,"priority":334},{"path":336,"priority":334},{"path":910,"priority":353},"skills/agentic-actions-auditor/SKILL.md",{"basePath":912,"description":913,"displayName":914,"installMethods":915,"rationale":916,"selectedPaths":917,"source":340,"sourceLanguage":22,"type":285},"plugins/skill-improver","Automatically reviews and fixes Claude Code skills through iterative refinement until they meet quality standards. Requires plugin-dev plugin.","skill-improver",{"claudeCode":914},"plugin manifest at plugins/skill-improver/.claude-plugin/plugin.json",[918,919,920,922,924,926,927],{"path":349,"priority":334},{"path":336,"priority":334},{"path":921,"priority":353},"skills/skill-improver/SKILL.md",{"path":923,"priority":339},"commands/cancel-skill-improver.md",{"path":925,"priority":339},"commands/skill-improver.md",{"path":510,"priority":339},{"path":928,"priority":339},"hooks/stop-hook.sh",{"basePath":930,"description":931,"displayName":932,"installMethods":933,"rationale":934,"selectedPaths":935,"source":340,"sourceLanguage":22,"type":285},"plugins/fp-check","Systematic false positive verification for security bug analysis with mandatory gate reviews","fp-check",{"claudeCode":932},"plugin manifest at plugins/fp-check/.claude-plugin/plugin.json",[936,937,938,940,942,944,946],{"path":349,"priority":334},{"path":336,"priority":334},{"path":939,"priority":353},"skills/fp-check/SKILL.md",{"path":941,"priority":339},"agents/data-flow-analyzer.md",{"path":943,"priority":339},"agents/exploitability-verifier.md",{"path":945,"priority":339},"agents/poc-builder.md",{"path":510,"priority":339},{"basePath":948,"description":949,"displayName":950,"installMethods":951,"rationale":952,"selectedPaths":953,"source":340,"sourceLanguage":22,"type":285},"plugins/dimensional-analysis","Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when someone asks to annotate units in a codebase, perform a dimensional analysis, or find vulnerabilities in a DeFi protocol. Prevents dimensional mismatches and catches formula bugs early.","dimensional-analysis",{"claudeCode":950},"plugin manifest at plugins/dimensional-analysis/.claude-plugin/plugin.json",[954,955,956,958,960,962,964,966],{"path":349,"priority":334},{"path":336,"priority":334},{"path":957,"priority":353},"skills/dimensional-analysis/SKILL.md",{"path":959,"priority":339},"agents/arithmetic-scanner.md",{"path":961,"priority":339},"agents/dimension-annotator.md",{"path":963,"priority":339},"agents/dimension-discoverer.md",{"path":965,"priority":339},"agents/dimension-propagator.md",{"path":967,"priority":339},"agents/dimension-validator.md",{"basePath":969,"description":970,"displayName":501,"installMethods":971,"rationale":972,"selectedPaths":973,"source":340,"sourceLanguage":22,"type":23},".codex/skills/gh-cli","Enforces authenticated gh CLI workflows over unauthenticated curl/WebFetch patterns. Use when working with GitHub URLs, API access, pull requests, or issues.",{"claudeCode":15},"SKILL.md frontmatter at .codex/skills/gh-cli/SKILL.md",[974],{"path":975,"priority":334},"SKILL.md",{"basePath":977,"description":978,"displayName":903,"installMethods":979,"rationale":980,"selectedPaths":981,"source":340,"sourceLanguage":22,"type":23},"plugins/agentic-actions-auditor/skills/agentic-actions-auditor","Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI/CD pipelines, including env var intermediary patterns, direct expression injection, dangerous sandbox configurations, and wildcard user allowlists. Use when reviewing workflow files that invoke AI coding agents, auditing CI/CD pipeline security for prompt injection risks, or evaluating agentic action configurations.",{"claudeCode":15},"SKILL.md frontmatter at plugins/agentic-actions-auditor/skills/agentic-actions-auditor/SKILL.md",[982,983,985,987,989,991,993,995,997,999,1001,1003,1005],{"path":975,"priority":334},{"path":984,"priority":353},"references/action-profiles.md",{"path":986,"priority":353},"references/cross-file-resolution.md",{"path":988,"priority":353},"references/foundations.md",{"path":990,"priority":353},"references/vector-a-env-var-intermediary.md",{"path":992,"priority":353},"references/vector-b-direct-expression-injection.md",{"path":994,"priority":353},"references/vector-c-cli-data-fetch.md",{"path":996,"priority":353},"references/vector-d-pr-target-checkout.md",{"path":998,"priority":353},"references/vector-e-error-log-injection.md",{"path":1000,"priority":353},"references/vector-f-subshell-expansion.md",{"path":1002,"priority":353},"references/vector-g-eval-of-ai-output.md",{"path":1004,"priority":353},"references/vector-h-dangerous-sandbox-configs.md",{"path":1006,"priority":353},"references/vector-i-wildcard-allowlists.md",{"basePath":1008,"description":1009,"displayName":344,"installMethods":1010,"rationale":1011,"selectedPaths":1012,"source":340,"sourceLanguage":22,"type":23},"plugins/ask-questions-if-underspecified/skills/ask-questions-if-underspecified","Clarify requirements before implementing. Use when serious doubts arise.",{"claudeCode":15},"SKILL.md frontmatter at plugins/ask-questions-if-underspecified/skills/ask-questions-if-underspecified/SKILL.md",[1013],{"path":975,"priority":334},{"basePath":1015,"description":1016,"displayName":357,"installMethods":1017,"rationale":1018,"selectedPaths":1019,"source":340,"sourceLanguage":22,"type":23},"plugins/audit-context-building/skills/audit-context-building","Enables ultra-granular, line-by-line code analysis to build deep architectural context before vulnerability or bug finding.",{"claudeCode":15},"SKILL.md frontmatter at plugins/audit-context-building/skills/audit-context-building/SKILL.md",[1020],{"path":975,"priority":334},{"basePath":1022,"description":1023,"displayName":1024,"installMethods":1025,"rationale":1026,"selectedPaths":1027,"source":340,"sourceLanguage":22,"type":23},"plugins/building-secure-contracts/skills/algorand-vulnerability-scanner","Scans Algorand smart contracts for 11 common vulnerabilities including rekeying attacks, unchecked transaction fees, missing field validations, and access control issues. Use when auditing Algorand projects (TEAL/PyTeal).","algorand-vulnerability-scanner",{"claudeCode":15},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/algorand-vulnerability-scanner/SKILL.md",[1028],{"path":975,"priority":334},{"basePath":1030,"description":1031,"displayName":1032,"installMethods":1033,"rationale":1034,"selectedPaths":1035,"source":340,"sourceLanguage":22,"type":23},"plugins/building-secure-contracts/skills/audit-prep-assistant","Prepares codebases for security review using Trail of Bits' checklist. Helps set review goals, runs static analysis tools, increases test coverage, removes dead code, ensures accessibility, and generates documentation (flowcharts, user stories, inline comments).","audit-prep-assistant",{"claudeCode":15},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/audit-prep-assistant/SKILL.md",[1036],{"path":975,"priority":334},{"basePath":1038,"description":1039,"displayName":1040,"installMethods":1041,"rationale":1042,"selectedPaths":1043,"source":340,"sourceLanguage":22,"type":23},"plugins/building-secure-contracts/skills/cairo-vulnerability-scanner","Scans Cairo/StarkNet smart contracts for 6 critical vulnerabilities including felt252 arithmetic overflow, L1-L2 messaging issues, address conversion problems, and signature replay. Use when auditing StarkNet projects.","cairo-vulnerability-scanner",{"claudeCode":15},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/cairo-vulnerability-scanner/SKILL.md",[1044],{"path":975,"priority":334},{"basePath":1046,"description":1047,"displayName":1048,"installMethods":1049,"rationale":1050,"selectedPaths":1051,"source":340,"sourceLanguage":22,"type":23},"plugins/building-secure-contracts/skills/code-maturity-assessor","Systematic code maturity assessment using Trail of Bits' 9-category framework. Analyzes codebase for arithmetic safety, auditing practices, access controls, complexity, decentralization, documentation, MEV risks, low-level code, and testing. Produces professional scorecard with evidence-based ratings and actionable recommendations.","code-maturity-assessor",{"claudeCode":15},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/code-maturity-assessor/SKILL.md",[1052],{"path":975,"priority":334},{"basePath":1054,"description":1055,"displayName":1056,"installMethods":1057,"rationale":1058,"selectedPaths":1059,"source":340,"sourceLanguage":22,"type":23},"plugins/building-secure-contracts/skills/cosmos-vulnerability-scanner","Scans Cosmos SDK blockchain modules and CosmWasm contracts for consensus-critical vulnerabilities — chain halts, fund loss, state divergence. 25 core + 16 IBC + 10 EVM + 3 CosmWasm patterns. Use when auditing custom x/ modules, reviewing IBC integrations, or assessing pre-launch chain security. Updated for SDK v0.53.x.","cosmos-vulnerability-scanner",{"claudeCode":15},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/cosmos-vulnerability-scanner/SKILL.md",[1060,1061],{"path":975,"priority":334},{"path":1062,"priority":353},"CHANGELOG.md",{"basePath":1064,"description":1065,"displayName":1066,"installMethods":1067,"rationale":1068,"selectedPaths":1069,"source":340,"sourceLanguage":22,"type":23},"plugins/building-secure-contracts/skills/guidelines-advisor","Smart contract development advisor based on Trail of Bits' best practices. Analyzes codebase to generate documentation/specifications, review architecture, check upgradeability patterns, assess implementation quality, identify pitfalls, review dependencies, and evaluate testing. Provides actionable recommendations.","guidelines-advisor",{"claudeCode":15},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/guidelines-advisor/SKILL.md",[1070],{"path":975,"priority":334},{"basePath":1072,"description":1073,"displayName":1074,"installMethods":1075,"rationale":1076,"selectedPaths":1077,"source":340,"sourceLanguage":22,"type":23},"plugins/building-secure-contracts/skills/secure-workflow-guide","Guides through Trail of Bits' 5-step secure development workflow. Runs Slither scans, checks special features (upgradeability/ERC conformance/token integration), generates visual security diagrams, helps document security properties for fuzzing/verification, and reviews manual security areas.","secure-workflow-guide",{"claudeCode":15},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/secure-workflow-guide/SKILL.md",[1078],{"path":975,"priority":334},{"basePath":1080,"description":1081,"displayName":1082,"installMethods":1083,"rationale":1084,"selectedPaths":1085,"source":340,"sourceLanguage":22,"type":23},"plugins/building-secure-contracts/skills/solana-vulnerability-scanner","Scans Solana programs for 6 critical vulnerabilities including arbitrary CPI, improper PDA validation, missing signer/ownership checks, and sysvar spoofing. Use when auditing Solana/Anchor programs.","solana-vulnerability-scanner",{"claudeCode":15},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/solana-vulnerability-scanner/SKILL.md",[1086],{"path":975,"priority":334},{"basePath":1088,"description":1089,"displayName":1090,"installMethods":1091,"rationale":1092,"selectedPaths":1093,"source":340,"sourceLanguage":22,"type":23},"plugins/building-secure-contracts/skills/substrate-vulnerability-scanner","Scans Substrate/Polkadot pallets for 7 critical vulnerabilities including arithmetic overflow, panic DoS, incorrect weights, and bad origin checks. Use when auditing Substrate runtimes or FRAME pallets.","substrate-vulnerability-scanner",{"claudeCode":15},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/substrate-vulnerability-scanner/SKILL.md",[1094],{"path":975,"priority":334},{"basePath":1096,"description":1097,"displayName":1098,"installMethods":1099,"rationale":1100,"selectedPaths":1101,"source":340,"sourceLanguage":22,"type":23},"plugins/building-secure-contracts/skills/token-integration-analyzer","Token integration and implementation analyzer based on Trail of Bits' token integration checklist. Analyzes token implementations for ERC20/ERC721 conformity, checks for 20+ weird token patterns, assesses contract composition and owner privileges, performs on-chain scarcity analysis, and evaluates how protocols handle non-standard tokens. Context-aware for both token implementations and token integrations.","token-integration-analyzer",{"claudeCode":15},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/token-integration-analyzer/SKILL.md",[1102],{"path":975,"priority":334},{"basePath":1104,"description":1105,"displayName":1106,"installMethods":1107,"rationale":1108,"selectedPaths":1109,"source":340,"sourceLanguage":22,"type":23},"plugins/building-secure-contracts/skills/ton-vulnerability-scanner","Scans TON (The Open Network) smart contracts for 3 critical vulnerabilities including integer-as-boolean misuse, fake Jetton contracts, and forward TON without gas checks. Use when auditing FunC contracts.","ton-vulnerability-scanner",{"claudeCode":15},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/ton-vulnerability-scanner/SKILL.md",[1110],{"path":975,"priority":334},{"basePath":1112,"description":1113,"displayName":403,"installMethods":1114,"rationale":1115,"selectedPaths":1116,"source":340,"sourceLanguage":22,"type":23},"plugins/burpsuite-project-parser/skills/burpsuite-project-parser","Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patterns, extracting security audit findings, dumping proxy history or site map data, or analyzing HTTP traffic captured in a Burp project.",{"claudeCode":15},"SKILL.md frontmatter at plugins/burpsuite-project-parser/skills/burpsuite-project-parser/SKILL.md",[1117,1118],{"path":975,"priority":334},{"path":1119,"priority":1120},"scripts/burp-search.sh","low",{"basePath":1122,"description":1123,"displayName":732,"installMethods":1124,"rationale":1125,"selectedPaths":1126,"source":340,"sourceLanguage":22,"type":23},"plugins/c-review/skills/c-review","Performs comprehensive C/C++ security review for memory corruption, integer overflows, race conditions, and platform-specific vulnerabilities. Use when auditing native C/C++ applications, reviewing daemons or services for memory safety, or hunting integer overflow / use-after-free / race conditions in userspace code.",{"claudeCode":15},"SKILL.md frontmatter at plugins/c-review/skills/c-review/SKILL.md",[1127],{"path":975,"priority":334},{"basePath":1129,"description":1130,"displayName":416,"installMethods":1131,"rationale":1132,"selectedPaths":1133,"source":340,"sourceLanguage":22,"type":23},"plugins/claude-in-chrome-troubleshooting/skills/claude-in-chrome-troubleshooting","Diagnose and fix Claude in Chrome MCP extension connectivity issues. Use when mcp__claude-in-chrome__* tools fail, return \"Browser extension is not connected\", or behave erratically.",{"claudeCode":15},"SKILL.md frontmatter at plugins/claude-in-chrome-troubleshooting/skills/claude-in-chrome-troubleshooting/SKILL.md",[1134],{"path":975,"priority":334},{"basePath":1136,"description":1137,"displayName":427,"installMethods":1138,"rationale":1139,"selectedPaths":1140,"source":340,"sourceLanguage":22,"type":23},"plugins/constant-time-analysis/skills/constant-time-analysis","Detects timing side-channel vulnerabilities in cryptographic code. Use when implementing or reviewing crypto code, encountering division on secrets, secret-dependent branches, or constant-time programming questions in C, C++, Go, Rust, Swift, Java, Kotlin, C#, PHP, JavaScript, TypeScript, Python, or Ruby.",{"claudeCode":15},"SKILL.md frontmatter at plugins/constant-time-analysis/skills/constant-time-analysis/SKILL.md",[1141,1142,1143,1145,1147,1149,1151,1153,1155,1157],{"path":975,"priority":334},{"path":336,"priority":339},{"path":1144,"priority":353},"references/compiled.md",{"path":1146,"priority":353},"references/javascript.md",{"path":1148,"priority":353},"references/kotlin.md",{"path":1150,"priority":353},"references/php.md",{"path":1152,"priority":353},"references/python.md",{"path":1154,"priority":353},"references/ruby.md",{"path":1156,"priority":353},"references/swift.md",{"path":1158,"priority":353},"references/vm-compiled.md",{"basePath":1160,"description":1161,"displayName":1162,"installMethods":1163,"rationale":1164,"selectedPaths":1165,"source":340,"sourceLanguage":22,"type":23},"plugins/culture-index/skills/interpreting-culture-index","Interprets Culture Index (CI) surveys, behavioral profiles, and personality assessment data. Supports individual profile interpretation, team composition analysis (gas/brake/glue), burnout detection, profile comparison, hiring profiles, manager coaching, interview transcript analysis for trait prediction, candidate debrief, onboarding planning, and conflict mediation. Accepts extracted JSON or PDF input via OpenCV extraction script.","interpreting-culture-index",{"claudeCode":15},"SKILL.md frontmatter at plugins/culture-index/skills/interpreting-culture-index/SKILL.md",[1166,1167,1169,1171,1173,1175,1177,1179,1181,1183,1185,1187,1189,1191,1193,1195,1197,1199,1201,1203,1205,1207,1209,1211,1213,1215,1217,1219,1221,1223,1225,1227,1229,1231,1233,1235,1237,1239,1241,1243],{"path":975,"priority":334},{"path":1168,"priority":353},"references/anti-patterns.md",{"path":1170,"priority":353},"references/archetype-administrator.md",{"path":1172,"priority":353},"references/archetype-coordinator.md",{"path":1174,"priority":353},"references/archetype-craftsman.md",{"path":1176,"priority":353},"references/archetype-daredevil.md",{"path":1178,"priority":353},"references/archetype-debater.md",{"path":1180,"priority":353},"references/archetype-facilitator.md",{"path":1182,"priority":353},"references/archetype-influencer.md",{"path":1184,"priority":353},"references/archetype-operator.md",{"path":1186,"priority":353},"references/archetype-persuader.md",{"path":1188,"priority":353},"references/archetype-philosopher.md",{"path":1190,"priority":353},"references/archetype-rainmaker.md",{"path":1192,"priority":353},"references/archetype-scholar.md",{"path":1194,"priority":353},"references/archetype-socializer.md",{"path":1196,"priority":353},"references/archetype-specialist.md",{"path":1198,"priority":353},"references/archetype-technical-expert.md",{"path":1200,"priority":353},"references/archetype-traditionalist.md",{"path":1202,"priority":353},"references/archetype-trailblazer.md",{"path":1204,"priority":353},"references/conversation-starters.md",{"path":1206,"priority":353},"references/interview-trait-signals.md",{"path":1208,"priority":353},"references/motivators.md",{"path":1210,"priority":353},"references/patterns-archetypes.md",{"path":1212,"priority":353},"references/primary-traits.md",{"path":1214,"priority":353},"references/secondary-traits.md",{"path":1216,"priority":353},"references/team-composition.md",{"path":1218,"priority":1120},"scripts/check_deps.py",{"path":1220,"priority":1120},"scripts/culture_index/__init__.py",{"path":1222,"priority":1120},"scripts/culture_index/constants.py",{"path":1224,"priority":1120},"scripts/culture_index/extract.py",{"path":1226,"priority":1120},"scripts/culture_index/models.py",{"path":1228,"priority":1120},"scripts/culture_index/opencv_extractor.py",{"path":1230,"priority":1120},"scripts/extract_pdf.py",{"path":1232,"priority":1120},"scripts/pyproject.toml",{"path":1234,"priority":1120},"templates/burnout-report.md",{"path":1236,"priority":1120},"templates/comparison-report.md",{"path":1238,"priority":1120},"templates/hiring-profile.md",{"path":1240,"priority":1120},"templates/individual-report.md",{"path":1242,"priority":1120},"templates/predicted-profile.md",{"path":1244,"priority":1120},"templates/team-report.md",{"basePath":1246,"description":1247,"displayName":451,"installMethods":1248,"rationale":1249,"selectedPaths":1250,"source":340,"sourceLanguage":22,"type":23},"plugins/debug-buttercup/skills/debug-buttercup","Debugs the Buttercup CRS (Cyber Reasoning System) running on Kubernetes. Use when diagnosing pod crashes, restart loops, Redis failures, resource pressure, disk saturation, DinD issues, or any service misbehavior in the crs namespace. Covers triage, log analysis, queue inspection, and common failure patterns for: redis, fuzzer-bot, coverage-bot, seed-gen, patcher, build-bot, scheduler, task-server, task-downloader, program-model, litellm, dind, tracer-bot, merger-bot, competition-api, pov-reproducer, scratch-cleaner, registry-cache, image-preloader, ui.\n",{"claudeCode":15},"SKILL.md frontmatter at plugins/debug-buttercup/skills/debug-buttercup/SKILL.md",[1251,1252,1254],{"path":975,"priority":334},{"path":1253,"priority":353},"references/failure-patterns.md",{"path":1255,"priority":1120},"scripts/diagnose.sh",{"basePath":1257,"description":1258,"displayName":462,"installMethods":1259,"rationale":1260,"selectedPaths":1261,"source":340,"sourceLanguage":22,"type":23},"plugins/devcontainer-setup/skills/devcontainer-setup","Creates devcontainers with Claude Code, language-specific tooling (Python/Node/Rust/Go), and persistent volumes. Use when adding devcontainer support to a project, setting up isolated development environments, or configuring sandboxed Claude Code workspaces.",{"claudeCode":15},"SKILL.md frontmatter at plugins/devcontainer-setup/skills/devcontainer-setup/SKILL.md",[1262,1263,1265],{"path":975,"priority":334},{"path":1264,"priority":353},"references/dockerfile-best-practices.md",{"path":1266,"priority":353},"references/features-vs-dockerfile.md",{"basePath":1268,"description":1269,"displayName":473,"installMethods":1270,"rationale":1271,"selectedPaths":1272,"source":340,"sourceLanguage":22,"type":23},"plugins/differential-review/skills/differential-review","Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and prevents security regressions.\n",{"claudeCode":15},"SKILL.md frontmatter at plugins/differential-review/skills/differential-review/SKILL.md",[1273,1274,1276,1278,1280],{"path":975,"priority":334},{"path":1275,"priority":353},"adversarial.md",{"path":1277,"priority":353},"methodology.md",{"path":1279,"priority":353},"patterns.md",{"path":1281,"priority":353},"reporting.md",{"basePath":1283,"description":1284,"displayName":950,"installMethods":1285,"rationale":1286,"selectedPaths":1287,"source":340,"sourceLanguage":22,"type":23},"plugins/dimensional-analysis/skills/dimensional-analysis","Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when someone asks to annotate units in a codebase, perform a dimensional analysis, or find vulnerabilities in a DeFi protocol, offchain code, or other blockchain-related codebase with arithmetic. Prevents dimensional mismatches and catches formula bugs early.",{"claudeCode":15},"SKILL.md frontmatter at plugins/dimensional-analysis/skills/dimensional-analysis/SKILL.md",[1288,1289,1291,1293,1295],{"path":975,"priority":334},{"path":1290,"priority":353},"references/annotate.md",{"path":1292,"priority":353},"references/bug-patterns.md",{"path":1294,"priority":353},"references/common-dimensions.md",{"path":1296,"priority":353},"references/dimension-algebra.md",{"basePath":1298,"description":1299,"displayName":536,"installMethods":1300,"rationale":1301,"selectedPaths":1302,"source":340,"sourceLanguage":22,"type":23},"plugins/dwarf-expert/skills/dwarf-expert","Provides expertise for analyzing DWARF debug files and understanding the DWARF debug format/standard (v3-v5). Triggers when understanding DWARF information, interacting with DWARF files, answering DWARF-related questions, or working with code that parses DWARF data.",{"claudeCode":15},"SKILL.md frontmatter at plugins/dwarf-expert/skills/dwarf-expert/SKILL.md",[1303],{"path":975,"priority":334},{"basePath":1305,"description":1306,"displayName":547,"installMethods":1307,"rationale":1308,"selectedPaths":1309,"source":340,"sourceLanguage":22,"type":23},"plugins/entry-point-analyzer/skills/entry-point-analyzer","Analyzes smart contract codebases to identify state-changing entry points for security auditing. Detects externally callable functions that modify state, categorizes them by access level (public, admin, role-restricted, contract-only), and generates structured audit reports. Excludes view/pure/read-only functions. Use when auditing smart contracts (Solidity, Vyper, Solana/Rust, Move, TON, CosmWasm) or when asked to find entry points, audit flows, external functions, access control patterns, or privileged operations.",{"claudeCode":15},"SKILL.md frontmatter at plugins/entry-point-analyzer/skills/entry-point-analyzer/SKILL.md",[1310,1311,1313,1315,1317,1319,1321,1323],{"path":975,"priority":334},{"path":1312,"priority":353},"references/cosmwasm.md",{"path":1314,"priority":353},"references/move-aptos.md",{"path":1316,"priority":353},"references/move-sui.md",{"path":1318,"priority":353},"references/solana.md",{"path":1320,"priority":353},"references/solidity.md",{"path":1322,"priority":353},"references/ton.md",{"path":1324,"priority":353},"references/vyper.md",{"basePath":1326,"description":1327,"displayName":488,"installMethods":1328,"rationale":1329,"selectedPaths":1330,"source":340,"sourceLanguage":22,"type":23},"plugins/firebase-apk-scanner/skills/firebase-apk-scanner","Scans Android APKs for Firebase security misconfigurations including open databases, storage buckets, authentication issues, and exposed cloud functions. Use when analyzing APK files for Firebase vulnerabilities, performing mobile app security audits, or testing Firebase endpoint security. For authorized security research only.",{"claudeCode":15},"SKILL.md frontmatter at plugins/firebase-apk-scanner/skills/firebase-apk-scanner/SKILL.md",[1331,1332],{"path":975,"priority":334},{"path":1333,"priority":353},"references/vulnerabilities.md",{"basePath":1335,"description":1336,"displayName":932,"installMethods":1337,"rationale":1338,"selectedPaths":1339,"source":340,"sourceLanguage":22,"type":23},"plugins/fp-check/skills/fp-check","Systematically verifies suspected security bugs to eliminate false positives. Produces TRUE POSITIVE or FALSE POSITIVE verdicts with documented evidence for each bug.",{"claudeCode":15},"SKILL.md frontmatter at plugins/fp-check/skills/fp-check/SKILL.md",[1340,1341,1343,1345,1347,1349,1351],{"path":975,"priority":334},{"path":1342,"priority":353},"references/bug-class-verification.md",{"path":1344,"priority":353},"references/deep-verification.md",{"path":1346,"priority":353},"references/evidence-templates.md",{"path":1348,"priority":353},"references/false-positive-patterns.md",{"path":1350,"priority":353},"references/gate-reviews.md",{"path":1352,"priority":353},"references/standard-verification.md",{"basePath":1354,"description":810,"displayName":811,"installMethods":1355,"rationale":1356,"selectedPaths":1357,"source":340,"sourceLanguage":22,"type":23},"plugins/git-cleanup/skills/git-cleanup",{"claudeCode":15},"SKILL.md frontmatter at plugins/git-cleanup/skills/git-cleanup/SKILL.md",[1358],{"path":975,"priority":334},{"basePath":1360,"description":1361,"displayName":779,"installMethods":1362,"rationale":1363,"selectedPaths":1364,"source":340,"sourceLanguage":22,"type":23},"plugins/insecure-defaults/skills/insecure-defaults","Detects fail-open insecure defaults (hardcoded secrets, weak auth, permissive security) that allow apps to run insecurely in production. Use when auditing security, reviewing config management, or analyzing environment variable handling.",{"claudeCode":15},"SKILL.md frontmatter at plugins/insecure-defaults/skills/insecure-defaults/SKILL.md",[1365,1366],{"path":975,"priority":334},{"path":1367,"priority":353},"references/examples.md",{"basePath":1369,"description":1370,"displayName":890,"installMethods":1371,"rationale":1372,"selectedPaths":1373,"source":340,"sourceLanguage":22,"type":23},"plugins/let-fate-decide/skills/let-fate-decide","Draws 4 Tarot cards to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.",{"claudeCode":15},"SKILL.md frontmatter at plugins/let-fate-decide/skills/let-fate-decide/SKILL.md",[1374,1375,1377,1379,1380],{"path":975,"priority":334},{"path":1376,"priority":353},"references/INTERPRETATION_GUIDE.md",{"path":1378,"priority":1120},"scripts/draw_cards.py",{"path":1232,"priority":1120},{"path":1381,"priority":1120},"scripts/test_draw_cards.py",{"basePath":1383,"description":1384,"displayName":749,"installMethods":1385,"rationale":1386,"selectedPaths":1387,"source":340,"sourceLanguage":22,"type":23},"plugins/modern-python/skills/modern-python","Configures Python projects with modern tooling (uv, ruff, ty). Use when creating projects, writing standalone scripts, or migrating from pip/Poetry/mypy/black.",{"claudeCode":15},"SKILL.md frontmatter at plugins/modern-python/skills/modern-python/SKILL.md",[1388,1389,1391,1393,1395,1397,1399,1401,1403,1405,1407,1409],{"path":975,"priority":334},{"path":1390,"priority":353},"references/dependabot.md",{"path":1392,"priority":353},"references/migration-checklist.md",{"path":1394,"priority":353},"references/pep723-scripts.md",{"path":1396,"priority":353},"references/prek.md",{"path":1398,"priority":353},"references/pyproject.md",{"path":1400,"priority":353},"references/ruff-config.md",{"path":1402,"priority":353},"references/security-setup.md",{"path":1404,"priority":353},"references/testing.md",{"path":1406,"priority":353},"references/uv-commands.md",{"path":1408,"priority":1120},"templates/dependabot.yml",{"path":1410,"priority":1120},"templates/pre-commit-config.yaml",{"basePath":1412,"description":559,"displayName":560,"installMethods":1413,"rationale":1414,"selectedPaths":1415,"source":340,"sourceLanguage":22,"type":23},"plugins/mutation-testing/skills/mutation-testing",{"claudeCode":15},"SKILL.md frontmatter at plugins/mutation-testing/skills/mutation-testing/SKILL.md",[1416,1417],{"path":975,"priority":334},{"path":1418,"priority":353},"references/optimization-strategies.md",{"basePath":1420,"description":1421,"displayName":571,"installMethods":1422,"rationale":1423,"selectedPaths":1424,"source":340,"sourceLanguage":22,"type":23},"plugins/property-based-testing/skills/property-based-testing","Provides guidance for property-based testing across multiple languages and smart contracts. Use when writing tests, reviewing code with serialization/validation/parsing patterns, designing features, or when property-based testing would provide stronger coverage than example-based tests.",{"claudeCode":15},"SKILL.md frontmatter at plugins/property-based-testing/skills/property-based-testing/SKILL.md",[1425,1426,1427,1429,1431,1433,1435,1437,1439],{"path":975,"priority":334},{"path":336,"priority":339},{"path":1428,"priority":353},"references/design.md",{"path":1430,"priority":353},"references/generating.md",{"path":1432,"priority":353},"references/interpreting-failures.md",{"path":1434,"priority":353},"references/libraries.md",{"path":1436,"priority":353},"references/refactoring.md",{"path":1438,"priority":353},"references/reviewing.md",{"path":1440,"priority":353},"references/strategies.md",{"basePath":1442,"description":1443,"displayName":835,"installMethods":1444,"rationale":1445,"selectedPaths":1446,"source":340,"sourceLanguage":22,"type":23},"plugins/seatbelt-sandboxer/skills/seatbelt-sandboxer","Generates minimal macOS Seatbelt sandbox configurations. Use when sandboxing, isolating, or restricting macOS applications with allowlist-based profiles.",{"claudeCode":15},"SKILL.md frontmatter at plugins/seatbelt-sandboxer/skills/seatbelt-sandboxer/SKILL.md",[1447],{"path":975,"priority":334},{"basePath":19,"description":13,"displayName":16,"installMethods":1449,"rationale":1450,"selectedPaths":1451,"source":340,"sourceLanguage":22,"type":23},{"claudeCode":15},"SKILL.md frontmatter at plugins/second-opinion/skills/second-opinion/SKILL.md",[1452,1453,1455,1457],{"path":975,"priority":334},{"path":1454,"priority":353},"references/codex-invocation.md",{"path":1456,"priority":353},"references/codex-review-schema.json",{"path":1458,"priority":353},"references/gemini-invocation.md",{"basePath":1460,"description":1461,"displayName":582,"installMethods":1462,"rationale":1463,"selectedPaths":1464,"source":340,"sourceLanguage":22,"type":23},"plugins/semgrep-rule-creator/skills/semgrep-rule-creator","Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.",{"claudeCode":15},"SKILL.md frontmatter at plugins/semgrep-rule-creator/skills/semgrep-rule-creator/SKILL.md",[1465,1466,1468],{"path":975,"priority":334},{"path":1467,"priority":353},"references/quick-reference.md",{"path":1469,"priority":353},"references/workflow.md",{"basePath":1471,"description":1472,"displayName":595,"installMethods":1473,"rationale":1474,"selectedPaths":1475,"source":340,"sourceLanguage":22,"type":23},"plugins/semgrep-rule-variant-creator/skills/semgrep-rule-variant-creator","Creates language variants of existing Semgrep rules. Use when porting a Semgrep rule to specified target languages. Takes an existing rule and target languages as input, produces independent rule+test directories for each language.",{"claudeCode":15},"SKILL.md frontmatter at plugins/semgrep-rule-variant-creator/skills/semgrep-rule-variant-creator/SKILL.md",[1476,1477,1479,1481],{"path":975,"priority":334},{"path":1478,"priority":353},"references/applicability-analysis.md",{"path":1480,"priority":353},"references/language-syntax-guide.md",{"path":1469,"priority":353},{"basePath":1483,"description":1484,"displayName":606,"installMethods":1485,"rationale":1486,"selectedPaths":1487,"source":340,"sourceLanguage":22,"type":23},"plugins/sharp-edges/skills/sharp-edges","Identifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes. Use when reviewing API designs, configuration schemas, cryptographic library ergonomics, or evaluating whether code follows 'secure by default' and 'pit of success' principles. Triggers: footgun, misuse-resistant, secure defaults, API usability, dangerous configuration.",{"claudeCode":15},"SKILL.md frontmatter at plugins/sharp-edges/skills/sharp-edges/SKILL.md",[1488,1489,1491,1493,1495,1497,1499,1501,1503,1505,1507,1509,1511,1513,1515,1517,1519],{"path":975,"priority":334},{"path":1490,"priority":353},"references/auth-patterns.md",{"path":1492,"priority":353},"references/case-studies.md",{"path":1494,"priority":353},"references/config-patterns.md",{"path":1496,"priority":353},"references/crypto-apis.md",{"path":1498,"priority":353},"references/lang-c.md",{"path":1500,"priority":353},"references/lang-csharp.md",{"path":1502,"priority":353},"references/lang-go.md",{"path":1504,"priority":353},"references/lang-java.md",{"path":1506,"priority":353},"references/lang-javascript.md",{"path":1508,"priority":353},"references/lang-kotlin.md",{"path":1510,"priority":353},"references/lang-php.md",{"path":1512,"priority":353},"references/lang-python.md",{"path":1514,"priority":353},"references/lang-ruby.md",{"path":1516,"priority":353},"references/lang-rust.md",{"path":1518,"priority":353},"references/lang-swift.md",{"path":1520,"priority":353},"references/language-specific.md",{"basePath":1522,"description":1523,"displayName":914,"installMethods":1524,"rationale":1525,"selectedPaths":1526,"source":340,"sourceLanguage":22,"type":23},"plugins/skill-improver/skills/skill-improver","Iteratively reviews and fixes Claude Code skill quality issues until they meet standards. Runs automated fix-review cycles using the skill-reviewer agent. Use to fix skill quality issues, improve skill descriptions, run automated skill review loops, or iteratively refine a skill. Triggers on 'fix my skill', 'improve skill quality', 'skill improvement loop'. NOT for one-time reviews—use /skill-reviewer directly.",{"claudeCode":15},"SKILL.md frontmatter at plugins/skill-improver/skills/skill-improver/SKILL.md",[1527],{"path":975,"priority":334},{"basePath":1529,"description":1530,"displayName":636,"installMethods":1531,"rationale":1532,"selectedPaths":1533,"source":340,"sourceLanguage":22,"type":23},"plugins/spec-to-code-compliance/skills/spec-to-code-compliance","Verifies code implements exactly what documentation specifies for blockchain audits. Use when comparing code against whitepapers, finding gaps between specs and implementation, or performing compliance checks for protocol implementations.",{"claudeCode":15},"SKILL.md frontmatter at plugins/spec-to-code-compliance/skills/spec-to-code-compliance/SKILL.md",[1534],{"path":975,"priority":334},{"basePath":1536,"description":1537,"displayName":1538,"installMethods":1539,"rationale":1540,"selectedPaths":1541,"source":340,"sourceLanguage":22,"type":23},"plugins/static-analysis/skills/codeql","Scans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis. Triggers on \"run codeql\", \"codeql scan\", \"codeql analysis\", \"build codeql database\", or \"find vulnerabilities with codeql\". Supports \"run all\" (security-and-quality + security-experimental suites) and \"important only\" (high-precision security findings) scan modes. Also handles creating data extension models and processing CodeQL SARIF output.","codeql",{"claudeCode":15},"SKILL.md frontmatter at plugins/static-analysis/skills/codeql/SKILL.md",[1542,1543,1545,1547,1549,1551,1553,1555,1557,1559,1561,1563,1565],{"path":975,"priority":334},{"path":1544,"priority":353},"references/build-fixes.md",{"path":1546,"priority":353},"references/diagnostic-query-templates.md",{"path":1548,"priority":353},"references/extension-yaml-format.md",{"path":1550,"priority":353},"references/important-only-suite.md",{"path":1552,"priority":353},"references/language-details.md",{"path":1554,"priority":353},"references/macos-arm64e-workaround.md",{"path":1556,"priority":353},"references/performance-tuning.md",{"path":1558,"priority":353},"references/quality-assessment.md",{"path":1560,"priority":353},"references/ruleset-catalog.md",{"path":1562,"priority":353},"references/run-all-suite.md",{"path":1564,"priority":353},"references/sarif-processing.md",{"path":1566,"priority":353},"references/threat-models.md",{"basePath":1568,"description":1569,"displayName":1570,"installMethods":1571,"rationale":1572,"selectedPaths":1573,"source":340,"sourceLanguage":22,"type":23},"plugins/static-analysis/skills/sarif-parsing","Parses and processes SARIF files from static analysis tools like CodeQL, Semgrep, or other scanners. Triggers on \"parse sarif\", \"read scan results\", \"aggregate findings\", \"deduplicate alerts\", or \"process sarif output\". Handles filtering, deduplication, format conversion, and CI/CD integration of SARIF data. Does NOT run scans — use the Semgrep or CodeQL skills for that.","sarif-parsing",{"claudeCode":15},"SKILL.md frontmatter at plugins/static-analysis/skills/sarif-parsing/SKILL.md",[1574],{"path":975,"priority":334},{"basePath":1576,"description":1577,"displayName":1578,"installMethods":1579,"rationale":1580,"selectedPaths":1581,"source":340,"sourceLanguage":22,"type":23},"plugins/static-analysis/skills/semgrep","Run Semgrep static analysis scan on a codebase using parallel subagents. Supports two scan modes — \"run all\" (full ruleset coverage) and \"important only\" (high-confidence security vulnerabilities). Automatically detects and uses Semgrep Pro for cross-file taint analysis when available. Use when asked to scan code for vulnerabilities, run a security audit with Semgrep, find bugs, or perform static analysis. Spawns parallel workers for multi-language codebases.","semgrep",{"claudeCode":15},"SKILL.md frontmatter at plugins/static-analysis/skills/semgrep/SKILL.md",[1582,1583,1585,1587,1589],{"path":975,"priority":334},{"path":1584,"priority":353},"references/rulesets.md",{"path":1586,"priority":353},"references/scan-modes.md",{"path":1588,"priority":353},"references/scanner-task-prompt.md",{"path":1590,"priority":1120},"scripts/merge_sarif.py",{"basePath":1592,"description":1593,"displayName":846,"installMethods":1594,"rationale":1595,"selectedPaths":1596,"source":340,"sourceLanguage":22,"type":23},"plugins/supply-chain-risk-auditor/skills/supply-chain-risk-auditor","Identifies dependencies at heightened risk of exploitation or takeover. Use when assessing supply chain attack surface, evaluating dependency health, or scoping security engagements.",{"claudeCode":15},"SKILL.md frontmatter at plugins/supply-chain-risk-auditor/skills/supply-chain-risk-auditor/SKILL.md",[1597],{"path":975,"priority":334},{"basePath":1599,"description":1600,"displayName":1601,"installMethods":1602,"rationale":1603,"selectedPaths":1604,"source":340,"sourceLanguage":22,"type":23},"plugins/testing-handbook-skills/skills/address-sanitizer","AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C/C++ code to find buffer overflows and use-after-free bugs.\n","address-sanitizer",{"claudeCode":15},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/address-sanitizer/SKILL.md",[1605],{"path":975,"priority":334},{"basePath":1607,"description":1608,"displayName":1609,"installMethods":1610,"rationale":1611,"selectedPaths":1612,"source":340,"sourceLanguage":22,"type":23},"plugins/testing-handbook-skills/skills/aflpp","AFL++ is a fork of AFL with better fuzzing performance and advanced features. Use for multi-core fuzzing of C/C++ projects.\n","aflpp",{"claudeCode":15},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/aflpp/SKILL.md",[1613],{"path":975,"priority":334},{"basePath":1615,"description":1616,"displayName":1617,"installMethods":1618,"rationale":1619,"selectedPaths":1620,"source":340,"sourceLanguage":22,"type":23},"plugins/testing-handbook-skills/skills/atheris","Atheris is a coverage-guided Python fuzzer based on libFuzzer. Use for fuzzing pure Python code and Python C extensions.\n","atheris",{"claudeCode":15},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/atheris/SKILL.md",[1621],{"path":975,"priority":334},{"basePath":1623,"description":1624,"displayName":1625,"installMethods":1626,"rationale":1627,"selectedPaths":1628,"source":340,"sourceLanguage":22,"type":23},"plugins/testing-handbook-skills/skills/cargo-fuzz","cargo-fuzz is the de facto fuzzing tool for Rust projects using Cargo. Use for fuzzing Rust code with libFuzzer backend.\n","cargo-fuzz",{"claudeCode":15},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/cargo-fuzz/SKILL.md",[1629],{"path":975,"priority":334},{"basePath":1631,"description":1632,"displayName":1633,"installMethods":1634,"rationale":1635,"selectedPaths":1636,"source":340,"sourceLanguage":22,"type":23},"plugins/testing-handbook-skills/skills/constant-time-testing","Constant-time testing detects timing side channels in cryptographic code. Use when auditing crypto implementations for timing vulnerabilities.\n","constant-time-testing",{"claudeCode":15},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/constant-time-testing/SKILL.md",[1637],{"path":975,"priority":334},{"basePath":1639,"description":1640,"displayName":1641,"installMethods":1642,"rationale":1643,"selectedPaths":1644,"source":340,"sourceLanguage":22,"type":23},"plugins/testing-handbook-skills/skills/coverage-analysis","Coverage analysis measures code exercised during fuzzing. Use when assessing harness effectiveness or identifying fuzzing blockers.\n","coverage-analysis",{"claudeCode":15},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/coverage-analysis/SKILL.md",[1645],{"path":975,"priority":334},{"basePath":1647,"description":1648,"displayName":1649,"installMethods":1650,"rationale":1651,"selectedPaths":1652,"source":340,"sourceLanguage":22,"type":23},"plugins/testing-handbook-skills/skills/fuzzing-dictionary","Fuzzing dictionaries guide fuzzers with domain-specific tokens. Use when fuzzing parsers, protocols, or format-specific code.\n","fuzzing-dictionary",{"claudeCode":15},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/fuzzing-dictionary/SKILL.md",[1653],{"path":975,"priority":334},{"basePath":1655,"description":1656,"displayName":1657,"installMethods":1658,"rationale":1659,"selectedPaths":1660,"source":340,"sourceLanguage":22,"type":23},"plugins/testing-handbook-skills/skills/fuzzing-obstacles","Techniques for patching code to overcome fuzzing obstacles. Use when checksums, global state, or other barriers block fuzzer progress.\n","fuzzing-obstacles",{"claudeCode":15},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/fuzzing-obstacles/SKILL.md",[1661],{"path":975,"priority":334},{"basePath":1663,"description":1664,"displayName":1665,"installMethods":1666,"rationale":1667,"selectedPaths":1668,"source":340,"sourceLanguage":22,"type":23},"plugins/testing-handbook-skills/skills/harness-writing","Techniques for writing effective fuzzing harnesses across languages. Use when creating new fuzz targets or improving existing harness code.\n","harness-writing",{"claudeCode":15},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/harness-writing/SKILL.md",[1669],{"path":975,"priority":334},{"basePath":1671,"description":1672,"displayName":1673,"installMethods":1674,"rationale":1675,"selectedPaths":1676,"source":340,"sourceLanguage":22,"type":23},"plugins/testing-handbook-skills/skills/libafl","LibAFL is a modular fuzzing library for building custom fuzzers. Use for advanced fuzzing needs, custom mutators, or non-standard fuzzing targets.\n","libafl",{"claudeCode":15},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/libafl/SKILL.md",[1677],{"path":975,"priority":334},{"basePath":1679,"description":1680,"displayName":1681,"installMethods":1682,"rationale":1683,"selectedPaths":1684,"source":340,"sourceLanguage":22,"type":23},"plugins/testing-handbook-skills/skills/libfuzzer","Coverage-guided fuzzer built into LLVM for C/C++ projects. Use for fuzzing C/C++ code that can be compiled with Clang.\n","libfuzzer",{"claudeCode":15},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/libfuzzer/SKILL.md",[1685],{"path":975,"priority":334},{"basePath":1687,"description":1688,"displayName":1689,"installMethods":1690,"rationale":1691,"selectedPaths":1692,"source":340,"sourceLanguage":22,"type":23},"plugins/testing-handbook-skills/skills/ossfuzz","OSS-Fuzz provides free continuous fuzzing for open source projects. Use when setting up continuous fuzzing infrastructure or enrolling projects.\n","ossfuzz",{"claudeCode":15},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/ossfuzz/SKILL.md",[1693],{"path":975,"priority":334},{"basePath":1695,"description":1696,"displayName":1697,"installMethods":1698,"rationale":1699,"selectedPaths":1700,"source":340,"sourceLanguage":22,"type":23},"plugins/testing-handbook-skills/skills/ruzzy","Ruzzy is a coverage-guided Ruby fuzzer by Trail of Bits. Use for fuzzing pure Ruby code and Ruby C extensions.\n","ruzzy",{"claudeCode":15},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/ruzzy/SKILL.md",[1701],{"path":975,"priority":334},{"basePath":1703,"description":1704,"displayName":1705,"installMethods":1706,"rationale":1707,"selectedPaths":1708,"source":340,"sourceLanguage":22,"type":23},"plugins/testing-handbook-skills/skills/testing-handbook-generator","Meta-skill that analyzes the Trail of Bits Testing Handbook (appsec.guide) and generates Claude Code skills for security testing tools and techniques. Use when creating new skills based on handbook content.\n","testing-handbook-generator",{"claudeCode":15},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/testing-handbook-generator/SKILL.md",[1709,1710,1712,1714,1716,1718,1720,1722],{"path":975,"priority":334},{"path":1711,"priority":353},"agent-prompt.md",{"path":1713,"priority":353},"discovery.md",{"path":1715,"priority":1120},"templates/domain-skill.md",{"path":1717,"priority":1120},"templates/fuzzer-skill.md",{"path":1719,"priority":1120},"templates/technique-skill.md",{"path":1721,"priority":1120},"templates/tool-skill.md",{"path":1723,"priority":353},"testing.md",{"basePath":1725,"description":1726,"displayName":1727,"installMethods":1728,"rationale":1729,"selectedPaths":1730,"source":340,"sourceLanguage":22,"type":23},"plugins/testing-handbook-skills/skills/wycheproof","Wycheproof provides test vectors for validating cryptographic implementations. Use when testing crypto code for known attacks and edge cases.\n","wycheproof",{"claudeCode":15},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/wycheproof/SKILL.md",[1731],{"path":975,"priority":334},{"basePath":1733,"description":1734,"displayName":1735,"installMethods":1736,"rationale":1737,"selectedPaths":1738,"source":340,"sourceLanguage":22,"type":23},"plugins/trailmark/skills/audit-augmentation","Augments Trailmark code graphs with external audit findings from SARIF static analysis results and weAudit annotation files. Maps findings to graph nodes by file and line overlap, creates severity-based subgraphs, and enables cross-referencing findings with pre-analysis data (blast radius, taint, etc.). Use when projecting SARIF results onto a code graph, overlaying weAudit annotations, cross-referencing Semgrep or CodeQL findings with call graph data, or visualizing audit findings in the context of code structure.\n","audit-augmentation",{"claudeCode":15},"SKILL.md frontmatter at plugins/trailmark/skills/audit-augmentation/SKILL.md",[1739,1740],{"path":975,"priority":334},{"path":1741,"priority":353},"references/formats.md",{"basePath":1743,"description":1744,"displayName":1745,"installMethods":1746,"rationale":1747,"selectedPaths":1748,"source":340,"sourceLanguage":22,"type":23},"plugins/trailmark/skills/crypto-protocol-diagram","Extracts protocol message flow from source code, RFCs, academic papers, pseudocode, informal prose, ProVerif (.pv), or Tamarin (.spthy) models and generates Mermaid sequenceDiagrams with cryptographic annotations. Use when diagramming a crypto protocol, visualizing a handshake or key exchange flow, extracting message flow from a spec or RFC, diagramming a ProVerif or Tamarin model, or drawing sequence diagrams for TLS, Noise, Signal, X3DH, Double Ratchet, FROST, DH, or ECDH protocols.","crypto-protocol-diagram",{"claudeCode":15},"SKILL.md frontmatter at plugins/trailmark/skills/crypto-protocol-diagram/SKILL.md",[1749,1750,1752,1754,1756,1758,1760,1762,1764],{"path":975,"priority":334},{"path":1751,"priority":1120},"examples/simple-handshake/expected-output.md",{"path":1753,"priority":1120},"examples/simple-handshake/protocol.py",{"path":1755,"priority":1120},"examples/simple-proverif/expected-output.md",{"path":1757,"priority":1120},"examples/simple-proverif/model.pv",{"path":1759,"priority":353},"references/ascii-sequence-diagram.md",{"path":1761,"priority":353},"references/mermaid-sequence-syntax.md",{"path":1763,"priority":353},"references/protocol-patterns.md",{"path":1765,"priority":353},"references/spec-parsing-patterns.md",{"basePath":1767,"description":1768,"displayName":1769,"installMethods":1770,"rationale":1771,"selectedPaths":1772,"source":340,"sourceLanguage":22,"type":23},"plugins/trailmark/skills/diagramming-code","Generates Mermaid diagrams from Trailmark code graphs. Produces call graphs, class hierarchies, module dependency maps, containment diagrams, complexity heatmaps, and attack surface data flow visualizations. Use when visualizing code architecture, drawing call graphs, generating class diagrams, creating dependency maps, producing complexity heatmaps, or visualizing data flow and attack surface paths as Mermaid diagrams.\n","diagramming-code",{"claudeCode":15},"SKILL.md frontmatter at plugins/trailmark/skills/diagramming-code/SKILL.md",[1773,1774,1776,1778],{"path":975,"priority":334},{"path":1775,"priority":353},"references/diagram-types.md",{"path":1777,"priority":353},"references/mermaid-syntax.md",{"path":1779,"priority":1120},"scripts/diagram.py",{"basePath":1781,"description":1782,"displayName":1783,"installMethods":1784,"rationale":1785,"selectedPaths":1786,"source":340,"sourceLanguage":22,"type":23},"plugins/trailmark/skills/genotoxic","Graph-informed mutation testing triage. Parses codebases with Trailmark, runs mutation testing and necessist, then uses survived mutants, unnecessary test statements, and call graph data to identify false positives, missing test coverage, and fuzzing targets. Use when triaging survived mutants, analyzing mutation testing results, identifying test gaps, finding fuzzing targets from weak tests, running mutation frameworks (including circomvent and cairo-mutants), or using necessist.","genotoxic",{"claudeCode":15},"SKILL.md frontmatter at plugins/trailmark/skills/genotoxic/SKILL.md",[1787,1788,1790,1792],{"path":975,"priority":334},{"path":1789,"priority":353},"references/graph-analysis.md",{"path":1791,"priority":353},"references/mutation-frameworks.md",{"path":1793,"priority":353},"references/triage-methodology.md",{"basePath":1795,"description":1796,"displayName":1797,"installMethods":1798,"rationale":1799,"selectedPaths":1800,"source":340,"sourceLanguage":22,"type":23},"plugins/trailmark/skills/graph-evolution","Compares Trailmark code graphs at two source code snapshots (git commits, tags, or directories) to surface security-relevant structural changes. Detects new attack paths, complexity shifts, blast radius growth, taint propagation changes, and privilege boundary modifications that text diffs miss. Use when comparing code between commits or tags, analyzing structural evolution, detecting attack surface growth, reviewing what changed between audit snapshots, or finding security-relevant changes that text diffs miss.\n","graph-evolution",{"claudeCode":15},"SKILL.md frontmatter at plugins/trailmark/skills/graph-evolution/SKILL.md",[1801,1802,1804,1806],{"path":975,"priority":334},{"path":1803,"priority":353},"references/evolution-metrics.md",{"path":1805,"priority":353},"references/report-format.md",{"path":1807,"priority":1120},"scripts/graph_diff.py",{"basePath":1809,"description":1810,"displayName":1811,"installMethods":1812,"rationale":1813,"selectedPaths":1814,"source":340,"sourceLanguage":22,"type":23},"plugins/trailmark/skills/mermaid-to-proverif","Translates Mermaid sequenceDiagrams describing cryptographic protocols into ProVerif formal verification models (.pv files). Use when generating a ProVerif model, formally verifying a protocol, converting a Mermaid diagram to ProVerif, verifying protocol security properties (secrecy, authentication, forward secrecy), checking for replay attacks, or producing a .pv file from a sequence diagram.","mermaid-to-proverif",{"claudeCode":15},"SKILL.md frontmatter at plugins/trailmark/skills/mermaid-to-proverif/SKILL.md",[1815,1816,1818,1820,1822,1824],{"path":975,"priority":334},{"path":1817,"priority":1120},"examples/simple-handshake/diagram.md",{"path":1819,"priority":1120},"examples/simple-handshake/sample-output.pv",{"path":1821,"priority":353},"references/crypto-to-proverif-mapping.md",{"path":1823,"priority":353},"references/proverif-syntax.md",{"path":1825,"priority":353},"references/security-properties.md",{"basePath":1827,"description":1828,"displayName":690,"installMethods":1829,"rationale":1830,"selectedPaths":1831,"source":340,"sourceLanguage":22,"type":23},"plugins/trailmark/skills/trailmark","Builds and queries multi-language source code graphs for security analysis. Includes pre-analysis passes for blast radius, taint propagation, privilege boundaries, and entry point enumeration. Use when analyzing call paths, mapping attack surface, finding complexity hotspots, enumerating entry points, tracing taint propagation, measuring blast radius, or building a code graph for audit prioritization. Prefer `trailmark.parse.detect_languages()` or `--language auto` when the target language is unknown or polyglot.",{"claudeCode":15},"SKILL.md frontmatter at plugins/trailmark/skills/trailmark/SKILL.md",[1832,1833,1835],{"path":975,"priority":334},{"path":1834,"priority":353},"references/preanalysis-passes.md",{"path":1836,"priority":353},"references/query-patterns.md",{"basePath":1838,"description":1839,"displayName":1840,"installMethods":1841,"rationale":1842,"selectedPaths":1843,"source":340,"sourceLanguage":22,"type":23},"plugins/trailmark/skills/trailmark-structural","Runs full Trailmark structural analysis on Trailmark 0.2.x by building a graph, running `preanalysis()`, and reporting hotspots, taint, blast radius, privilege boundaries, and attack surface. Use when vivisect needs detailed structural data for a target. Triggers: structural analysis, blast radius, taint analysis, complexity hotspots.","trailmark-structural",{"claudeCode":15},"SKILL.md frontmatter at plugins/trailmark/skills/trailmark-structural/SKILL.md",[1844],{"path":975,"priority":334},{"basePath":1846,"description":1847,"displayName":1848,"installMethods":1849,"rationale":1850,"selectedPaths":1851,"source":340,"sourceLanguage":22,"type":23},"plugins/trailmark/skills/trailmark-summary","Runs a Trailmark summary analysis on a codebase. Returns auto-detected languages, entry point count, and dependency list. Use when vivisect or galvanize needs a quick structural overview. Triggers: trailmark summary, code summary, structural overview.","trailmark-summary",{"claudeCode":15},"SKILL.md frontmatter at plugins/trailmark/skills/trailmark-summary/SKILL.md",[1852],{"path":975,"priority":334},{"basePath":1854,"description":1855,"displayName":1856,"installMethods":1857,"rationale":1858,"selectedPaths":1859,"source":340,"sourceLanguage":22,"type":23},"plugins/trailmark/skills/vector-forge","Mutation-driven test vector generation. Finds implementations of a cryptographic algorithm or protocol, runs mutation testing to identify escaped mutants, then generates new test vectors that deliberately exercise the uncovered code paths. Compares before/after mutation kill rates to prove vector effectiveness. Use when generating cryptographic test vectors, measuring Wycheproof coverage gaps, finding escaped mutants via mutation testing, creating cross-implementation test suites, or improving test vector coverage for crypto primitives.","vector-forge",{"claudeCode":15},"SKILL.md frontmatter at plugins/trailmark/skills/vector-forge/SKILL.md",[1860,1861,1863,1865,1866,1868],{"path":975,"priority":334},{"path":1862,"priority":353},"references/fault-simulation.md",{"path":1864,"priority":353},"references/lessons-learned.md",{"path":1791,"priority":353},{"path":1867,"priority":353},"references/report-template.md",{"path":1869,"priority":353},"references/vector-patterns.md",{"basePath":1871,"description":1872,"displayName":719,"installMethods":1873,"rationale":1874,"selectedPaths":1875,"source":340,"sourceLanguage":22,"type":23},"plugins/variant-analysis/skills/variant-analysis","Find similar vulnerabilities and bugs across codebases using pattern-based analysis. Use when hunting bug variants, building CodeQL/Semgrep queries, analyzing security vulnerabilities, or performing systematic code audits after finding an initial issue.",{"claudeCode":15},"SKILL.md frontmatter at plugins/variant-analysis/skills/variant-analysis/SKILL.md",[1876,1877],{"path":975,"priority":334},{"path":1878,"priority":353},"METHODOLOGY.md",{"basePath":1880,"description":1881,"displayName":1882,"installMethods":1883,"rationale":1884,"selectedPaths":1885,"source":340,"sourceLanguage":22,"type":23},"plugins/workflow-skill-design/skills/designing-workflow-skills","Guides the design and structuring of workflow-based Claude Code skills with multi-step phases, decision trees, subagent delegation, and progressive disclosure. Use when creating skills that involve sequential pipelines, routing patterns, safety gates, task tracking, phased execution, or any multi-step workflow. Also applies when reviewing or refactoring existing workflow skills for quality.","designing-workflow-skills",{"claudeCode":15},"SKILL.md frontmatter at plugins/workflow-skill-design/skills/designing-workflow-skills/SKILL.md",[1886,1887,1888,1890,1892],{"path":975,"priority":334},{"path":1168,"priority":353},{"path":1889,"priority":353},"references/progressive-disclosure-guide.md",{"path":1891,"priority":353},"references/tool-assignment-guide.md",{"path":1893,"priority":353},"references/workflow-patterns.md",{"basePath":1895,"description":1896,"displayName":1897,"installMethods":1898,"rationale":1899,"selectedPaths":1900,"source":340,"sourceLanguage":22,"type":23},"plugins/yara-authoring/skills/yara-rule-authoring","Guides authoring of high-quality YARA-X detection rules for malware identification. Use when writing, reviewing, or optimizing YARA rules. Covers naming conventions, string selection, performance optimization, migration from legacy YARA, and false positive reduction. Triggers on: YARA, YARA-X, malware detection, threat hunting, IOC, signature, crx module, dex module.\n","yara-rule-authoring",{"claudeCode":15},"SKILL.md frontmatter at plugins/yara-authoring/skills/yara-rule-authoring/SKILL.md",[1901,1902,1904,1906,1908,1910,1912,1914,1916,1918,1920,1922,1923,1925,1926],{"path":975,"priority":334},{"path":1903,"priority":1120},"examples/MAL_Mac_ProtonRAT_Jan25.yar",{"path":1905,"priority":1120},"examples/MAL_NPM_SupplyChain_Jan25.yar",{"path":1907,"priority":1120},"examples/MAL_Win_Remcos_Jan25.yar",{"path":1909,"priority":1120},"examples/SUSP_CRX_SuspiciousPermissions.yar",{"path":1911,"priority":1120},"examples/SUSP_JS_Obfuscation_Jan25.yar",{"path":1913,"priority":353},"references/crx-module.md",{"path":1915,"priority":353},"references/dex-module.md",{"path":1917,"priority":353},"references/performance.md",{"path":1919,"priority":353},"references/strings.md",{"path":1921,"priority":353},"references/style-guide.md",{"path":1404,"priority":353},{"path":1924,"priority":1120},"scripts/atom_analyzer.py",{"path":1232,"priority":1120},{"path":1927,"priority":1120},"scripts/yara_lint.py",{"basePath":1929,"description":1930,"displayName":857,"installMethods":1931,"rationale":1932,"selectedPaths":1933,"source":340,"sourceLanguage":22,"type":23},"plugins/zeroize-audit/skills/zeroize-audit","Detects missing zeroization of sensitive data in source code and identifies zeroization removed by compiler optimizations, with assembly-level analysis, and control-flow verification. Use for auditing C/C++/Rust code handling secrets, keys, passwords, or other sensitive data.",{"claudeCode":15},"SKILL.md frontmatter at plugins/zeroize-audit/skills/zeroize-audit/SKILL.md",[1934,1935,1937,1939,1941,1943,1945,1947,1949,1951,1953,1955,1957,1959,1961,1963,1965,1967,1969,1971,1973,1975,1977,1979,1981,1983,1985,1987,1989,1991,1993,1995,1997,1999,2001],{"path":975,"priority":334},{"path":1936,"priority":1120},"prompts/report_template.md",{"path":1938,"priority":1120},"prompts/system.md",{"path":1940,"priority":1120},"prompts/task.md",{"path":1942,"priority":353},"references/compile-commands.md",{"path":1944,"priority":353},"references/detection-strategy.md",{"path":1946,"priority":353},"references/ir-analysis.md",{"path":1948,"priority":353},"references/mcp-analysis.md",{"path":1950,"priority":353},"references/poc-generation.md",{"path":1952,"priority":353},"references/rust-zeroization-patterns.md",{"path":1954,"priority":1120},"tools/analyze_asm.sh",{"path":1956,"priority":1120},"tools/analyze_cfg.py",{"path":1958,"priority":1120},"tools/analyze_heap.sh",{"path":1960,"priority":1120},"tools/analyze_ir_semantic.py",{"path":1962,"priority":1120},"tools/diff_ir.sh",{"path":1964,"priority":1120},"tools/diff_rust_mir.sh",{"path":1966,"priority":1120},"tools/emit_asm.sh",{"path":1968,"priority":1120},"tools/emit_ir.sh",{"path":1970,"priority":1120},"tools/emit_rust_asm.sh",{"path":1972,"priority":1120},"tools/emit_rust_ir.sh",{"path":1974,"priority":1120},"tools/emit_rust_mir.sh",{"path":1976,"priority":1120},"tools/extract_compile_flags.py",{"path":1978,"priority":1120},"tools/generate_poc.py",{"path":1980,"priority":1120},"tools/mcp/apply_confidence_gates.py",{"path":1982,"priority":1120},"tools/mcp/check_mcp.sh",{"path":1984,"priority":1120},"tools/mcp/normalize_mcp_evidence.py",{"path":1986,"priority":1120},"tools/scripts/check_llvm_patterns.py",{"path":1988,"priority":1120},"tools/scripts/check_mir_patterns.py",{"path":1990,"priority":1120},"tools/scripts/check_rust_asm.py",{"path":1992,"priority":1120},"tools/scripts/check_rust_asm_aarch64.py",{"path":1994,"priority":1120},"tools/scripts/check_rust_asm_x86.py",{"path":1996,"priority":1120},"tools/scripts/find_dangerous_apis.py",{"path":1998,"priority":1120},"tools/scripts/semantic_audit.py",{"path":2000,"priority":1120},"tools/track_dataflow.sh",{"path":2002,"priority":1120},"tools/validate_rust_toolchain.sh",{"basePath":425,"installMethods":2004,"rationale":2006,"selectedPaths":2007,"source":340,"sourceLanguage":22,"type":256},{"pypi":2005},"ct-analyzer","cli ecosystem detected at plugins/constant-time-analysis",[2008,2010,2011],{"path":2009,"priority":334},"pyproject.toml",{"path":336,"priority":334},{"path":2012,"priority":353},"ct_analyzer/analyzer.py",{"sources":2014},[2015],"manual",{"closedIssues90d":271,"description":2017,"forks":272,"license":279,"openIssues90d":274,"pushedAt":275,"readmeSize":269,"stars":276,"topics":2018},"Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows",[2019],"agent-skills",{"classifiedAt":2021,"discoverAt":2022,"extractAt":2023,"githubAt":2023,"updatedAt":2021},1778698175241,1778698169543,1778698173272,[256,30,32,33,31,257],{"evaluatedAt":282,"extractAt":45,"updatedAt":282},[],[2028,2059,2081,2102,2119,2150],{"_creationTime":2029,"_id":2030,"community":2031,"display":2032,"identity":2037,"providers":2041,"relations":2052,"tags":2055,"workflow":2056},1778699018122.7852,"k17ctxt5vn6b49n72hqfjs9tes86mrfw",{"reviewCount":11},{"description":2033,"installMethods":2034,"name":2035,"sourceUrl":2036},"Require a human approval signal before an AI agent can post PR reviews, comments, merges, or writes to CI config. Cedar-gated, receipt-signed, designed for the Hermes-style failure mode where a review bot posts without oversight.",{"claudeCode":2035},"review-agent-governance","https://github.com/wshobson/agents",{"basePath":2038,"githubOwner":2039,"githubRepo":2040,"locale":22,"slug":2035,"type":285},"plugins/review-agent-governance","wshobson","agents",{"evaluate":2042,"extract":2049},{"promptVersionExtension":26,"promptVersionScoring":27,"score":2043,"tags":2044,"targetMarket":36,"tier":37},99,[2045,35,2046,30,2047,2048],"governance","policy","compliance","auditing",{"commitSha":39,"license":2050,"plugin":2051},"MIT",{"mcpCount":11,"provider":310,"skillCount":320},{"parentExtensionId":2053,"repoId":2054},"k17cywe30jfsfw3cdpncjfn8y186nvyw","kd74de64zj0axtg5b8t7eqqe2x86nske",[2048,30,2047,2045,2046,35],{"evaluatedAt":2057,"extractAt":2058,"updatedAt":2057},1778700330078,1778699018122,{"_creationTime":2060,"_id":2061,"community":2062,"display":2063,"identity":2067,"providers":2069,"relations":2077,"tags":2078,"workflow":2079},1778699018122.7732,"k17a0wf6mk0f48w5xah6yx5dts86n1xj",{"reviewCount":11},{"description":2064,"installMethods":2065,"name":2066,"sourceUrl":2036},"Performance analysis, test coverage review, and AI-powered code quality assessment",{"claudeCode":2066},"performance-testing-review",{"basePath":2068,"githubOwner":2039,"githubRepo":2040,"locale":22,"slug":2066,"type":285},"plugins/performance-testing-review",{"evaluate":2070,"extract":2076},{"promptVersionExtension":26,"promptVersionScoring":27,"score":2043,"tags":2071,"targetMarket":36,"tier":37},[2072,2073,2074,30,2075],"code-quality","performance-analysis","testing","ai",{"commitSha":39,"license":2050},{"parentExtensionId":2053,"repoId":2054},[2075,2072,30,2073,2074],{"evaluatedAt":2080,"extractAt":2058,"updatedAt":2080},1778699546351,{"_creationTime":2082,"_id":2083,"community":2084,"display":2085,"identity":2089,"providers":2091,"relations":2098,"tags":2099,"workflow":2100},1778699018122.773,"k17ahpwbnf28cr714efke539nn86m1zb",{"reviewCount":11},{"description":2086,"installMethods":2087,"name":2088,"sourceUrl":2036},"Multi-perspective code analysis covering architecture, security, and best practices",{"claudeCode":2088},"comprehensive-review",{"basePath":2090,"githubOwner":2039,"githubRepo":2040,"locale":22,"slug":2088,"type":285},"plugins/comprehensive-review",{"evaluate":2092,"extract":2097},{"promptVersionExtension":26,"promptVersionScoring":27,"score":2043,"tags":2093,"targetMarket":36,"tier":37},[30,35,2094,2095,2096,285],"architecture","devops","automation",{"commitSha":39,"license":2050},{"parentExtensionId":2053,"repoId":2054},[2094,2096,30,2095,285,35],{"evaluatedAt":2101,"extractAt":2058,"updatedAt":2101},1778699531123,{"_creationTime":2103,"_id":2104,"community":2105,"display":2106,"identity":2108,"providers":2109,"relations":2115,"tags":2116,"workflow":2117},1778698175626.318,"k172f98zkg85jhx9cvbvmcxyds86nnms",{"reviewCount":11},{"description":913,"installMethods":2107,"name":914,"sourceUrl":17},{"claudeCode":914},{"basePath":912,"githubOwner":20,"githubRepo":21,"locale":22,"slug":914,"type":285},{"evaluate":2110,"extract":2113},{"promptVersionExtension":26,"promptVersionScoring":27,"score":2043,"tags":2111,"targetMarket":36,"tier":37},[2112,2072,2096,30],"skill-improvement",{"commitSha":39,"plugin":2114},{"mcpCount":11,"provider":310,"skillCount":320},{"parentExtensionId":288,"repoId":41},[2096,2072,30,2112],{"evaluatedAt":2118,"extractAt":45,"updatedAt":2118},1778698798527,{"_creationTime":2120,"_id":2121,"community":2122,"display":2123,"identity":2128,"providers":2132,"relations":2143,"tags":2146,"workflow":2147},1778685949178.787,"k174q0gngvs0a7gmdx5tyjhbex86n1nv",{"reviewCount":11},{"description":2124,"installMethods":2125,"name":2126,"sourceUrl":2127},"Display OpenAI Codex API usage and costs inside Claude Code",{"claudeCode":2126},"codex-hud","https://github.com/davepoon/buildwithclaude",{"basePath":2129,"githubOwner":2130,"githubRepo":2131,"locale":22,"slug":2126,"type":285},"plugins/codex-hud","davepoon","buildwithclaude",{"evaluate":2133,"extract":2142},{"promptVersionExtension":26,"promptVersionScoring":27,"score":2043,"tags":2134,"targetMarket":36,"tier":37},[32,2135,2136,2137,2138,2139,2140,2141],"openai","usage","costs","hud","claude-code","statusline","monitoring",{"commitSha":39,"license":2050},{"parentExtensionId":2144,"repoId":2145},"k172qzfmvw8zjecm9eszcdpdf986nrxm","kd719kw54vhmcscq7ckdp59fg586mnt6",[2139,32,2137,2138,2141,2135,2140,2136],{"evaluatedAt":2148,"extractAt":2149,"updatedAt":2148},1778687277361,1778685949178,{"_creationTime":2151,"_id":2152,"community":2153,"display":2154,"identity":2159,"providers":2163,"relations":2170,"tags":2173,"workflow":2174},1778696505500.0044,"k172as5ec2g87q5tg3k2s64hns86mpak",{"reviewCount":11},{"description":2155,"installMethods":2156,"name":2157,"sourceUrl":2158},"Generate and edit images using Google Gemini 3 Pro Image (Nano Banana Pro). Supports text-to-image, image editing, aspect ratios, and 2K/4K output.",{"claudeCode":2157},"nanobanana","https://github.com/ReScienceLab/opc-skills",{"basePath":2160,"githubOwner":2161,"githubRepo":2162,"locale":22,"slug":2157,"type":285},"skills/nanobanana","ReScienceLab","opc-skills",{"evaluate":2164,"extract":2169},{"promptVersionExtension":26,"promptVersionScoring":27,"score":2043,"tags":2165,"targetMarket":36,"tier":37},[2166,33,2167,2075,2168],"image-generation","editing","python",{"commitSha":39,"license":2050},{"parentExtensionId":2171,"repoId":2172},"k17agfyzmts45g65m489121e9n86njbk","kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[2075,2167,33,2166,2168],{"evaluatedAt":2175,"extractAt":2176,"updatedAt":2175},1778696626376,1778696505500]