[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-trailofbits-git-cleanup-zh-CN":3,"guides-for-trailofbits-git-cleanup":2012,"similar-k17dv9k8c0r246ys3f3gj344ax86m0sq-zh-CN":2013},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":243,"isFallback":226,"parentExtension":248,"providers":302,"relations":306,"repo":307,"tags":2010,"workflow":2011},1778698175626.3257,"k17dv9k8c0r246ys3f3gj344ax86m0sq",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Safely analyzes and cleans up local git branches and worktrees by categorizing them as merged, squash-merged, superseded, or active work.",{"claudeCode":12},"trailofbits/skills","git-cleanup","https://github.com/trailofbits/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":241},1778699323711.543,"kn7bdth0j1dmnr0tf9w438mfs986ngq6","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of cleaning up local git branches and worktrees, and identifies the user's need for safe management of accumulated branches.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a unique, safety-focused approach to git branch cleanup by categorizing branches, grouping related ones, and implementing strict user confirmation gates, which goes beyond basic git commands.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of git branch cleanup, from analysis to user confirmation and execution, and is designed for safe, real-world workflow integration.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on the local cleanup of git branches and worktrees, aligning with its name and description without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately and concisely reflects the skill's functionality and safety-first approach to git cleanup.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific bash commands like `git branch`, `git worktree`, `git fetch`, and `git log` appropriately, rather than a single generalist execution tool.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not expose configurable parameters or environment variables beyond its core functionality, making explicit documentation unnecessary.",{"category":33,"check":49,"severity":46,"summary":50},"Tool naming","The skill utilizes standard bash commands and Git operations, which do not have user-facing tool names in the context of this skill's interface.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill's interactions involve specific Git commands and user prompts, requesting only necessary information and returning clear analysis or confirmation prompts.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The work is licensed under CC-BY-SA-4.0, a recognized and permissive open-source license, clearly stated in the LICENSE file and README.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on May 11, 2026, which is within the last 3 months, indicating active maintenance.",{"category":59,"check":63,"severity":46,"summary":64},"Dependency Management","The skill relies on standard Git commands and bash, with no third-party dependencies requiring management.",{"category":66,"check":67,"severity":46,"summary":68},"Security","Secret Management","The skill does not handle or expose any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill interacts with Git commands and user input, which are handled safely by quoting branch names and using explicit user confirmation gates, preventing injection.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill only uses bundled Git commands and does not fetch external content or execute arbitrary remote code.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates exclusively on local Git repository data and user confirmations, not modifying files outside the project directory or escaping its intended scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The skill's scripts and logic do not contain detached-process spawns or retry loops that could lead to sandbox escapes.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill is designed for local operations and does not include any instructions to read or submit confidential data to a third party.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden steering tricks, and descriptions are clean ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's scripts are plain bash and not obfuscated, base64-encoded, or dynamically fetched.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes standard Git repository structure and clearly states preconditions for its operations, exiting gracefully if violated.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 13 issues opened and 4 closed in the last 90 days, the closure rate is approximately 23.5%, but the number of open issues is relatively low, suggesting reasonable maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","While no explicit versioning is declared in frontmatter or tags, the installation instructions point to `trailofbits/skills`, and the commit history shows recent activity, implying a stable, managed state.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","User inputs for branch names and confirmations are handled through explicit prompts and quoted arguments, and Git commands themselves perform necessary validation.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","All destructive operations (branch deletion, worktree removal) are protected by two explicit confirmation gates and use appropriate Git flags for safety.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The skill includes detailed error handling for Git operations and user interaction, providing clear messages and recovery paths or halts.",{"category":104,"check":114,"severity":24,"summary":115},"Logging","The skill logs actions and outcomes through its transcript, providing a clear audit trail of executed commands and confirmations.",{"category":117,"check":118,"severity":46,"summary":119},"Compliance","GDPR","The skill operates solely on local Git metadata and does not process personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill's functionality is entirely local to a Git repository and has no geographical or jurisdictional limitations, making it global.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard Bash and Git commands, ensuring broad compatibility across POSIX-compliant systems.",{"category":44,"check":127,"severity":24,"summary":128},"README","The `README.md` provides a clear overview of the Trail of Bits Skills marketplace and installation instructions for various environments.",{"category":33,"check":130,"severity":46,"summary":131},"Tool surface size","This skill utilizes a set of standard Git commands and bash scripting, rather than exposing a distinct set of user-facing tools.",{"category":40,"check":133,"severity":46,"summary":134},"Overlapping near-synonym tools","The skill employs standard Git commands and does not introduce overlapping synonyms for functionality.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features related to Git branch and worktree cleanup are directly implemented through the provided scripts and logic.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions for the Claude Code Marketplace and Codex, along with basic usage examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The skill provides clear, actionable error messages for Git operations and user interactions, guiding the user on remediation.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The skill relies on system-provided Git and Bash, which are assumed to be appropriately managed by the user's environment.",{"category":33,"check":151,"severity":24,"summary":152},"Dry-run preview","The skill implements a two-gate confirmation process, effectively acting as a dry-run preview before any destructive operations are executed.",{"category":154,"check":155,"severity":46,"summary":156},"Protocol","Idempotent retry & timeouts","The skill operates on local Git state and does not involve remote calls or state-changing operations that require idempotency or timeouts.",{"category":117,"check":158,"severity":46,"summary":159},"Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill clearly defines its purpose of safely cleaning local git branches and worktrees, specifies when to use it (accumulated branches) and when not to (remote management, automation).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability for precise routing.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured and reasonably concise, deferring detailed workflow and safety rules to distinct sections.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The skill's main SKILL.md outlines the workflow and safety principles, with detailed explanations and command examples embedded within the same file rather than separate reference files, which is appropriate for its scope.",{"category":170,"check":174,"severity":46,"summary":175},"Forked exploration","This skill is not an exploration-style skill; it performs a defined cleanup task and does not require forked exploration context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear, end-to-end examples of analysis and deletion workflows, demonstrating inputs, invocations, and expected outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill explicitly documents failure modes like squash-merged branches requiring force delete, dirty worktrees, and remote branches with unpushed commits, along with recovery steps.",{"category":104,"check":183,"severity":46,"summary":184},"Tool Fallback","The skill relies on standard Git and Bash commands available in the environment and does not depend on an external MCP server with fallbacks.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill clearly instructs to abort and report on unexpected pre-state conditions, such as dirty working trees, before proceeding with destructive actions.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and operates solely on local Git state, without implicit reliance on other skills.",1778699323594,"This skill analyzes local git branches and worktrees, categorizing them as merged, squash-merged, superseded, or active work. It provides a safety-first approach with two-stage user confirmation before executing any deletion commands like `git branch -d` or `git branch -D` and `git worktree remove`.",[195,196,197,198,199],"Categorizes branches as merged, squash-merged, superseded, or active","Groups related branches for collective analysis","Requires explicit user confirmation before deletion","Handles dirty worktree detection and warnings","Supports safe deletion of local branches and worktrees",[201,202,203,204],"Managing remote git branches or repositories.","Performing general repository maintenance like `git gc` or `git prune`.","Headless or non-interactive automation due to required user confirmations.","Modifying commit history beyond what's necessary for cleanup.","3.0.0","4.4.0","To help users safely clean up accumulated local git branches and worktrees, preventing accidental data loss and managing repository clutter.","Highest severity finding is 'pass'. Score is high due to comprehensive implementation and safety measures.",99,"A robust and safe skill for cleaning local git branches and worktrees with explicit user confirmation.",[212,213,214,215,216],"git","cleanup","branches","worktrees","automation","global","verified",[220,221,222,223],"When you have accumulated many local git branches and worktrees.","After branches have been merged into the default branch but not cleaned up locally.","When remote tracking branches have been deleted, but local ones remain.","To systematically review and clean up old or superseded feature branches.",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":237,"testCoverage":240},{"hasLockfile":226},true,1778699310940,{"descriptionLength":229,"readmeSize":230},137,7901,{"closedIssues90d":232,"forks":233,"hasChangelog":226,"openIssues90d":234,"pushedAt":235,"stars":236},4,455,13,1778517916000,5161,{"hasNpmPackage":238,"license":239,"smitheryVerified":238},false,"CC-BY-SA-4.0",{"hasCi":226,"hasTests":226},{"updatedAt":242},1778699323711,{"basePath":244,"githubOwner":245,"githubRepo":246,"locale":18,"slug":13,"type":247},"plugins/git-cleanup/skills/git-cleanup","trailofbits","skills","skill",{"_creationTime":249,"_id":250,"community":251,"display":252,"identity":254,"parentExtension":257,"providers":289,"relations":298,"tags":299,"workflow":300},1778698175626.3164,"k1791v61e55705h68216dwgwb586nmx8",{"reviewCount":8},{"description":10,"installMethods":253,"name":13,"sourceUrl":14},{"claudeCode":13},{"basePath":255,"githubOwner":245,"githubRepo":246,"locale":18,"slug":13,"type":256},"plugins/git-cleanup","plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":264,"providers":267,"relations":283,"tags":285,"workflow":286},1778698175626.309,"k17550d1ve8ghfmwc58xs69e3s86mn86",{"reviewCount":8},{"description":262,"installMethods":263,"name":245,"sourceUrl":14},"Claude Code plugins from Trail of Bits for enhanced AI-assisted security analysis and development",{"claudeCode":12},{"basePath":265,"githubOwner":245,"githubRepo":246,"locale":18,"slug":246,"type":266},"","marketplace",{"evaluate":268,"extract":277},{"promptVersionExtension":269,"promptVersionScoring":206,"score":270,"tags":271,"targetMarket":217,"tier":276},"3.1.0",75,[272,273,274,266,275],"security","development","analysis","plugins","community",{"commitSha":278,"marketplace":279,"plugin":281},"HEAD",{"name":245,"pluginCount":280},39,{"mcpCount":8,"provider":282,"skillCount":8},"classify",{"repoId":284},"kd7d5sbrd9m157hjv9c7v4wfyn86mk2f",[274,273,266,275,272],{"evaluatedAt":287,"extractAt":288,"updatedAt":287},1778698203402,1778698175626,{"evaluate":290,"extract":295},{"promptVersionExtension":205,"promptVersionScoring":206,"score":291,"tags":292,"targetMarket":217,"tier":276},76,[212,213,293,294,214,215],"developer-tools","cli",{"commitSha":278,"plugin":296},{"mcpCount":8,"provider":282,"skillCount":297},1,{"parentExtensionId":259,"repoId":284},[214,213,294,293,212,215],{"evaluatedAt":301,"extractAt":288,"updatedAt":301},1778698691490,{"evaluate":303,"extract":305},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":304,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":278},{"parentExtensionId":250,"repoId":284},{"_creationTime":308,"_id":284,"identity":309,"providers":310,"workflow":2006},1778698169543.2075,{"githubOwner":245,"githubRepo":246,"sourceUrl":14},{"classify":311,"discover":1999,"github":2002},{"commitSha":278,"extensions":312},[313,326,339,354,385,398,409,422,433,444,455,470,483,518,529,542,553,564,577,588,601,618,633,672,701,714,731,761,772,785,796,804,817,828,839,872,885,896,914,932,953,961,992,999,1006,1014,1022,1030,1038,1048,1056,1064,1072,1080,1088,1096,1106,1113,1120,1144,1230,1241,1252,1267,1282,1289,1310,1319,1338,1343,1352,1366,1395,1403,1425,1432,1445,1456,1468,1507,1514,1521,1553,1561,1577,1584,1592,1600,1608,1616,1624,1632,1640,1648,1656,1664,1672,1680,1688,1710,1718,1728,1752,1766,1780,1794,1812,1823,1831,1839,1856,1865,1880,1914,1989],{"basePath":265,"description":262,"displayName":245,"installMethods":314,"rationale":315,"selectedPaths":316,"source":325,"sourceLanguage":18,"type":266},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[317,320,322],{"path":318,"priority":319},".claude-plugin/marketplace.json","mandatory",{"path":321,"priority":319},"README.md",{"path":323,"priority":324},"LICENSE","high","rule",{"basePath":327,"description":328,"displayName":329,"installMethods":330,"rationale":331,"selectedPaths":332,"source":325,"sourceLanguage":18,"type":256},"plugins/ask-questions-if-underspecified","Clarify ambiguous requirements by asking questions before implementing. Only when invoked explicitly.","ask-questions-if-underspecified",{"claudeCode":329},"plugin manifest at plugins/ask-questions-if-underspecified/.claude-plugin/plugin.json",[333,335,336],{"path":334,"priority":319},".claude-plugin/plugin.json",{"path":321,"priority":319},{"path":337,"priority":338},"skills/ask-questions-if-underspecified/SKILL.md","medium",{"basePath":340,"description":341,"displayName":342,"installMethods":343,"rationale":344,"selectedPaths":345,"source":325,"sourceLanguage":18,"type":256},"plugins/audit-context-building","Build deep architectural context through ultra-granular code analysis before vulnerability hunting","audit-context-building",{"claudeCode":342},"plugin manifest at plugins/audit-context-building/.claude-plugin/plugin.json",[346,347,348,350,352],{"path":334,"priority":319},{"path":321,"priority":319},{"path":349,"priority":338},"skills/audit-context-building/SKILL.md",{"path":351,"priority":324},"agents/function-analyzer.md",{"path":353,"priority":324},"commands/audit-context.md",{"basePath":355,"description":356,"displayName":357,"installMethods":358,"rationale":359,"selectedPaths":360,"source":325,"sourceLanguage":18,"type":256},"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":357},"plugin manifest at plugins/building-secure-contracts/.claude-plugin/plugin.json",[361,362,363,365,367,369,371,373,375,377,379,381,383],{"path":334,"priority":319},{"path":321,"priority":319},{"path":364,"priority":338},"skills/algorand-vulnerability-scanner/SKILL.md",{"path":366,"priority":338},"skills/audit-prep-assistant/SKILL.md",{"path":368,"priority":338},"skills/cairo-vulnerability-scanner/SKILL.md",{"path":370,"priority":338},"skills/code-maturity-assessor/SKILL.md",{"path":372,"priority":338},"skills/cosmos-vulnerability-scanner/SKILL.md",{"path":374,"priority":338},"skills/guidelines-advisor/SKILL.md",{"path":376,"priority":338},"skills/secure-workflow-guide/SKILL.md",{"path":378,"priority":338},"skills/solana-vulnerability-scanner/SKILL.md",{"path":380,"priority":338},"skills/substrate-vulnerability-scanner/SKILL.md",{"path":382,"priority":338},"skills/token-integration-analyzer/SKILL.md",{"path":384,"priority":338},"skills/ton-vulnerability-scanner/SKILL.md",{"basePath":386,"description":387,"displayName":388,"installMethods":389,"rationale":390,"selectedPaths":391,"source":325,"sourceLanguage":18,"type":256},"plugins/burpsuite-project-parser","Search and extract data from Burp Suite project files (.burp) for security analysis","burpsuite-project-parser",{"claudeCode":388},"plugin manifest at plugins/burpsuite-project-parser/.claude-plugin/plugin.json",[392,393,394,396],{"path":334,"priority":319},{"path":321,"priority":319},{"path":395,"priority":338},"skills/burpsuite-project-parser/SKILL.md",{"path":397,"priority":324},"commands/burp-search.md",{"basePath":399,"description":400,"displayName":401,"installMethods":402,"rationale":403,"selectedPaths":404,"source":325,"sourceLanguage":18,"type":256},"plugins/claude-in-chrome-troubleshooting","Diagnose and fix Claude in Chrome MCP extension connectivity issues","claude-in-chrome-troubleshooting",{"claudeCode":401},"plugin manifest at plugins/claude-in-chrome-troubleshooting/.claude-plugin/plugin.json",[405,406,407],{"path":334,"priority":319},{"path":321,"priority":319},{"path":408,"priority":338},"skills/claude-in-chrome-troubleshooting/SKILL.md",{"basePath":410,"description":411,"displayName":412,"installMethods":413,"rationale":414,"selectedPaths":415,"source":325,"sourceLanguage":18,"type":256},"plugins/constant-time-analysis","Detect compiler-induced timing side-channels in cryptographic code","constant-time-analysis",{"claudeCode":412},"plugin manifest at plugins/constant-time-analysis/.claude-plugin/plugin.json",[416,417,418,420],{"path":334,"priority":319},{"path":321,"priority":319},{"path":419,"priority":338},"skills/constant-time-analysis/SKILL.md",{"path":421,"priority":324},"commands/ct-check.md",{"basePath":423,"description":424,"displayName":425,"installMethods":426,"rationale":427,"selectedPaths":428,"source":325,"sourceLanguage":18,"type":256},"plugins/culture-index","Interprets Culture Index survey results for individuals and teams","culture-index",{"claudeCode":425},"plugin manifest at plugins/culture-index/.claude-plugin/plugin.json",[429,430,431],{"path":334,"priority":319},{"path":321,"priority":319},{"path":432,"priority":338},"skills/interpreting-culture-index/SKILL.md",{"basePath":434,"description":435,"displayName":436,"installMethods":437,"rationale":438,"selectedPaths":439,"source":325,"sourceLanguage":18,"type":256},"plugins/debug-buttercup","Debug Buttercup Kubernetes deployments","debug-buttercup",{"claudeCode":436},"plugin manifest at plugins/debug-buttercup/.claude-plugin/plugin.json",[440,441,442],{"path":334,"priority":319},{"path":321,"priority":319},{"path":443,"priority":338},"skills/debug-buttercup/SKILL.md",{"basePath":445,"description":446,"displayName":447,"installMethods":448,"rationale":449,"selectedPaths":450,"source":325,"sourceLanguage":18,"type":256},"plugins/devcontainer-setup","Create pre-configured devcontainers with Claude Code and language-specific tooling","devcontainer-setup",{"claudeCode":447},"plugin manifest at plugins/devcontainer-setup/.claude-plugin/plugin.json",[451,452,453],{"path":334,"priority":319},{"path":321,"priority":319},{"path":454,"priority":338},"skills/devcontainer-setup/SKILL.md",{"basePath":456,"description":457,"displayName":458,"installMethods":459,"rationale":460,"selectedPaths":461,"source":325,"sourceLanguage":18,"type":256},"plugins/differential-review","Security-focused differential review of code changes with git history analysis and blast radius estimation","differential-review",{"claudeCode":458},"plugin manifest at plugins/differential-review/.claude-plugin/plugin.json",[462,463,464,466,468],{"path":334,"priority":319},{"path":321,"priority":319},{"path":465,"priority":338},"skills/differential-review/SKILL.md",{"path":467,"priority":324},"agents/adversarial-modeler.md",{"path":469,"priority":324},"commands/diff-review.md",{"basePath":471,"description":472,"displayName":473,"installMethods":474,"rationale":475,"selectedPaths":476,"source":325,"sourceLanguage":18,"type":256},"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":473},"plugin manifest at plugins/firebase-apk-scanner/.claude-plugin/plugin.json",[477,478,479,481],{"path":334,"priority":319},{"path":321,"priority":319},{"path":480,"priority":338},"skills/firebase-apk-scanner/SKILL.md",{"path":482,"priority":324},"commands/scan-apk.md",{"basePath":484,"description":485,"displayName":486,"installMethods":487,"rationale":488,"selectedPaths":489,"source":325,"sourceLanguage":18,"type":256},"plugins/gh-cli","Intercepts GitHub URL fetches and curl/wget commands, redirecting to the authenticated gh CLI.","gh-cli",{"claudeCode":486},"plugin manifest at plugins/gh-cli/.claude-plugin/plugin.json",[490,491,492,494,496,498,500,502,504,506,508,510,512,514,516],{"path":334,"priority":319},{"path":321,"priority":319},{"path":493,"priority":324},"hooks/cleanup-clones.sh",{"path":495,"priority":324},"hooks/hooks.json",{"path":497,"priority":324},"hooks/intercept-github-curl.bats",{"path":499,"priority":324},"hooks/intercept-github-curl.sh",{"path":501,"priority":324},"hooks/intercept-github-fetch.bats",{"path":503,"priority":324},"hooks/intercept-github-fetch.sh",{"path":505,"priority":324},"hooks/persist-session-id.sh",{"path":507,"priority":324},"hooks/session-hooks.bats",{"path":509,"priority":324},"hooks/setup-shims.bats",{"path":511,"priority":324},"hooks/setup-shims.sh",{"path":513,"priority":324},"hooks/shims/gh",{"path":515,"priority":324},"hooks/shims/gh-shim.bats",{"path":517,"priority":324},"hooks/test_helper.bash",{"basePath":519,"description":520,"displayName":521,"installMethods":522,"rationale":523,"selectedPaths":524,"source":325,"sourceLanguage":18,"type":256},"plugins/dwarf-expert","Interact with and understand the DWARF debugging format","dwarf-expert",{"claudeCode":521},"plugin manifest at plugins/dwarf-expert/.claude-plugin/plugin.json",[525,526,527],{"path":334,"priority":319},{"path":321,"priority":319},{"path":528,"priority":338},"skills/dwarf-expert/SKILL.md",{"basePath":530,"description":531,"displayName":532,"installMethods":533,"rationale":534,"selectedPaths":535,"source":325,"sourceLanguage":18,"type":256},"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":532},"plugin manifest at plugins/entry-point-analyzer/.claude-plugin/plugin.json",[536,537,538,540],{"path":334,"priority":319},{"path":321,"priority":319},{"path":539,"priority":338},"skills/entry-point-analyzer/SKILL.md",{"path":541,"priority":324},"commands/entry-points.md",{"basePath":543,"description":544,"displayName":545,"installMethods":546,"rationale":547,"selectedPaths":548,"source":325,"sourceLanguage":18,"type":256},"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":545},"plugin manifest at plugins/mutation-testing/.claude-plugin/plugin.json",[549,550,551],{"path":334,"priority":319},{"path":321,"priority":319},{"path":552,"priority":338},"skills/mutation-testing/SKILL.md",{"basePath":554,"description":555,"displayName":556,"installMethods":557,"rationale":558,"selectedPaths":559,"source":325,"sourceLanguage":18,"type":256},"plugins/property-based-testing","Property-based testing guidance for multiple languages and smart contracts","property-based-testing",{"claudeCode":556},"plugin manifest at plugins/property-based-testing/.claude-plugin/plugin.json",[560,561,562],{"path":334,"priority":319},{"path":321,"priority":319},{"path":563,"priority":338},"skills/property-based-testing/SKILL.md",{"basePath":565,"description":566,"displayName":567,"installMethods":568,"rationale":569,"selectedPaths":570,"source":325,"sourceLanguage":18,"type":256},"plugins/semgrep-rule-creator","Create custom Semgrep rules for detecting bug patterns and security vulnerabilities","semgrep-rule-creator",{"claudeCode":567},"plugin manifest at plugins/semgrep-rule-creator/.claude-plugin/plugin.json",[571,572,573,575],{"path":334,"priority":319},{"path":321,"priority":319},{"path":574,"priority":338},"skills/semgrep-rule-creator/SKILL.md",{"path":576,"priority":324},"commands/semgrep-rule.md",{"basePath":578,"description":579,"displayName":580,"installMethods":581,"rationale":582,"selectedPaths":583,"source":325,"sourceLanguage":18,"type":256},"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":580},"plugin manifest at plugins/semgrep-rule-variant-creator/.claude-plugin/plugin.json",[584,585,586],{"path":334,"priority":319},{"path":321,"priority":319},{"path":587,"priority":338},"skills/semgrep-rule-variant-creator/SKILL.md",{"basePath":589,"description":590,"displayName":591,"installMethods":592,"rationale":593,"selectedPaths":594,"source":325,"sourceLanguage":18,"type":256},"plugins/sharp-edges","Identify error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes","sharp-edges",{"claudeCode":591},"plugin manifest at plugins/sharp-edges/.claude-plugin/plugin.json",[595,596,597,599],{"path":334,"priority":319},{"path":321,"priority":319},{"path":598,"priority":338},"skills/sharp-edges/SKILL.md",{"path":600,"priority":324},"agents/sharp-edges-analyzer.md",{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":325,"sourceLanguage":18,"type":256},"plugins/static-analysis","Static analysis toolkit with CodeQL, Semgrep, and SARIF parsing for security vulnerability detection","static-analysis",{"claudeCode":604},"plugin manifest at plugins/static-analysis/.claude-plugin/plugin.json",[608,609,610,612,614,616],{"path":334,"priority":319},{"path":321,"priority":319},{"path":611,"priority":338},"skills/codeql/SKILL.md",{"path":613,"priority":338},"skills/sarif-parsing/SKILL.md",{"path":615,"priority":338},"skills/semgrep/SKILL.md",{"path":617,"priority":324},"agents/semgrep-scanner.md",{"basePath":619,"description":620,"displayName":621,"installMethods":622,"rationale":623,"selectedPaths":624,"source":325,"sourceLanguage":18,"type":256},"plugins/spec-to-code-compliance","Specification-to-code compliance checker for blockchain audits with evidence-based alignment analysis","spec-to-code-compliance",{"claudeCode":621},"plugin manifest at plugins/spec-to-code-compliance/.claude-plugin/plugin.json",[625,626,627,629,631],{"path":334,"priority":319},{"path":321,"priority":319},{"path":628,"priority":338},"skills/spec-to-code-compliance/SKILL.md",{"path":630,"priority":324},"agents/spec-compliance-checker.md",{"path":632,"priority":324},"commands/spec-compliance.md",{"basePath":634,"description":635,"displayName":636,"installMethods":637,"rationale":638,"selectedPaths":639,"source":325,"sourceLanguage":18,"type":256},"plugins/testing-handbook-skills","Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)","testing-handbook-skills",{"claudeCode":636},"plugin manifest at plugins/testing-handbook-skills/.claude-plugin/plugin.json",[640,641,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670],{"path":334,"priority":319},{"path":321,"priority":319},{"path":643,"priority":338},"skills/address-sanitizer/SKILL.md",{"path":645,"priority":338},"skills/aflpp/SKILL.md",{"path":647,"priority":338},"skills/atheris/SKILL.md",{"path":649,"priority":338},"skills/cargo-fuzz/SKILL.md",{"path":651,"priority":338},"skills/constant-time-testing/SKILL.md",{"path":653,"priority":338},"skills/coverage-analysis/SKILL.md",{"path":655,"priority":338},"skills/fuzzing-dictionary/SKILL.md",{"path":657,"priority":338},"skills/fuzzing-obstacles/SKILL.md",{"path":659,"priority":338},"skills/harness-writing/SKILL.md",{"path":661,"priority":338},"skills/libafl/SKILL.md",{"path":663,"priority":338},"skills/libfuzzer/SKILL.md",{"path":665,"priority":338},"skills/ossfuzz/SKILL.md",{"path":667,"priority":338},"skills/ruzzy/SKILL.md",{"path":669,"priority":338},"skills/testing-handbook-generator/SKILL.md",{"path":671,"priority":338},"skills/wycheproof/SKILL.md",{"basePath":673,"description":674,"displayName":675,"installMethods":676,"rationale":677,"selectedPaths":678,"source":325,"sourceLanguage":18,"type":256},"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":675},"plugin manifest at plugins/trailmark/.claude-plugin/plugin.json",[679,680,681,683,685,687,689,691,693,695,697,699],{"path":334,"priority":319},{"path":321,"priority":319},{"path":682,"priority":338},"skills/audit-augmentation/SKILL.md",{"path":684,"priority":338},"skills/crypto-protocol-diagram/SKILL.md",{"path":686,"priority":338},"skills/diagramming-code/SKILL.md",{"path":688,"priority":338},"skills/genotoxic/SKILL.md",{"path":690,"priority":338},"skills/graph-evolution/SKILL.md",{"path":692,"priority":338},"skills/mermaid-to-proverif/SKILL.md",{"path":694,"priority":338},"skills/trailmark/SKILL.md",{"path":696,"priority":338},"skills/trailmark-structural/SKILL.md",{"path":698,"priority":338},"skills/trailmark-summary/SKILL.md",{"path":700,"priority":338},"skills/vector-forge/SKILL.md",{"basePath":702,"description":703,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":325,"sourceLanguage":18,"type":256},"plugins/variant-analysis","Find similar vulnerabilities and bugs across codebases using pattern-based analysis","variant-analysis",{"claudeCode":704},"plugin manifest at plugins/variant-analysis/.claude-plugin/plugin.json",[708,709,710,712],{"path":334,"priority":319},{"path":321,"priority":319},{"path":711,"priority":338},"skills/variant-analysis/SKILL.md",{"path":713,"priority":324},"commands/variants.md",{"basePath":715,"description":716,"displayName":717,"installMethods":718,"rationale":719,"selectedPaths":720,"source":325,"sourceLanguage":18,"type":256},"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":717},"plugin manifest at plugins/c-review/.claude-plugin/plugin.json",[721,722,723,725,727,729],{"path":334,"priority":319},{"path":321,"priority":319},{"path":724,"priority":338},"skills/c-review/SKILL.md",{"path":726,"priority":324},"agents/c-review-dedup-judge.md",{"path":728,"priority":324},"agents/c-review-fp-judge.md",{"path":730,"priority":324},"agents/c-review-worker.md",{"basePath":732,"description":733,"displayName":734,"installMethods":735,"rationale":736,"selectedPaths":737,"source":325,"sourceLanguage":18,"type":256},"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":734},"plugin manifest at plugins/modern-python/.claude-plugin/plugin.json",[738,739,740,742,743,744,745,747,749,751,753,755,757,759],{"path":334,"priority":319},{"path":321,"priority":319},{"path":741,"priority":338},"skills/modern-python/SKILL.md",{"path":495,"priority":324},{"path":509,"priority":324},{"path":511,"priority":324},{"path":746,"priority":324},"hooks/shims/pip",{"path":748,"priority":324},"hooks/shims/pip-shim.bats",{"path":750,"priority":324},"hooks/shims/pipx",{"path":752,"priority":324},"hooks/shims/pipx-shim.bats",{"path":754,"priority":324},"hooks/shims/python",{"path":756,"priority":324},"hooks/shims/python-shim.bats",{"path":758,"priority":324},"hooks/shims/uv",{"path":760,"priority":324},"hooks/shims/uv-shim.bats",{"basePath":762,"description":763,"displayName":764,"installMethods":765,"rationale":766,"selectedPaths":767,"source":325,"sourceLanguage":18,"type":256},"plugins/insecure-defaults","Detects insecure default configurations including hardcoded credentials, fallback secrets, weak authentication defaults, and dangerous values in production","insecure-defaults",{"claudeCode":764},"plugin manifest at plugins/insecure-defaults/.claude-plugin/plugin.json",[768,769,770],{"path":334,"priority":319},{"path":321,"priority":319},{"path":771,"priority":338},"skills/insecure-defaults/SKILL.md",{"basePath":773,"description":774,"displayName":775,"installMethods":776,"rationale":777,"selectedPaths":778,"source":325,"sourceLanguage":18,"type":256},"plugins/second-opinion","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.","second-opinion",{"claudeCode":775},"plugin manifest at plugins/second-opinion/.claude-plugin/plugin.json",[779,780,781,783],{"path":334,"priority":319},{"path":321,"priority":319},{"path":782,"priority":338},"skills/second-opinion/SKILL.md",{"path":784,"priority":319},".mcp.json",{"basePath":786,"description":787,"displayName":788,"installMethods":789,"rationale":790,"selectedPaths":791,"source":325,"sourceLanguage":18,"type":256},"plugins/yara-authoring","YARA-X detection rule authoring with linting and quality analysis","yara-authoring",{"claudeCode":788},"plugin manifest at plugins/yara-authoring/.claude-plugin/plugin.json",[792,793,794],{"path":334,"priority":319},{"path":321,"priority":319},{"path":795,"priority":338},"skills/yara-rule-authoring/SKILL.md",{"basePath":255,"description":10,"displayName":13,"installMethods":797,"rationale":798,"selectedPaths":799,"source":325,"sourceLanguage":18,"type":256},{"claudeCode":13},"plugin manifest at plugins/git-cleanup/.claude-plugin/plugin.json",[800,801,802],{"path":334,"priority":319},{"path":321,"priority":319},{"path":803,"priority":338},"skills/git-cleanup/SKILL.md",{"basePath":805,"description":806,"displayName":807,"installMethods":808,"rationale":809,"selectedPaths":810,"source":325,"sourceLanguage":18,"type":256},"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":807},"plugin manifest at plugins/workflow-skill-design/.claude-plugin/plugin.json",[811,812,813,815],{"path":334,"priority":319},{"path":321,"priority":319},{"path":814,"priority":338},"skills/designing-workflow-skills/SKILL.md",{"path":816,"priority":324},"agents/workflow-skill-reviewer.md",{"basePath":818,"description":819,"displayName":820,"installMethods":821,"rationale":822,"selectedPaths":823,"source":325,"sourceLanguage":18,"type":256},"plugins/seatbelt-sandboxer","Generate minimal macOS Seatbelt sandbox configurations for applications","seatbelt-sandboxer",{"claudeCode":820},"plugin manifest at plugins/seatbelt-sandboxer/.claude-plugin/plugin.json",[824,825,826],{"path":334,"priority":319},{"path":321,"priority":319},{"path":827,"priority":338},"skills/seatbelt-sandboxer/SKILL.md",{"basePath":829,"description":830,"displayName":831,"installMethods":832,"rationale":833,"selectedPaths":834,"source":325,"sourceLanguage":18,"type":256},"plugins/supply-chain-risk-auditor","Audit supply-chain threat landscape of project dependencies for exploitation or takeover risk","supply-chain-risk-auditor",{"claudeCode":831},"plugin manifest at plugins/supply-chain-risk-auditor/.claude-plugin/plugin.json",[835,836,837],{"path":334,"priority":319},{"path":321,"priority":319},{"path":838,"priority":338},"skills/supply-chain-risk-auditor/SKILL.md",{"basePath":840,"description":841,"displayName":842,"installMethods":843,"rationale":844,"selectedPaths":845,"source":325,"sourceLanguage":18,"type":256},"plugins/zeroize-audit","Detects missing or compiler-optimized zeroization of sensitive data with assembly and control-flow analysis","zeroize-audit",{"claudeCode":842},"plugin manifest at plugins/zeroize-audit/.claude-plugin/plugin.json",[846,847,848,850,852,854,856,858,860,862,864,866,868,870],{"path":334,"priority":319},{"path":321,"priority":319},{"path":849,"priority":338},"skills/zeroize-audit/SKILL.md",{"path":851,"priority":324},"agents/0-preflight.md",{"path":853,"priority":324},"agents/1-mcp-resolver.md",{"path":855,"priority":324},"agents/2-source-analyzer.md",{"path":857,"priority":324},"agents/2b-rust-source-analyzer.md",{"path":859,"priority":324},"agents/3-tu-compiler-analyzer.md",{"path":861,"priority":324},"agents/3b-rust-compiler-analyzer.md",{"path":863,"priority":324},"agents/4-report-assembler.md",{"path":865,"priority":324},"agents/5-poc-generator.md",{"path":867,"priority":324},"agents/5b-poc-validator.md",{"path":869,"priority":324},"agents/5c-poc-verifier.md",{"path":871,"priority":324},"agents/6-test-generator.md",{"basePath":873,"description":874,"displayName":875,"installMethods":876,"rationale":877,"selectedPaths":878,"source":325,"sourceLanguage":18,"type":256},"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":875},"plugin manifest at plugins/let-fate-decide/.claude-plugin/plugin.json",[879,880,881,883],{"path":334,"priority":319},{"path":321,"priority":319},{"path":882,"priority":338},"skills/let-fate-decide/SKILL.md",{"path":884,"priority":324},"agents/draw.md",{"basePath":886,"description":887,"displayName":888,"installMethods":889,"rationale":890,"selectedPaths":891,"source":325,"sourceLanguage":18,"type":256},"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":888},"plugin manifest at plugins/agentic-actions-auditor/.claude-plugin/plugin.json",[892,893,894],{"path":334,"priority":319},{"path":321,"priority":319},{"path":895,"priority":338},"skills/agentic-actions-auditor/SKILL.md",{"basePath":897,"description":898,"displayName":899,"installMethods":900,"rationale":901,"selectedPaths":902,"source":325,"sourceLanguage":18,"type":256},"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":899},"plugin manifest at plugins/skill-improver/.claude-plugin/plugin.json",[903,904,905,907,909,911,912],{"path":334,"priority":319},{"path":321,"priority":319},{"path":906,"priority":338},"skills/skill-improver/SKILL.md",{"path":908,"priority":324},"commands/cancel-skill-improver.md",{"path":910,"priority":324},"commands/skill-improver.md",{"path":495,"priority":324},{"path":913,"priority":324},"hooks/stop-hook.sh",{"basePath":915,"description":916,"displayName":917,"installMethods":918,"rationale":919,"selectedPaths":920,"source":325,"sourceLanguage":18,"type":256},"plugins/fp-check","Systematic false positive verification for security bug analysis with mandatory gate reviews","fp-check",{"claudeCode":917},"plugin manifest at plugins/fp-check/.claude-plugin/plugin.json",[921,922,923,925,927,929,931],{"path":334,"priority":319},{"path":321,"priority":319},{"path":924,"priority":338},"skills/fp-check/SKILL.md",{"path":926,"priority":324},"agents/data-flow-analyzer.md",{"path":928,"priority":324},"agents/exploitability-verifier.md",{"path":930,"priority":324},"agents/poc-builder.md",{"path":495,"priority":324},{"basePath":933,"description":934,"displayName":935,"installMethods":936,"rationale":937,"selectedPaths":938,"source":325,"sourceLanguage":18,"type":256},"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":935},"plugin manifest at plugins/dimensional-analysis/.claude-plugin/plugin.json",[939,940,941,943,945,947,949,951],{"path":334,"priority":319},{"path":321,"priority":319},{"path":942,"priority":338},"skills/dimensional-analysis/SKILL.md",{"path":944,"priority":324},"agents/arithmetic-scanner.md",{"path":946,"priority":324},"agents/dimension-annotator.md",{"path":948,"priority":324},"agents/dimension-discoverer.md",{"path":950,"priority":324},"agents/dimension-propagator.md",{"path":952,"priority":324},"agents/dimension-validator.md",{"basePath":954,"description":955,"displayName":486,"installMethods":956,"rationale":957,"selectedPaths":958,"source":325,"sourceLanguage":18,"type":247},".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":12},"SKILL.md frontmatter at .codex/skills/gh-cli/SKILL.md",[959],{"path":960,"priority":319},"SKILL.md",{"basePath":962,"description":963,"displayName":888,"installMethods":964,"rationale":965,"selectedPaths":966,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/agentic-actions-auditor/skills/agentic-actions-auditor/SKILL.md",[967,968,970,972,974,976,978,980,982,984,986,988,990],{"path":960,"priority":319},{"path":969,"priority":338},"references/action-profiles.md",{"path":971,"priority":338},"references/cross-file-resolution.md",{"path":973,"priority":338},"references/foundations.md",{"path":975,"priority":338},"references/vector-a-env-var-intermediary.md",{"path":977,"priority":338},"references/vector-b-direct-expression-injection.md",{"path":979,"priority":338},"references/vector-c-cli-data-fetch.md",{"path":981,"priority":338},"references/vector-d-pr-target-checkout.md",{"path":983,"priority":338},"references/vector-e-error-log-injection.md",{"path":985,"priority":338},"references/vector-f-subshell-expansion.md",{"path":987,"priority":338},"references/vector-g-eval-of-ai-output.md",{"path":989,"priority":338},"references/vector-h-dangerous-sandbox-configs.md",{"path":991,"priority":338},"references/vector-i-wildcard-allowlists.md",{"basePath":993,"description":994,"displayName":329,"installMethods":995,"rationale":996,"selectedPaths":997,"source":325,"sourceLanguage":18,"type":247},"plugins/ask-questions-if-underspecified/skills/ask-questions-if-underspecified","Clarify requirements before implementing. Use when serious doubts arise.",{"claudeCode":12},"SKILL.md frontmatter at plugins/ask-questions-if-underspecified/skills/ask-questions-if-underspecified/SKILL.md",[998],{"path":960,"priority":319},{"basePath":1000,"description":1001,"displayName":342,"installMethods":1002,"rationale":1003,"selectedPaths":1004,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/audit-context-building/skills/audit-context-building/SKILL.md",[1005],{"path":960,"priority":319},{"basePath":1007,"description":1008,"displayName":1009,"installMethods":1010,"rationale":1011,"selectedPaths":1012,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/algorand-vulnerability-scanner/SKILL.md",[1013],{"path":960,"priority":319},{"basePath":1015,"description":1016,"displayName":1017,"installMethods":1018,"rationale":1019,"selectedPaths":1020,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/audit-prep-assistant/SKILL.md",[1021],{"path":960,"priority":319},{"basePath":1023,"description":1024,"displayName":1025,"installMethods":1026,"rationale":1027,"selectedPaths":1028,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/cairo-vulnerability-scanner/SKILL.md",[1029],{"path":960,"priority":319},{"basePath":1031,"description":1032,"displayName":1033,"installMethods":1034,"rationale":1035,"selectedPaths":1036,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/code-maturity-assessor/SKILL.md",[1037],{"path":960,"priority":319},{"basePath":1039,"description":1040,"displayName":1041,"installMethods":1042,"rationale":1043,"selectedPaths":1044,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/cosmos-vulnerability-scanner/SKILL.md",[1045,1046],{"path":960,"priority":319},{"path":1047,"priority":338},"CHANGELOG.md",{"basePath":1049,"description":1050,"displayName":1051,"installMethods":1052,"rationale":1053,"selectedPaths":1054,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/guidelines-advisor/SKILL.md",[1055],{"path":960,"priority":319},{"basePath":1057,"description":1058,"displayName":1059,"installMethods":1060,"rationale":1061,"selectedPaths":1062,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/secure-workflow-guide/SKILL.md",[1063],{"path":960,"priority":319},{"basePath":1065,"description":1066,"displayName":1067,"installMethods":1068,"rationale":1069,"selectedPaths":1070,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/solana-vulnerability-scanner/SKILL.md",[1071],{"path":960,"priority":319},{"basePath":1073,"description":1074,"displayName":1075,"installMethods":1076,"rationale":1077,"selectedPaths":1078,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/substrate-vulnerability-scanner/SKILL.md",[1079],{"path":960,"priority":319},{"basePath":1081,"description":1082,"displayName":1083,"installMethods":1084,"rationale":1085,"selectedPaths":1086,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/token-integration-analyzer/SKILL.md",[1087],{"path":960,"priority":319},{"basePath":1089,"description":1090,"displayName":1091,"installMethods":1092,"rationale":1093,"selectedPaths":1094,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/ton-vulnerability-scanner/SKILL.md",[1095],{"path":960,"priority":319},{"basePath":1097,"description":1098,"displayName":388,"installMethods":1099,"rationale":1100,"selectedPaths":1101,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/burpsuite-project-parser/skills/burpsuite-project-parser/SKILL.md",[1102,1103],{"path":960,"priority":319},{"path":1104,"priority":1105},"scripts/burp-search.sh","low",{"basePath":1107,"description":1108,"displayName":717,"installMethods":1109,"rationale":1110,"selectedPaths":1111,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/c-review/skills/c-review/SKILL.md",[1112],{"path":960,"priority":319},{"basePath":1114,"description":1115,"displayName":401,"installMethods":1116,"rationale":1117,"selectedPaths":1118,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/claude-in-chrome-troubleshooting/skills/claude-in-chrome-troubleshooting/SKILL.md",[1119],{"path":960,"priority":319},{"basePath":1121,"description":1122,"displayName":412,"installMethods":1123,"rationale":1124,"selectedPaths":1125,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/constant-time-analysis/skills/constant-time-analysis/SKILL.md",[1126,1127,1128,1130,1132,1134,1136,1138,1140,1142],{"path":960,"priority":319},{"path":321,"priority":324},{"path":1129,"priority":338},"references/compiled.md",{"path":1131,"priority":338},"references/javascript.md",{"path":1133,"priority":338},"references/kotlin.md",{"path":1135,"priority":338},"references/php.md",{"path":1137,"priority":338},"references/python.md",{"path":1139,"priority":338},"references/ruby.md",{"path":1141,"priority":338},"references/swift.md",{"path":1143,"priority":338},"references/vm-compiled.md",{"basePath":1145,"description":1146,"displayName":1147,"installMethods":1148,"rationale":1149,"selectedPaths":1150,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/culture-index/skills/interpreting-culture-index/SKILL.md",[1151,1152,1154,1156,1158,1160,1162,1164,1166,1168,1170,1172,1174,1176,1178,1180,1182,1184,1186,1188,1190,1192,1194,1196,1198,1200,1202,1204,1206,1208,1210,1212,1214,1216,1218,1220,1222,1224,1226,1228],{"path":960,"priority":319},{"path":1153,"priority":338},"references/anti-patterns.md",{"path":1155,"priority":338},"references/archetype-administrator.md",{"path":1157,"priority":338},"references/archetype-coordinator.md",{"path":1159,"priority":338},"references/archetype-craftsman.md",{"path":1161,"priority":338},"references/archetype-daredevil.md",{"path":1163,"priority":338},"references/archetype-debater.md",{"path":1165,"priority":338},"references/archetype-facilitator.md",{"path":1167,"priority":338},"references/archetype-influencer.md",{"path":1169,"priority":338},"references/archetype-operator.md",{"path":1171,"priority":338},"references/archetype-persuader.md",{"path":1173,"priority":338},"references/archetype-philosopher.md",{"path":1175,"priority":338},"references/archetype-rainmaker.md",{"path":1177,"priority":338},"references/archetype-scholar.md",{"path":1179,"priority":338},"references/archetype-socializer.md",{"path":1181,"priority":338},"references/archetype-specialist.md",{"path":1183,"priority":338},"references/archetype-technical-expert.md",{"path":1185,"priority":338},"references/archetype-traditionalist.md",{"path":1187,"priority":338},"references/archetype-trailblazer.md",{"path":1189,"priority":338},"references/conversation-starters.md",{"path":1191,"priority":338},"references/interview-trait-signals.md",{"path":1193,"priority":338},"references/motivators.md",{"path":1195,"priority":338},"references/patterns-archetypes.md",{"path":1197,"priority":338},"references/primary-traits.md",{"path":1199,"priority":338},"references/secondary-traits.md",{"path":1201,"priority":338},"references/team-composition.md",{"path":1203,"priority":1105},"scripts/check_deps.py",{"path":1205,"priority":1105},"scripts/culture_index/__init__.py",{"path":1207,"priority":1105},"scripts/culture_index/constants.py",{"path":1209,"priority":1105},"scripts/culture_index/extract.py",{"path":1211,"priority":1105},"scripts/culture_index/models.py",{"path":1213,"priority":1105},"scripts/culture_index/opencv_extractor.py",{"path":1215,"priority":1105},"scripts/extract_pdf.py",{"path":1217,"priority":1105},"scripts/pyproject.toml",{"path":1219,"priority":1105},"templates/burnout-report.md",{"path":1221,"priority":1105},"templates/comparison-report.md",{"path":1223,"priority":1105},"templates/hiring-profile.md",{"path":1225,"priority":1105},"templates/individual-report.md",{"path":1227,"priority":1105},"templates/predicted-profile.md",{"path":1229,"priority":1105},"templates/team-report.md",{"basePath":1231,"description":1232,"displayName":436,"installMethods":1233,"rationale":1234,"selectedPaths":1235,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/debug-buttercup/skills/debug-buttercup/SKILL.md",[1236,1237,1239],{"path":960,"priority":319},{"path":1238,"priority":338},"references/failure-patterns.md",{"path":1240,"priority":1105},"scripts/diagnose.sh",{"basePath":1242,"description":1243,"displayName":447,"installMethods":1244,"rationale":1245,"selectedPaths":1246,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/devcontainer-setup/skills/devcontainer-setup/SKILL.md",[1247,1248,1250],{"path":960,"priority":319},{"path":1249,"priority":338},"references/dockerfile-best-practices.md",{"path":1251,"priority":338},"references/features-vs-dockerfile.md",{"basePath":1253,"description":1254,"displayName":458,"installMethods":1255,"rationale":1256,"selectedPaths":1257,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/differential-review/skills/differential-review/SKILL.md",[1258,1259,1261,1263,1265],{"path":960,"priority":319},{"path":1260,"priority":338},"adversarial.md",{"path":1262,"priority":338},"methodology.md",{"path":1264,"priority":338},"patterns.md",{"path":1266,"priority":338},"reporting.md",{"basePath":1268,"description":1269,"displayName":935,"installMethods":1270,"rationale":1271,"selectedPaths":1272,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/dimensional-analysis/skills/dimensional-analysis/SKILL.md",[1273,1274,1276,1278,1280],{"path":960,"priority":319},{"path":1275,"priority":338},"references/annotate.md",{"path":1277,"priority":338},"references/bug-patterns.md",{"path":1279,"priority":338},"references/common-dimensions.md",{"path":1281,"priority":338},"references/dimension-algebra.md",{"basePath":1283,"description":1284,"displayName":521,"installMethods":1285,"rationale":1286,"selectedPaths":1287,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/dwarf-expert/skills/dwarf-expert/SKILL.md",[1288],{"path":960,"priority":319},{"basePath":1290,"description":1291,"displayName":532,"installMethods":1292,"rationale":1293,"selectedPaths":1294,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/entry-point-analyzer/skills/entry-point-analyzer/SKILL.md",[1295,1296,1298,1300,1302,1304,1306,1308],{"path":960,"priority":319},{"path":1297,"priority":338},"references/cosmwasm.md",{"path":1299,"priority":338},"references/move-aptos.md",{"path":1301,"priority":338},"references/move-sui.md",{"path":1303,"priority":338},"references/solana.md",{"path":1305,"priority":338},"references/solidity.md",{"path":1307,"priority":338},"references/ton.md",{"path":1309,"priority":338},"references/vyper.md",{"basePath":1311,"description":1312,"displayName":473,"installMethods":1313,"rationale":1314,"selectedPaths":1315,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/firebase-apk-scanner/skills/firebase-apk-scanner/SKILL.md",[1316,1317],{"path":960,"priority":319},{"path":1318,"priority":338},"references/vulnerabilities.md",{"basePath":1320,"description":1321,"displayName":917,"installMethods":1322,"rationale":1323,"selectedPaths":1324,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/fp-check/skills/fp-check/SKILL.md",[1325,1326,1328,1330,1332,1334,1336],{"path":960,"priority":319},{"path":1327,"priority":338},"references/bug-class-verification.md",{"path":1329,"priority":338},"references/deep-verification.md",{"path":1331,"priority":338},"references/evidence-templates.md",{"path":1333,"priority":338},"references/false-positive-patterns.md",{"path":1335,"priority":338},"references/gate-reviews.md",{"path":1337,"priority":338},"references/standard-verification.md",{"basePath":244,"description":10,"displayName":13,"installMethods":1339,"rationale":1340,"selectedPaths":1341,"source":325,"sourceLanguage":18,"type":247},{"claudeCode":12},"SKILL.md frontmatter at plugins/git-cleanup/skills/git-cleanup/SKILL.md",[1342],{"path":960,"priority":319},{"basePath":1344,"description":1345,"displayName":764,"installMethods":1346,"rationale":1347,"selectedPaths":1348,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/insecure-defaults/skills/insecure-defaults/SKILL.md",[1349,1350],{"path":960,"priority":319},{"path":1351,"priority":338},"references/examples.md",{"basePath":1353,"description":1354,"displayName":875,"installMethods":1355,"rationale":1356,"selectedPaths":1357,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/let-fate-decide/skills/let-fate-decide/SKILL.md",[1358,1359,1361,1363,1364],{"path":960,"priority":319},{"path":1360,"priority":338},"references/INTERPRETATION_GUIDE.md",{"path":1362,"priority":1105},"scripts/draw_cards.py",{"path":1217,"priority":1105},{"path":1365,"priority":1105},"scripts/test_draw_cards.py",{"basePath":1367,"description":1368,"displayName":734,"installMethods":1369,"rationale":1370,"selectedPaths":1371,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/modern-python/skills/modern-python/SKILL.md",[1372,1373,1375,1377,1379,1381,1383,1385,1387,1389,1391,1393],{"path":960,"priority":319},{"path":1374,"priority":338},"references/dependabot.md",{"path":1376,"priority":338},"references/migration-checklist.md",{"path":1378,"priority":338},"references/pep723-scripts.md",{"path":1380,"priority":338},"references/prek.md",{"path":1382,"priority":338},"references/pyproject.md",{"path":1384,"priority":338},"references/ruff-config.md",{"path":1386,"priority":338},"references/security-setup.md",{"path":1388,"priority":338},"references/testing.md",{"path":1390,"priority":338},"references/uv-commands.md",{"path":1392,"priority":1105},"templates/dependabot.yml",{"path":1394,"priority":1105},"templates/pre-commit-config.yaml",{"basePath":1396,"description":544,"displayName":545,"installMethods":1397,"rationale":1398,"selectedPaths":1399,"source":325,"sourceLanguage":18,"type":247},"plugins/mutation-testing/skills/mutation-testing",{"claudeCode":12},"SKILL.md frontmatter at plugins/mutation-testing/skills/mutation-testing/SKILL.md",[1400,1401],{"path":960,"priority":319},{"path":1402,"priority":338},"references/optimization-strategies.md",{"basePath":1404,"description":1405,"displayName":556,"installMethods":1406,"rationale":1407,"selectedPaths":1408,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/property-based-testing/skills/property-based-testing/SKILL.md",[1409,1410,1411,1413,1415,1417,1419,1421,1423],{"path":960,"priority":319},{"path":321,"priority":324},{"path":1412,"priority":338},"references/design.md",{"path":1414,"priority":338},"references/generating.md",{"path":1416,"priority":338},"references/interpreting-failures.md",{"path":1418,"priority":338},"references/libraries.md",{"path":1420,"priority":338},"references/refactoring.md",{"path":1422,"priority":338},"references/reviewing.md",{"path":1424,"priority":338},"references/strategies.md",{"basePath":1426,"description":1427,"displayName":820,"installMethods":1428,"rationale":1429,"selectedPaths":1430,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/seatbelt-sandboxer/skills/seatbelt-sandboxer/SKILL.md",[1431],{"path":960,"priority":319},{"basePath":1433,"description":1434,"displayName":775,"installMethods":1435,"rationale":1436,"selectedPaths":1437,"source":325,"sourceLanguage":18,"type":247},"plugins/second-opinion/skills/second-opinion","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":12},"SKILL.md frontmatter at plugins/second-opinion/skills/second-opinion/SKILL.md",[1438,1439,1441,1443],{"path":960,"priority":319},{"path":1440,"priority":338},"references/codex-invocation.md",{"path":1442,"priority":338},"references/codex-review-schema.json",{"path":1444,"priority":338},"references/gemini-invocation.md",{"basePath":1446,"description":1447,"displayName":567,"installMethods":1448,"rationale":1449,"selectedPaths":1450,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/semgrep-rule-creator/skills/semgrep-rule-creator/SKILL.md",[1451,1452,1454],{"path":960,"priority":319},{"path":1453,"priority":338},"references/quick-reference.md",{"path":1455,"priority":338},"references/workflow.md",{"basePath":1457,"description":1458,"displayName":580,"installMethods":1459,"rationale":1460,"selectedPaths":1461,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/semgrep-rule-variant-creator/skills/semgrep-rule-variant-creator/SKILL.md",[1462,1463,1465,1467],{"path":960,"priority":319},{"path":1464,"priority":338},"references/applicability-analysis.md",{"path":1466,"priority":338},"references/language-syntax-guide.md",{"path":1455,"priority":338},{"basePath":1469,"description":1470,"displayName":591,"installMethods":1471,"rationale":1472,"selectedPaths":1473,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/sharp-edges/skills/sharp-edges/SKILL.md",[1474,1475,1477,1479,1481,1483,1485,1487,1489,1491,1493,1495,1497,1499,1501,1503,1505],{"path":960,"priority":319},{"path":1476,"priority":338},"references/auth-patterns.md",{"path":1478,"priority":338},"references/case-studies.md",{"path":1480,"priority":338},"references/config-patterns.md",{"path":1482,"priority":338},"references/crypto-apis.md",{"path":1484,"priority":338},"references/lang-c.md",{"path":1486,"priority":338},"references/lang-csharp.md",{"path":1488,"priority":338},"references/lang-go.md",{"path":1490,"priority":338},"references/lang-java.md",{"path":1492,"priority":338},"references/lang-javascript.md",{"path":1494,"priority":338},"references/lang-kotlin.md",{"path":1496,"priority":338},"references/lang-php.md",{"path":1498,"priority":338},"references/lang-python.md",{"path":1500,"priority":338},"references/lang-ruby.md",{"path":1502,"priority":338},"references/lang-rust.md",{"path":1504,"priority":338},"references/lang-swift.md",{"path":1506,"priority":338},"references/language-specific.md",{"basePath":1508,"description":1509,"displayName":899,"installMethods":1510,"rationale":1511,"selectedPaths":1512,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/skill-improver/skills/skill-improver/SKILL.md",[1513],{"path":960,"priority":319},{"basePath":1515,"description":1516,"displayName":621,"installMethods":1517,"rationale":1518,"selectedPaths":1519,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/spec-to-code-compliance/skills/spec-to-code-compliance/SKILL.md",[1520],{"path":960,"priority":319},{"basePath":1522,"description":1523,"displayName":1524,"installMethods":1525,"rationale":1526,"selectedPaths":1527,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/static-analysis/skills/codeql/SKILL.md",[1528,1529,1531,1533,1535,1537,1539,1541,1543,1545,1547,1549,1551],{"path":960,"priority":319},{"path":1530,"priority":338},"references/build-fixes.md",{"path":1532,"priority":338},"references/diagnostic-query-templates.md",{"path":1534,"priority":338},"references/extension-yaml-format.md",{"path":1536,"priority":338},"references/important-only-suite.md",{"path":1538,"priority":338},"references/language-details.md",{"path":1540,"priority":338},"references/macos-arm64e-workaround.md",{"path":1542,"priority":338},"references/performance-tuning.md",{"path":1544,"priority":338},"references/quality-assessment.md",{"path":1546,"priority":338},"references/ruleset-catalog.md",{"path":1548,"priority":338},"references/run-all-suite.md",{"path":1550,"priority":338},"references/sarif-processing.md",{"path":1552,"priority":338},"references/threat-models.md",{"basePath":1554,"description":1555,"displayName":1556,"installMethods":1557,"rationale":1558,"selectedPaths":1559,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/static-analysis/skills/sarif-parsing/SKILL.md",[1560],{"path":960,"priority":319},{"basePath":1562,"description":1563,"displayName":1564,"installMethods":1565,"rationale":1566,"selectedPaths":1567,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/static-analysis/skills/semgrep/SKILL.md",[1568,1569,1571,1573,1575],{"path":960,"priority":319},{"path":1570,"priority":338},"references/rulesets.md",{"path":1572,"priority":338},"references/scan-modes.md",{"path":1574,"priority":338},"references/scanner-task-prompt.md",{"path":1576,"priority":1105},"scripts/merge_sarif.py",{"basePath":1578,"description":1579,"displayName":831,"installMethods":1580,"rationale":1581,"selectedPaths":1582,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/supply-chain-risk-auditor/skills/supply-chain-risk-auditor/SKILL.md",[1583],{"path":960,"priority":319},{"basePath":1585,"description":1586,"displayName":1587,"installMethods":1588,"rationale":1589,"selectedPaths":1590,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/address-sanitizer/SKILL.md",[1591],{"path":960,"priority":319},{"basePath":1593,"description":1594,"displayName":1595,"installMethods":1596,"rationale":1597,"selectedPaths":1598,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/aflpp/SKILL.md",[1599],{"path":960,"priority":319},{"basePath":1601,"description":1602,"displayName":1603,"installMethods":1604,"rationale":1605,"selectedPaths":1606,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/atheris/SKILL.md",[1607],{"path":960,"priority":319},{"basePath":1609,"description":1610,"displayName":1611,"installMethods":1612,"rationale":1613,"selectedPaths":1614,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/cargo-fuzz/SKILL.md",[1615],{"path":960,"priority":319},{"basePath":1617,"description":1618,"displayName":1619,"installMethods":1620,"rationale":1621,"selectedPaths":1622,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/constant-time-testing/SKILL.md",[1623],{"path":960,"priority":319},{"basePath":1625,"description":1626,"displayName":1627,"installMethods":1628,"rationale":1629,"selectedPaths":1630,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/coverage-analysis/SKILL.md",[1631],{"path":960,"priority":319},{"basePath":1633,"description":1634,"displayName":1635,"installMethods":1636,"rationale":1637,"selectedPaths":1638,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/fuzzing-dictionary/SKILL.md",[1639],{"path":960,"priority":319},{"basePath":1641,"description":1642,"displayName":1643,"installMethods":1644,"rationale":1645,"selectedPaths":1646,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/fuzzing-obstacles/SKILL.md",[1647],{"path":960,"priority":319},{"basePath":1649,"description":1650,"displayName":1651,"installMethods":1652,"rationale":1653,"selectedPaths":1654,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/harness-writing/SKILL.md",[1655],{"path":960,"priority":319},{"basePath":1657,"description":1658,"displayName":1659,"installMethods":1660,"rationale":1661,"selectedPaths":1662,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/libafl/SKILL.md",[1663],{"path":960,"priority":319},{"basePath":1665,"description":1666,"displayName":1667,"installMethods":1668,"rationale":1669,"selectedPaths":1670,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/libfuzzer/SKILL.md",[1671],{"path":960,"priority":319},{"basePath":1673,"description":1674,"displayName":1675,"installMethods":1676,"rationale":1677,"selectedPaths":1678,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/ossfuzz/SKILL.md",[1679],{"path":960,"priority":319},{"basePath":1681,"description":1682,"displayName":1683,"installMethods":1684,"rationale":1685,"selectedPaths":1686,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/ruzzy/SKILL.md",[1687],{"path":960,"priority":319},{"basePath":1689,"description":1690,"displayName":1691,"installMethods":1692,"rationale":1693,"selectedPaths":1694,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/testing-handbook-generator/SKILL.md",[1695,1696,1698,1700,1702,1704,1706,1708],{"path":960,"priority":319},{"path":1697,"priority":338},"agent-prompt.md",{"path":1699,"priority":338},"discovery.md",{"path":1701,"priority":1105},"templates/domain-skill.md",{"path":1703,"priority":1105},"templates/fuzzer-skill.md",{"path":1705,"priority":1105},"templates/technique-skill.md",{"path":1707,"priority":1105},"templates/tool-skill.md",{"path":1709,"priority":338},"testing.md",{"basePath":1711,"description":1712,"displayName":1713,"installMethods":1714,"rationale":1715,"selectedPaths":1716,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/wycheproof/SKILL.md",[1717],{"path":960,"priority":319},{"basePath":1719,"description":1720,"displayName":1721,"installMethods":1722,"rationale":1723,"selectedPaths":1724,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/trailmark/skills/audit-augmentation/SKILL.md",[1725,1726],{"path":960,"priority":319},{"path":1727,"priority":338},"references/formats.md",{"basePath":1729,"description":1730,"displayName":1731,"installMethods":1732,"rationale":1733,"selectedPaths":1734,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/trailmark/skills/crypto-protocol-diagram/SKILL.md",[1735,1736,1738,1740,1742,1744,1746,1748,1750],{"path":960,"priority":319},{"path":1737,"priority":1105},"examples/simple-handshake/expected-output.md",{"path":1739,"priority":1105},"examples/simple-handshake/protocol.py",{"path":1741,"priority":1105},"examples/simple-proverif/expected-output.md",{"path":1743,"priority":1105},"examples/simple-proverif/model.pv",{"path":1745,"priority":338},"references/ascii-sequence-diagram.md",{"path":1747,"priority":338},"references/mermaid-sequence-syntax.md",{"path":1749,"priority":338},"references/protocol-patterns.md",{"path":1751,"priority":338},"references/spec-parsing-patterns.md",{"basePath":1753,"description":1754,"displayName":1755,"installMethods":1756,"rationale":1757,"selectedPaths":1758,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/trailmark/skills/diagramming-code/SKILL.md",[1759,1760,1762,1764],{"path":960,"priority":319},{"path":1761,"priority":338},"references/diagram-types.md",{"path":1763,"priority":338},"references/mermaid-syntax.md",{"path":1765,"priority":1105},"scripts/diagram.py",{"basePath":1767,"description":1768,"displayName":1769,"installMethods":1770,"rationale":1771,"selectedPaths":1772,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/trailmark/skills/genotoxic/SKILL.md",[1773,1774,1776,1778],{"path":960,"priority":319},{"path":1775,"priority":338},"references/graph-analysis.md",{"path":1777,"priority":338},"references/mutation-frameworks.md",{"path":1779,"priority":338},"references/triage-methodology.md",{"basePath":1781,"description":1782,"displayName":1783,"installMethods":1784,"rationale":1785,"selectedPaths":1786,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/trailmark/skills/graph-evolution/SKILL.md",[1787,1788,1790,1792],{"path":960,"priority":319},{"path":1789,"priority":338},"references/evolution-metrics.md",{"path":1791,"priority":338},"references/report-format.md",{"path":1793,"priority":1105},"scripts/graph_diff.py",{"basePath":1795,"description":1796,"displayName":1797,"installMethods":1798,"rationale":1799,"selectedPaths":1800,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/trailmark/skills/mermaid-to-proverif/SKILL.md",[1801,1802,1804,1806,1808,1810],{"path":960,"priority":319},{"path":1803,"priority":1105},"examples/simple-handshake/diagram.md",{"path":1805,"priority":1105},"examples/simple-handshake/sample-output.pv",{"path":1807,"priority":338},"references/crypto-to-proverif-mapping.md",{"path":1809,"priority":338},"references/proverif-syntax.md",{"path":1811,"priority":338},"references/security-properties.md",{"basePath":1813,"description":1814,"displayName":675,"installMethods":1815,"rationale":1816,"selectedPaths":1817,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/trailmark/skills/trailmark/SKILL.md",[1818,1819,1821],{"path":960,"priority":319},{"path":1820,"priority":338},"references/preanalysis-passes.md",{"path":1822,"priority":338},"references/query-patterns.md",{"basePath":1824,"description":1825,"displayName":1826,"installMethods":1827,"rationale":1828,"selectedPaths":1829,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/trailmark/skills/trailmark-structural/SKILL.md",[1830],{"path":960,"priority":319},{"basePath":1832,"description":1833,"displayName":1834,"installMethods":1835,"rationale":1836,"selectedPaths":1837,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/trailmark/skills/trailmark-summary/SKILL.md",[1838],{"path":960,"priority":319},{"basePath":1840,"description":1841,"displayName":1842,"installMethods":1843,"rationale":1844,"selectedPaths":1845,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/trailmark/skills/vector-forge/SKILL.md",[1846,1847,1849,1851,1852,1854],{"path":960,"priority":319},{"path":1848,"priority":338},"references/fault-simulation.md",{"path":1850,"priority":338},"references/lessons-learned.md",{"path":1777,"priority":338},{"path":1853,"priority":338},"references/report-template.md",{"path":1855,"priority":338},"references/vector-patterns.md",{"basePath":1857,"description":1858,"displayName":704,"installMethods":1859,"rationale":1860,"selectedPaths":1861,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/variant-analysis/skills/variant-analysis/SKILL.md",[1862,1863],{"path":960,"priority":319},{"path":1864,"priority":338},"METHODOLOGY.md",{"basePath":1866,"description":1867,"displayName":1868,"installMethods":1869,"rationale":1870,"selectedPaths":1871,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/workflow-skill-design/skills/designing-workflow-skills/SKILL.md",[1872,1873,1874,1876,1878],{"path":960,"priority":319},{"path":1153,"priority":338},{"path":1875,"priority":338},"references/progressive-disclosure-guide.md",{"path":1877,"priority":338},"references/tool-assignment-guide.md",{"path":1879,"priority":338},"references/workflow-patterns.md",{"basePath":1881,"description":1882,"displayName":1883,"installMethods":1884,"rationale":1885,"selectedPaths":1886,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/yara-authoring/skills/yara-rule-authoring/SKILL.md",[1887,1888,1890,1892,1894,1896,1898,1900,1902,1904,1906,1908,1909,1911,1912],{"path":960,"priority":319},{"path":1889,"priority":1105},"examples/MAL_Mac_ProtonRAT_Jan25.yar",{"path":1891,"priority":1105},"examples/MAL_NPM_SupplyChain_Jan25.yar",{"path":1893,"priority":1105},"examples/MAL_Win_Remcos_Jan25.yar",{"path":1895,"priority":1105},"examples/SUSP_CRX_SuspiciousPermissions.yar",{"path":1897,"priority":1105},"examples/SUSP_JS_Obfuscation_Jan25.yar",{"path":1899,"priority":338},"references/crx-module.md",{"path":1901,"priority":338},"references/dex-module.md",{"path":1903,"priority":338},"references/performance.md",{"path":1905,"priority":338},"references/strings.md",{"path":1907,"priority":338},"references/style-guide.md",{"path":1388,"priority":338},{"path":1910,"priority":1105},"scripts/atom_analyzer.py",{"path":1217,"priority":1105},{"path":1913,"priority":1105},"scripts/yara_lint.py",{"basePath":1915,"description":1916,"displayName":842,"installMethods":1917,"rationale":1918,"selectedPaths":1919,"source":325,"sourceLanguage":18,"type":247},"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":12},"SKILL.md frontmatter at plugins/zeroize-audit/skills/zeroize-audit/SKILL.md",[1920,1921,1923,1925,1927,1929,1931,1933,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],{"path":960,"priority":319},{"path":1922,"priority":1105},"prompts/report_template.md",{"path":1924,"priority":1105},"prompts/system.md",{"path":1926,"priority":1105},"prompts/task.md",{"path":1928,"priority":338},"references/compile-commands.md",{"path":1930,"priority":338},"references/detection-strategy.md",{"path":1932,"priority":338},"references/ir-analysis.md",{"path":1934,"priority":338},"references/mcp-analysis.md",{"path":1936,"priority":338},"references/poc-generation.md",{"path":1938,"priority":338},"references/rust-zeroization-patterns.md",{"path":1940,"priority":1105},"tools/analyze_asm.sh",{"path":1942,"priority":1105},"tools/analyze_cfg.py",{"path":1944,"priority":1105},"tools/analyze_heap.sh",{"path":1946,"priority":1105},"tools/analyze_ir_semantic.py",{"path":1948,"priority":1105},"tools/diff_ir.sh",{"path":1950,"priority":1105},"tools/diff_rust_mir.sh",{"path":1952,"priority":1105},"tools/emit_asm.sh",{"path":1954,"priority":1105},"tools/emit_ir.sh",{"path":1956,"priority":1105},"tools/emit_rust_asm.sh",{"path":1958,"priority":1105},"tools/emit_rust_ir.sh",{"path":1960,"priority":1105},"tools/emit_rust_mir.sh",{"path":1962,"priority":1105},"tools/extract_compile_flags.py",{"path":1964,"priority":1105},"tools/generate_poc.py",{"path":1966,"priority":1105},"tools/mcp/apply_confidence_gates.py",{"path":1968,"priority":1105},"tools/mcp/check_mcp.sh",{"path":1970,"priority":1105},"tools/mcp/normalize_mcp_evidence.py",{"path":1972,"priority":1105},"tools/scripts/check_llvm_patterns.py",{"path":1974,"priority":1105},"tools/scripts/check_mir_patterns.py",{"path":1976,"priority":1105},"tools/scripts/check_rust_asm.py",{"path":1978,"priority":1105},"tools/scripts/check_rust_asm_aarch64.py",{"path":1980,"priority":1105},"tools/scripts/check_rust_asm_x86.py",{"path":1982,"priority":1105},"tools/scripts/find_dangerous_apis.py",{"path":1984,"priority":1105},"tools/scripts/semantic_audit.py",{"path":1986,"priority":1105},"tools/track_dataflow.sh",{"path":1988,"priority":1105},"tools/validate_rust_toolchain.sh",{"basePath":410,"installMethods":1990,"rationale":1992,"selectedPaths":1993,"source":325,"sourceLanguage":18,"type":294},{"pypi":1991},"ct-analyzer","cli ecosystem detected at plugins/constant-time-analysis",[1994,1996,1997],{"path":1995,"priority":319},"pyproject.toml",{"path":321,"priority":319},{"path":1998,"priority":338},"ct_analyzer/analyzer.py",{"sources":2000},[2001],"manual",{"closedIssues90d":232,"description":2003,"forks":233,"license":239,"openIssues90d":234,"pushedAt":235,"readmeSize":230,"stars":236,"topics":2004},"Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows",[2005],"agent-skills",{"classifiedAt":2007,"discoverAt":2008,"extractAt":2009,"githubAt":2009,"updatedAt":2007},1778698175241,1778698169543,1778698173272,[216,214,213,212,215],{"evaluatedAt":242,"extractAt":288,"updatedAt":242},[],[2014,2046,2075,2097,2126,2158],{"_creationTime":2015,"_id":2016,"community":2017,"display":2018,"identity":2024,"providers":2029,"relations":2039,"tags":2042,"workflow":2043},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":2019,"installMethods":2020,"name":2022,"sourceUrl":2023},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":2021},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":2025,"githubOwner":2026,"githubRepo":2027,"locale":18,"slug":2028,"type":247},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":2030,"extract":2037},{"promptVersionExtension":205,"promptVersionScoring":206,"score":2031,"tags":2032,"targetMarket":217,"tier":218},100,[212,2033,2034,2035,216,294,2036],"development-environment","workflow","tmux","developer-tool",{"commitSha":278,"license":2038},"MIT",{"parentExtensionId":2040,"repoId":2041},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[216,294,2036,2033,212,2035,2034],{"evaluatedAt":2044,"extractAt":2045,"updatedAt":2044},1778699613343,1778699234184,{"_creationTime":2047,"_id":2048,"community":2049,"display":2050,"identity":2056,"providers":2059,"relations":2067,"tags":2070,"workflow":2071},1778699505679.3464,"k1751nm85mw95gw3rsqgrdqspx86ncq2",{"reviewCount":8},{"description":2051,"installMethods":2052,"name":2054,"sourceUrl":2055},"无需 OAuth 即可创建公开的 Google Docs 或 Google Sheet 文件。使用此技能创建和编辑 Google Docs 和 Sheets，无需登录 Google。文档可通过共享链接查看。首次使用时自动注册。",{"claudeCode":2053},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":265,"githubOwner":2057,"githubRepo":2054,"locale":2058,"slug":2054,"type":247},"zagmoai","zh-CN",{"evaluate":2060,"extract":2066},{"promptVersionExtension":205,"promptVersionScoring":206,"score":2031,"tags":2061,"targetMarket":217,"tier":218},[2062,2063,2064,216,2065],"google-docs","google-sheets","productivity","api-client",{"commitSha":278},{"repoId":2068,"translatedFrom":2069},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[2065,216,2062,2063,2064],{"evaluatedAt":2072,"extractAt":2073,"updatedAt":2074},1778699485884,1778699468747,1778699505679,{"_creationTime":2076,"_id":2077,"community":2078,"display":2079,"identity":2082,"providers":2085,"relations":2093,"tags":2094,"workflow":2095},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":2080,"installMethods":2081,"name":2027,"sourceUrl":2023},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":2021},{"basePath":2083,"githubOwner":2026,"githubRepo":2027,"locale":18,"slug":2084,"type":247},"skills/ask","ask",{"evaluate":2086,"extract":2092},{"promptVersionExtension":205,"promptVersionScoring":206,"score":2031,"tags":2087,"targetMarket":217,"tier":218},[294,216,2088,2089,2090,2091],"llm","prompting","code-review","artifact-generation",{"commitSha":278,"license":2038},{"parentExtensionId":2040,"repoId":2041},[2091,216,294,2090,2088,2089],{"evaluatedAt":2096,"extractAt":2045,"updatedAt":2096},1778699303045,{"_creationTime":2098,"_id":2099,"community":2100,"display":2101,"identity":2107,"providers":2111,"relations":2118,"tags":2121,"workflow":2122},1778699366078.7817,"k173mj3k9wcdq512bp1532xkwx86nrh4",{"reviewCount":8},{"description":2102,"installMethods":2103,"name":2105,"sourceUrl":2106},"当工作依赖于用户实时浏览器会话或可见的渲染状态，而不是静态抓取时使用，尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM，或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。",{"claudeCode":2104},"xixu-me/skills","使用我的浏览器","https://github.com/xixu-me/skills",{"basePath":2108,"githubOwner":2109,"githubRepo":246,"locale":2058,"slug":2110,"type":247},"skills/use-my-browser","xixu-me","use-my-browser",{"evaluate":2112,"extract":2117},{"promptVersionExtension":205,"promptVersionScoring":206,"score":2031,"tags":2113,"targetMarket":217,"tier":218},[2114,2115,216,2116,293],"browser","debugging","ux",{"commitSha":278,"license":2038},{"repoId":2119,"translatedFrom":2120},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k179cgk616p3xva37r5jqsfwvh86mcp2",[216,2114,2115,293,2116],{"evaluatedAt":2123,"extractAt":2124,"updatedAt":2125},1778699261239,1778699106670,1778699366078,{"_creationTime":2127,"_id":2128,"community":2129,"display":2130,"identity":2136,"providers":2139,"relations":2149,"tags":2153,"workflow":2154},1778699289329.1182,"k172jykxz0jywjekjxjt5thj5x86nm3n",{"reviewCount":8},{"description":2131,"installMethods":2132,"name":2134,"sourceUrl":2135},"当用户需要通过 Xquik 获取 X (Twitter) 数据或执行需要确认的 X 操作时使用：推文搜索、用户查找、关注者提取、媒体下载、监控、Webhook、MCP、SDK、发布、点赞、私信和个人资料更新。需要 Xquik API 密钥。切勿索要 X 登录凭据。",{"claudeCode":2133},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":2137,"githubOwner":2138,"githubRepo":2134,"locale":2058,"slug":2134,"type":247},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":2140,"extract":2148},{"promptVersionExtension":205,"promptVersionScoring":206,"score":2031,"tags":2141,"targetMarket":217,"tier":218},[2142,2143,2144,2145,216,2146,2147],"twitter","x","api","data-retrieval","mcp","sdk",{"commitSha":278},{"parentExtensionId":2150,"repoId":2151,"translatedFrom":2152},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[2144,216,2145,2146,2147,2142,2143],{"evaluatedAt":2155,"extractAt":2156,"updatedAt":2157},1778699230863,1778699170774,1778699289329,{"_creationTime":2159,"_id":2160,"community":2161,"display":2162,"identity":2168,"providers":2172,"relations":2178,"tags":2180,"workflow":2181},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":2163,"installMethods":2164,"name":2166,"sourceUrl":2167},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":2165},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":2169,"githubOwner":2170,"githubRepo":2171,"locale":18,"slug":2166,"type":247},"skills/slack","steipete","clawdis",{"evaluate":2173,"extract":2177},{"promptVersionExtension":205,"promptVersionScoring":206,"score":2031,"tags":2174,"targetMarket":217,"tier":218},[2166,2175,2176,216,2144],"messaging","communication",{"commitSha":278},{"repoId":2179},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[2144,216,2176,2175,2166],{"evaluatedAt":2182,"extractAt":2183,"updatedAt":2182},1778698950505,1778697652123]