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