[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-trailofbits-entry-point-analyzer-zh-CN":3,"guides-for-trailofbits-entry-point-analyzer":2031,"similar-k17b68n9kjrfskh0wwmn2cwarx86me9s-zh-CN":2032},{"_creationTime":4,"_id":5,"children":6,"community":49,"display":50,"evaluation":53,"identity":287,"isFallback":269,"parentExtension":290,"providers":319,"relations":325,"repo":326,"tags":2029,"workflow":2030},1778698175626.3125,"k17b68n9kjrfskh0wwmn2cwarx86me9s",[7],{"_creationTime":8,"_id":9,"community":10,"display":12,"identity":18,"providers":24,"relations":43,"tags":45,"workflow":46},1778698175626.325,"k17b6xgebp58g8dfa7nzd6awfs86nez0",{"reviewCount":11},0,{"description":13,"installMethods":14,"name":16,"sourceUrl":17},"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},"trailofbits/skills","entry-point-analyzer","https://github.com/trailofbits/skills",{"basePath":19,"githubOwner":20,"githubRepo":21,"locale":22,"slug":16,"type":23},"plugins/entry-point-analyzer/skills/entry-point-analyzer","trailofbits","skills","en","skill",{"evaluate":25,"extract":41},{"promptVersionExtension":26,"promptVersionScoring":27,"score":28,"tags":29,"targetMarket":39,"tier":40},"3.0.0","4.4.0",97,[30,31,32,33,34,35,36,37,38],"smart-contracts","security","auditing","solidity","vyper","solana","move","ton","cosmwasm","global","verified",{"commitSha":42},"HEAD",{"parentExtensionId":5,"repoId":44},"kd7d5sbrd9m157hjv9c7v4wfyn86mk2f",[32,38,36,31,30,35,33,37,34],{"evaluatedAt":47,"extractAt":48,"updatedAt":47},1778699278849,1778698175626,{"reviewCount":11},{"description":51,"installMethods":52,"name":16,"sourceUrl":17},"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.",{"claudeCode":16},{"_creationTime":54,"_id":55,"extensionId":5,"locale":22,"result":56,"trustSignals":267,"workflow":285},1778698432075.8992,"kn730000dftgpx957f6y6aadmh86nqsq",{"checks":57,"evaluatedAt":243,"extensionSummary":244,"features":245,"nonGoals":251,"promptVersionExtension":26,"promptVersionScoring":27,"purpose":256,"rationale":257,"score":258,"summary":259,"tags":260,"targetMarket":39,"tier":40,"useCases":262},[58,63,66,69,73,76,80,84,87,90,94,98,102,106,109,112,115,118,121,124,128,132,137,141,145,148,151,154,158,161,164,167,170,173,176,180,184,188,191,195,198,201,204,207,210,213,216,219,222,225,229,232,235,239],{"category":59,"check":60,"severity":61,"summary":62},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of inefficient smart contract auditing by highlighting the need to identify state-changing entry points as the primary attack surface.",{"category":59,"check":64,"severity":61,"summary":65},"Unique selling proposition","The plugin offers significant value beyond default LLM capabilities by providing a specialized, automated analysis of smart contract entry points and access classifications, which would be tedious and error-prone to perform manually.",{"category":59,"check":67,"severity":61,"summary":68},"Production readiness","The plugin covers the complete lifecycle of identifying state-changing entry points for security auditing, including language detection, extraction, classification, and report generation, making it suitable for real-world workflows.",{"category":70,"check":71,"severity":61,"summary":72},"Scope","Single responsibility principle","The plugin is focused on a single domain: analyzing smart contract entry points for security auditing. Its capabilities are coherent and clearly advertised.",{"category":70,"check":74,"severity":61,"summary":75},"Description quality","The displayed description accurately and concisely reflects the plugin's functionality, clearly stating its purpose of identifying state-changing entry points and categorizing them.",{"category":77,"check":78,"severity":61,"summary":79},"Invocation","Scoped tools","The plugin utilizes specialized tools (Read, Grep, Glob, Bash) that are scoped to the task of code analysis, rather than a single generalist execution tool.",{"category":81,"check":82,"severity":61,"summary":83},"Documentation","Configuration & parameter reference","The README provides clear installation instructions and usage examples, and the SKILL.md details the classification system and output format, indicating good documentation of parameters and behavior.",{"category":70,"check":85,"severity":61,"summary":86},"Tool naming","The primary tool/command (`entry-points`) is descriptive and follows kebab-case conventions, clearly indicating its purpose within the smart contract analysis domain.",{"category":70,"check":88,"severity":61,"summary":89},"Minimal I/O surface","The plugin takes a directory path as input and generates a markdown report, which is a well-defined and minimal I/O surface appropriate for its task.",{"category":91,"check":92,"severity":61,"summary":93},"License","License usability","The project is licensed under CC-BY-SA-4.0, a permissive open-source license, as indicated by the bundled LICENSE file.",{"category":95,"check":96,"severity":61,"summary":97},"Maintenance","Commit recency","The last commit was on 2026-05-11, which is within the last 3 months, indicating recent maintenance.",{"category":95,"check":99,"severity":100,"summary":101},"Dependency Management","not_applicable","The plugin does not appear to rely on third-party dependencies that require complex management or vulnerability scanning.",{"category":103,"check":104,"severity":100,"summary":105},"Security","Secret Management","The plugin does not handle or require any secrets for its operation.",{"category":103,"check":107,"severity":61,"summary":108},"Injection","The plugin's logic appears to treat code files as data for analysis, and there's no indication of executing external instructions or fetching untrusted content at runtime.",{"category":103,"check":110,"severity":61,"summary":111},"Transitive Supply-Chain Grenades","The plugin analyzes local codebases and does not fetch external code or data at runtime, mitigating transitive supply-chain risks.",{"category":103,"check":113,"severity":61,"summary":114},"Sandbox Isolation","The plugin operates on provided codebases and generates reports, with no indication of attempting to modify files outside of its designated scope.",{"category":103,"check":116,"severity":61,"summary":117},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were found in the provided script snippets.",{"category":103,"check":119,"severity":61,"summary":120},"Data Exfiltration","The plugin analyzes local code and generates reports; there are no instructions to read or submit confidential data to a third party.",{"category":103,"check":122,"severity":61,"summary":123},"Hidden Text Tricks","The bundled content appears to be free of hidden-steering tricks, and descriptions are clean.",{"category":125,"check":126,"severity":61,"summary":127},"Hooks","Opaque code execution","The plugin's scripts are readable bash and markdown files, not obfuscated or dynamically fetched code.",{"category":129,"check":130,"severity":61,"summary":131},"Portability","Structural Assumption","The plugin correctly uses relative paths for operations and accepts directory paths as arguments, allowing users to organize projects as they see fit.",{"category":133,"check":134,"severity":135,"summary":136},"Trust","Issues Attention","info","13 issues were opened and 4 closed in the last 90 days, indicating some engagement but also a potential for slower response times on open issues.",{"category":138,"check":139,"severity":61,"summary":140},"Versioning","Release Management","The plugin declares a meaningful version (1.0.0) in its manifest and has a CHANGELOG.md, indicating clear release management.",{"category":142,"check":143,"severity":61,"summary":144},"Code Execution","Validation","The plugin's command-line argument handling appears robust, processing directory paths and passing them to the core skill, suggesting validation and sanitization.",{"category":103,"check":146,"severity":61,"summary":147},"Unguarded Destructive Operations","The plugin is analytical and read-only, so it does not perform any destructive operations.",{"category":142,"check":149,"severity":61,"summary":150},"Error Handling","The SKILL.md and command file indicate that unparsable files are noted in the report and analysis continues, suggesting a fail-gracefully approach to errors.",{"category":142,"check":152,"severity":100,"summary":153},"Logging","The plugin is analytical and read-only, so local audit logging of destructive actions is not applicable.",{"category":155,"check":156,"severity":100,"summary":157},"Compliance","GDPR","The plugin analyzes codebases and does not operate on personal data, making GDPR compliance not applicable.",{"category":155,"check":159,"severity":61,"summary":160},"Target market","The plugin analyzes code and has no regional or jurisdictional logic, thus its target market is global.",{"category":129,"check":162,"severity":61,"summary":163},"Runtime stability","The plugin uses standard bash scripts and appears to be platform-agnostic, relying on common command-line tools.",{"category":81,"check":165,"severity":61,"summary":166},"README","The README provides a clear explanation of the plugin's purpose, supported languages, access classifications, output, and installation instructions.",{"category":70,"check":168,"severity":100,"summary":169},"Tool surface size","This is a single-tool extension (plugin with one main command).",{"category":77,"check":171,"severity":100,"summary":172},"Overlapping near-synonym tools","The plugin exposes a single primary command, so there are no overlapping near-synonym tools.",{"category":81,"check":174,"severity":61,"summary":175},"Phantom features","All features described in the README, such as language support and access classifications, are reflected in the SKILL.md and plugin manifest.",{"category":177,"check":178,"severity":61,"summary":179},"Install","Installation instruction","The README provides clear installation instructions and example usage commands.",{"category":181,"check":182,"severity":61,"summary":183},"Errors","Actionable error messages","The SKILL.md specifies that unparsable files are noted in the report, and the general approach suggests actionable error reporting for issues encountered during analysis.",{"category":185,"check":186,"severity":100,"summary":187},"Execution","Pinned dependencies","The plugin uses standard bash tools and does not appear to bundle or rely on third-party dependencies that require pinning.",{"category":70,"check":189,"severity":100,"summary":190},"Dry-run preview","The plugin is purely analytical and read-only, so a dry-run preview is not applicable.",{"category":192,"check":193,"severity":100,"summary":194},"Protocol","Idempotent retry & timeouts","The plugin is analytical and operates locally without remote calls, making idempotent retries and timeouts not applicable.",{"category":155,"check":196,"severity":61,"summary":197},"Telemetry opt-in","There is no mention of telemetry collection in the documentation, indicating that if any is present, it is not a default or explicitly documented feature.",{"category":77,"check":199,"severity":61,"summary":200},"Name collisions","The plugin's name and command are distinct and do not appear to collide with Claude Code built-ins or other common commands.",{"category":77,"check":202,"severity":100,"summary":203},"Hooks-off mechanism","This plugin does not appear to utilize hooks, making a hooks-off mechanism not applicable.",{"category":77,"check":205,"severity":100,"summary":206},"Hook matcher tightness","The plugin does not ship any hooks, so this check is not applicable.",{"category":103,"check":208,"severity":100,"summary":209},"Hook security","The plugin does not utilize hooks, so hook security measures are not applicable.",{"category":125,"check":211,"severity":100,"summary":212},"Silent prompt rewriting","The plugin does not employ `UserPromptSubmit` hooks, so silent prompt rewriting is not a concern.",{"category":103,"check":214,"severity":100,"summary":215},"Permission Hook","The plugin does not utilize `PermissionRequest` hooks.",{"category":155,"check":217,"severity":100,"summary":218},"Hook privacy","The plugin does not utilize hooks, so hook privacy regarding data transmission is not applicable.",{"category":142,"check":220,"severity":100,"summary":221},"Hook dependency","The plugin does not utilize hooks, thus there are no hook script dependencies to evaluate.",{"category":81,"check":223,"severity":61,"summary":224},"Feature Transparency","The README and SKILL.md clearly describe the plugin's functionality and scope, providing transparency about its features.",{"category":226,"check":227,"severity":61,"summary":228},"Convention","Layout convention adherence","The plugin follows standard Claude Code plugin structure with `plugin.json` in `.claude-plugin/` and a clear command definition, adhering to layout conventions.",{"category":226,"check":230,"severity":61,"summary":231},"Plugin state","The plugin operates on provided codebases and generates reports, with no indication of needing persistent state management under `${CLAUDE_PLUGIN_DATA}`.",{"category":103,"check":233,"severity":100,"summary":234},"Keychain-stored secrets","The plugin does not handle secrets, so routing them through `userConfig` is not applicable.",{"category":236,"check":237,"severity":100,"summary":238},"Dependencies","Tagged release sourcing","The plugin does not bundle any MCP servers, making this check not applicable.",{"category":240,"check":241,"severity":61,"summary":242},"Installation","Clean uninstall","The plugin appears to be a self-contained script execution and does not spawn background daemons or persistent processes, ensuring a clean uninstall.",1778698431953,"This plugin analyzes smart contract codebases (Solidity, Vyper, Solana, Move, TON, CosmWasm) to identify and classify state-changing entry points, generating structured reports to aid security audits. It focuses exclusively on functions that modify contract state and excludes read-only functions.",[246,247,248,249,250],"Detects state-changing entry points in smart contracts","Classifies functions by access level (public, role-restricted, contract-only)","Supports multiple smart contract languages (Solidity, Vyper, etc.)","Generates structured markdown audit reports","Excludes read-only functions from analysis",[252,253,254,255],"Detecting specific vulnerabilities or exploit patterns","Performing code quality or gas optimization analysis","Analyzing non-smart-contract codebases","Identifying read-only functions or data retrieval methods","To automate the identification and classification of state-changing entry points in smart contract codebases, thereby streamlining the security auditing process and highlighting the critical attack surface.","The plugin is well-documented, secure, and adheres to best practices for analyzing smart contract code. The primary areas for minor improvement are the issue response time and the lack of explicit documentation for potential (but unlikely) telemetry, though these do not detract significantly from its overall quality.",96,"A high-quality plugin for smart contract security auditing, providing focused analysis of state-changing entry points.",[30,31,32,33,34,261],"code-analysis",[263,264,265,266],"Initiating a smart contract security audit","Mapping the attack surface of a smart contract","Identifying privileged operations and role-based access controls","Finding all externally callable functions that can modify contract state",{"codeQuality":268,"collectedAt":270,"documentation":271,"maintenance":274,"security":281,"testCoverage":284},{"hasLockfile":269},true,1778698416369,{"descriptionLength":272,"readmeSize":273},227,7901,{"closedIssues90d":275,"forks":276,"hasChangelog":269,"manifestVersion":277,"openIssues90d":278,"pushedAt":279,"stars":280},4,455,"1.0.0",13,1778517916000,5161,{"hasNpmPackage":282,"license":283,"smitheryVerified":282},false,"CC-BY-SA-4.0",{"hasCi":269,"hasTests":269},{"updatedAt":286},1778698432076,{"basePath":288,"githubOwner":20,"githubRepo":21,"locale":22,"slug":16,"type":289},"plugins/entry-point-analyzer","plugin",{"_creationTime":291,"_id":292,"community":293,"display":294,"identity":297,"parentExtension":300,"providers":301,"relations":315,"tags":316,"workflow":317},1778698175626.309,"k17550d1ve8ghfmwc58xs69e3s86mn86",{"reviewCount":11},{"description":295,"installMethods":296,"name":20,"sourceUrl":17},"Claude Code plugins from Trail of Bits for enhanced AI-assisted security analysis and development",{"claudeCode":15},{"basePath":298,"githubOwner":20,"githubRepo":21,"locale":22,"slug":21,"type":299},"","marketplace",null,{"evaluate":302,"extract":310},{"promptVersionExtension":303,"promptVersionScoring":27,"score":304,"tags":305,"targetMarket":39,"tier":309},"3.1.0",75,[31,306,307,299,308],"development","analysis","plugins","community",{"commitSha":42,"marketplace":311,"plugin":313},{"name":20,"pluginCount":312},39,{"mcpCount":11,"provider":314,"skillCount":11},"classify",{"repoId":44},[307,306,299,308,31],{"evaluatedAt":318,"extractAt":48,"updatedAt":318},1778698203402,{"evaluate":320,"extract":322},{"promptVersionExtension":26,"promptVersionScoring":27,"score":258,"tags":321,"targetMarket":39,"tier":40},[30,31,32,33,34,261],{"commitSha":42,"plugin":323},{"mcpCount":11,"provider":314,"skillCount":324},1,{"parentExtensionId":292,"repoId":44},{"_creationTime":327,"_id":44,"identity":328,"providers":329,"workflow":2025},1778698169543.2075,{"githubOwner":20,"githubRepo":21,"sourceUrl":17},{"classify":330,"discover":2018,"github":2021},{"commitSha":42,"extensions":331},[332,345,358,373,404,417,428,441,452,463,474,489,502,537,548,558,569,580,593,604,617,634,649,688,717,730,747,777,788,801,812,823,836,847,858,891,904,915,933,951,972,980,1011,1018,1025,1033,1041,1049,1057,1067,1075,1083,1091,1099,1107,1115,1125,1132,1139,1163,1249,1260,1271,1286,1301,1308,1327,1336,1355,1361,1370,1384,1413,1421,1443,1450,1463,1474,1486,1525,1532,1539,1571,1579,1595,1602,1610,1618,1626,1634,1642,1650,1658,1666,1674,1682,1690,1698,1706,1728,1736,1746,1770,1784,1798,1812,1830,1841,1849,1857,1874,1883,1898,1932,2007],{"basePath":298,"description":295,"displayName":20,"installMethods":333,"rationale":334,"selectedPaths":335,"source":344,"sourceLanguage":22,"type":299},{"claudeCode":15},"marketplace.json at .claude-plugin/marketplace.json",[336,339,341],{"path":337,"priority":338},".claude-plugin/marketplace.json","mandatory",{"path":340,"priority":338},"README.md",{"path":342,"priority":343},"LICENSE","high","rule",{"basePath":346,"description":347,"displayName":348,"installMethods":349,"rationale":350,"selectedPaths":351,"source":344,"sourceLanguage":22,"type":289},"plugins/ask-questions-if-underspecified","Clarify ambiguous requirements by asking questions before implementing. Only when invoked explicitly.","ask-questions-if-underspecified",{"claudeCode":348},"plugin manifest at plugins/ask-questions-if-underspecified/.claude-plugin/plugin.json",[352,354,355],{"path":353,"priority":338},".claude-plugin/plugin.json",{"path":340,"priority":338},{"path":356,"priority":357},"skills/ask-questions-if-underspecified/SKILL.md","medium",{"basePath":359,"description":360,"displayName":361,"installMethods":362,"rationale":363,"selectedPaths":364,"source":344,"sourceLanguage":22,"type":289},"plugins/audit-context-building","Build deep architectural context through ultra-granular code analysis before vulnerability hunting","audit-context-building",{"claudeCode":361},"plugin manifest at plugins/audit-context-building/.claude-plugin/plugin.json",[365,366,367,369,371],{"path":353,"priority":338},{"path":340,"priority":338},{"path":368,"priority":357},"skills/audit-context-building/SKILL.md",{"path":370,"priority":343},"agents/function-analyzer.md",{"path":372,"priority":343},"commands/audit-context.md",{"basePath":374,"description":375,"displayName":376,"installMethods":377,"rationale":378,"selectedPaths":379,"source":344,"sourceLanguage":22,"type":289},"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":376},"plugin manifest at plugins/building-secure-contracts/.claude-plugin/plugin.json",[380,381,382,384,386,388,390,392,394,396,398,400,402],{"path":353,"priority":338},{"path":340,"priority":338},{"path":383,"priority":357},"skills/algorand-vulnerability-scanner/SKILL.md",{"path":385,"priority":357},"skills/audit-prep-assistant/SKILL.md",{"path":387,"priority":357},"skills/cairo-vulnerability-scanner/SKILL.md",{"path":389,"priority":357},"skills/code-maturity-assessor/SKILL.md",{"path":391,"priority":357},"skills/cosmos-vulnerability-scanner/SKILL.md",{"path":393,"priority":357},"skills/guidelines-advisor/SKILL.md",{"path":395,"priority":357},"skills/secure-workflow-guide/SKILL.md",{"path":397,"priority":357},"skills/solana-vulnerability-scanner/SKILL.md",{"path":399,"priority":357},"skills/substrate-vulnerability-scanner/SKILL.md",{"path":401,"priority":357},"skills/token-integration-analyzer/SKILL.md",{"path":403,"priority":357},"skills/ton-vulnerability-scanner/SKILL.md",{"basePath":405,"description":406,"displayName":407,"installMethods":408,"rationale":409,"selectedPaths":410,"source":344,"sourceLanguage":22,"type":289},"plugins/burpsuite-project-parser","Search and extract data from Burp Suite project files (.burp) for security analysis","burpsuite-project-parser",{"claudeCode":407},"plugin manifest at plugins/burpsuite-project-parser/.claude-plugin/plugin.json",[411,412,413,415],{"path":353,"priority":338},{"path":340,"priority":338},{"path":414,"priority":357},"skills/burpsuite-project-parser/SKILL.md",{"path":416,"priority":343},"commands/burp-search.md",{"basePath":418,"description":419,"displayName":420,"installMethods":421,"rationale":422,"selectedPaths":423,"source":344,"sourceLanguage":22,"type":289},"plugins/claude-in-chrome-troubleshooting","Diagnose and fix Claude in Chrome MCP extension connectivity issues","claude-in-chrome-troubleshooting",{"claudeCode":420},"plugin manifest at plugins/claude-in-chrome-troubleshooting/.claude-plugin/plugin.json",[424,425,426],{"path":353,"priority":338},{"path":340,"priority":338},{"path":427,"priority":357},"skills/claude-in-chrome-troubleshooting/SKILL.md",{"basePath":429,"description":430,"displayName":431,"installMethods":432,"rationale":433,"selectedPaths":434,"source":344,"sourceLanguage":22,"type":289},"plugins/constant-time-analysis","Detect compiler-induced timing side-channels in cryptographic code","constant-time-analysis",{"claudeCode":431},"plugin manifest at plugins/constant-time-analysis/.claude-plugin/plugin.json",[435,436,437,439],{"path":353,"priority":338},{"path":340,"priority":338},{"path":438,"priority":357},"skills/constant-time-analysis/SKILL.md",{"path":440,"priority":343},"commands/ct-check.md",{"basePath":442,"description":443,"displayName":444,"installMethods":445,"rationale":446,"selectedPaths":447,"source":344,"sourceLanguage":22,"type":289},"plugins/culture-index","Interprets Culture Index survey results for individuals and teams","culture-index",{"claudeCode":444},"plugin manifest at plugins/culture-index/.claude-plugin/plugin.json",[448,449,450],{"path":353,"priority":338},{"path":340,"priority":338},{"path":451,"priority":357},"skills/interpreting-culture-index/SKILL.md",{"basePath":453,"description":454,"displayName":455,"installMethods":456,"rationale":457,"selectedPaths":458,"source":344,"sourceLanguage":22,"type":289},"plugins/debug-buttercup","Debug Buttercup Kubernetes deployments","debug-buttercup",{"claudeCode":455},"plugin manifest at plugins/debug-buttercup/.claude-plugin/plugin.json",[459,460,461],{"path":353,"priority":338},{"path":340,"priority":338},{"path":462,"priority":357},"skills/debug-buttercup/SKILL.md",{"basePath":464,"description":465,"displayName":466,"installMethods":467,"rationale":468,"selectedPaths":469,"source":344,"sourceLanguage":22,"type":289},"plugins/devcontainer-setup","Create pre-configured devcontainers with Claude Code and language-specific tooling","devcontainer-setup",{"claudeCode":466},"plugin manifest at plugins/devcontainer-setup/.claude-plugin/plugin.json",[470,471,472],{"path":353,"priority":338},{"path":340,"priority":338},{"path":473,"priority":357},"skills/devcontainer-setup/SKILL.md",{"basePath":475,"description":476,"displayName":477,"installMethods":478,"rationale":479,"selectedPaths":480,"source":344,"sourceLanguage":22,"type":289},"plugins/differential-review","Security-focused differential review of code changes with git history analysis and blast radius estimation","differential-review",{"claudeCode":477},"plugin manifest at plugins/differential-review/.claude-plugin/plugin.json",[481,482,483,485,487],{"path":353,"priority":338},{"path":340,"priority":338},{"path":484,"priority":357},"skills/differential-review/SKILL.md",{"path":486,"priority":343},"agents/adversarial-modeler.md",{"path":488,"priority":343},"commands/diff-review.md",{"basePath":490,"description":491,"displayName":492,"installMethods":493,"rationale":494,"selectedPaths":495,"source":344,"sourceLanguage":22,"type":289},"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":492},"plugin manifest at plugins/firebase-apk-scanner/.claude-plugin/plugin.json",[496,497,498,500],{"path":353,"priority":338},{"path":340,"priority":338},{"path":499,"priority":357},"skills/firebase-apk-scanner/SKILL.md",{"path":501,"priority":343},"commands/scan-apk.md",{"basePath":503,"description":504,"displayName":505,"installMethods":506,"rationale":507,"selectedPaths":508,"source":344,"sourceLanguage":22,"type":289},"plugins/gh-cli","Intercepts GitHub URL fetches and curl/wget commands, redirecting to the authenticated gh CLI.","gh-cli",{"claudeCode":505},"plugin manifest at plugins/gh-cli/.claude-plugin/plugin.json",[509,510,511,513,515,517,519,521,523,525,527,529,531,533,535],{"path":353,"priority":338},{"path":340,"priority":338},{"path":512,"priority":343},"hooks/cleanup-clones.sh",{"path":514,"priority":343},"hooks/hooks.json",{"path":516,"priority":343},"hooks/intercept-github-curl.bats",{"path":518,"priority":343},"hooks/intercept-github-curl.sh",{"path":520,"priority":343},"hooks/intercept-github-fetch.bats",{"path":522,"priority":343},"hooks/intercept-github-fetch.sh",{"path":524,"priority":343},"hooks/persist-session-id.sh",{"path":526,"priority":343},"hooks/session-hooks.bats",{"path":528,"priority":343},"hooks/setup-shims.bats",{"path":530,"priority":343},"hooks/setup-shims.sh",{"path":532,"priority":343},"hooks/shims/gh",{"path":534,"priority":343},"hooks/shims/gh-shim.bats",{"path":536,"priority":343},"hooks/test_helper.bash",{"basePath":538,"description":539,"displayName":540,"installMethods":541,"rationale":542,"selectedPaths":543,"source":344,"sourceLanguage":22,"type":289},"plugins/dwarf-expert","Interact with and understand the DWARF debugging format","dwarf-expert",{"claudeCode":540},"plugin manifest at plugins/dwarf-expert/.claude-plugin/plugin.json",[544,545,546],{"path":353,"priority":338},{"path":340,"priority":338},{"path":547,"priority":357},"skills/dwarf-expert/SKILL.md",{"basePath":288,"description":51,"displayName":16,"installMethods":549,"rationale":550,"selectedPaths":551,"source":344,"sourceLanguage":22,"type":289},{"claudeCode":16},"plugin manifest at plugins/entry-point-analyzer/.claude-plugin/plugin.json",[552,553,554,556],{"path":353,"priority":338},{"path":340,"priority":338},{"path":555,"priority":357},"skills/entry-point-analyzer/SKILL.md",{"path":557,"priority":343},"commands/entry-points.md",{"basePath":559,"description":560,"displayName":561,"installMethods":562,"rationale":563,"selectedPaths":564,"source":344,"sourceLanguage":22,"type":289},"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":561},"plugin manifest at plugins/mutation-testing/.claude-plugin/plugin.json",[565,566,567],{"path":353,"priority":338},{"path":340,"priority":338},{"path":568,"priority":357},"skills/mutation-testing/SKILL.md",{"basePath":570,"description":571,"displayName":572,"installMethods":573,"rationale":574,"selectedPaths":575,"source":344,"sourceLanguage":22,"type":289},"plugins/property-based-testing","Property-based testing guidance for multiple languages and smart contracts","property-based-testing",{"claudeCode":572},"plugin manifest at plugins/property-based-testing/.claude-plugin/plugin.json",[576,577,578],{"path":353,"priority":338},{"path":340,"priority":338},{"path":579,"priority":357},"skills/property-based-testing/SKILL.md",{"basePath":581,"description":582,"displayName":583,"installMethods":584,"rationale":585,"selectedPaths":586,"source":344,"sourceLanguage":22,"type":289},"plugins/semgrep-rule-creator","Create custom Semgrep rules for detecting bug patterns and security vulnerabilities","semgrep-rule-creator",{"claudeCode":583},"plugin manifest at plugins/semgrep-rule-creator/.claude-plugin/plugin.json",[587,588,589,591],{"path":353,"priority":338},{"path":340,"priority":338},{"path":590,"priority":357},"skills/semgrep-rule-creator/SKILL.md",{"path":592,"priority":343},"commands/semgrep-rule.md",{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":344,"sourceLanguage":22,"type":289},"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":596},"plugin manifest at plugins/semgrep-rule-variant-creator/.claude-plugin/plugin.json",[600,601,602],{"path":353,"priority":338},{"path":340,"priority":338},{"path":603,"priority":357},"skills/semgrep-rule-variant-creator/SKILL.md",{"basePath":605,"description":606,"displayName":607,"installMethods":608,"rationale":609,"selectedPaths":610,"source":344,"sourceLanguage":22,"type":289},"plugins/sharp-edges","Identify error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes","sharp-edges",{"claudeCode":607},"plugin manifest at plugins/sharp-edges/.claude-plugin/plugin.json",[611,612,613,615],{"path":353,"priority":338},{"path":340,"priority":338},{"path":614,"priority":357},"skills/sharp-edges/SKILL.md",{"path":616,"priority":343},"agents/sharp-edges-analyzer.md",{"basePath":618,"description":619,"displayName":620,"installMethods":621,"rationale":622,"selectedPaths":623,"source":344,"sourceLanguage":22,"type":289},"plugins/static-analysis","Static analysis toolkit with CodeQL, Semgrep, and SARIF parsing for security vulnerability detection","static-analysis",{"claudeCode":620},"plugin manifest at plugins/static-analysis/.claude-plugin/plugin.json",[624,625,626,628,630,632],{"path":353,"priority":338},{"path":340,"priority":338},{"path":627,"priority":357},"skills/codeql/SKILL.md",{"path":629,"priority":357},"skills/sarif-parsing/SKILL.md",{"path":631,"priority":357},"skills/semgrep/SKILL.md",{"path":633,"priority":343},"agents/semgrep-scanner.md",{"basePath":635,"description":636,"displayName":637,"installMethods":638,"rationale":639,"selectedPaths":640,"source":344,"sourceLanguage":22,"type":289},"plugins/spec-to-code-compliance","Specification-to-code compliance checker for blockchain audits with evidence-based alignment analysis","spec-to-code-compliance",{"claudeCode":637},"plugin manifest at plugins/spec-to-code-compliance/.claude-plugin/plugin.json",[641,642,643,645,647],{"path":353,"priority":338},{"path":340,"priority":338},{"path":644,"priority":357},"skills/spec-to-code-compliance/SKILL.md",{"path":646,"priority":343},"agents/spec-compliance-checker.md",{"path":648,"priority":343},"commands/spec-compliance.md",{"basePath":650,"description":651,"displayName":652,"installMethods":653,"rationale":654,"selectedPaths":655,"source":344,"sourceLanguage":22,"type":289},"plugins/testing-handbook-skills","Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)","testing-handbook-skills",{"claudeCode":652},"plugin manifest at plugins/testing-handbook-skills/.claude-plugin/plugin.json",[656,657,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686],{"path":353,"priority":338},{"path":340,"priority":338},{"path":659,"priority":357},"skills/address-sanitizer/SKILL.md",{"path":661,"priority":357},"skills/aflpp/SKILL.md",{"path":663,"priority":357},"skills/atheris/SKILL.md",{"path":665,"priority":357},"skills/cargo-fuzz/SKILL.md",{"path":667,"priority":357},"skills/constant-time-testing/SKILL.md",{"path":669,"priority":357},"skills/coverage-analysis/SKILL.md",{"path":671,"priority":357},"skills/fuzzing-dictionary/SKILL.md",{"path":673,"priority":357},"skills/fuzzing-obstacles/SKILL.md",{"path":675,"priority":357},"skills/harness-writing/SKILL.md",{"path":677,"priority":357},"skills/libafl/SKILL.md",{"path":679,"priority":357},"skills/libfuzzer/SKILL.md",{"path":681,"priority":357},"skills/ossfuzz/SKILL.md",{"path":683,"priority":357},"skills/ruzzy/SKILL.md",{"path":685,"priority":357},"skills/testing-handbook-generator/SKILL.md",{"path":687,"priority":357},"skills/wycheproof/SKILL.md",{"basePath":689,"description":690,"displayName":691,"installMethods":692,"rationale":693,"selectedPaths":694,"source":344,"sourceLanguage":22,"type":289},"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":691},"plugin manifest at plugins/trailmark/.claude-plugin/plugin.json",[695,696,697,699,701,703,705,707,709,711,713,715],{"path":353,"priority":338},{"path":340,"priority":338},{"path":698,"priority":357},"skills/audit-augmentation/SKILL.md",{"path":700,"priority":357},"skills/crypto-protocol-diagram/SKILL.md",{"path":702,"priority":357},"skills/diagramming-code/SKILL.md",{"path":704,"priority":357},"skills/genotoxic/SKILL.md",{"path":706,"priority":357},"skills/graph-evolution/SKILL.md",{"path":708,"priority":357},"skills/mermaid-to-proverif/SKILL.md",{"path":710,"priority":357},"skills/trailmark/SKILL.md",{"path":712,"priority":357},"skills/trailmark-structural/SKILL.md",{"path":714,"priority":357},"skills/trailmark-summary/SKILL.md",{"path":716,"priority":357},"skills/vector-forge/SKILL.md",{"basePath":718,"description":719,"displayName":720,"installMethods":721,"rationale":722,"selectedPaths":723,"source":344,"sourceLanguage":22,"type":289},"plugins/variant-analysis","Find similar vulnerabilities and bugs across codebases using pattern-based analysis","variant-analysis",{"claudeCode":720},"plugin manifest at plugins/variant-analysis/.claude-plugin/plugin.json",[724,725,726,728],{"path":353,"priority":338},{"path":340,"priority":338},{"path":727,"priority":357},"skills/variant-analysis/SKILL.md",{"path":729,"priority":343},"commands/variants.md",{"basePath":731,"description":732,"displayName":733,"installMethods":734,"rationale":735,"selectedPaths":736,"source":344,"sourceLanguage":22,"type":289},"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":733},"plugin manifest at plugins/c-review/.claude-plugin/plugin.json",[737,738,739,741,743,745],{"path":353,"priority":338},{"path":340,"priority":338},{"path":740,"priority":357},"skills/c-review/SKILL.md",{"path":742,"priority":343},"agents/c-review-dedup-judge.md",{"path":744,"priority":343},"agents/c-review-fp-judge.md",{"path":746,"priority":343},"agents/c-review-worker.md",{"basePath":748,"description":749,"displayName":750,"installMethods":751,"rationale":752,"selectedPaths":753,"source":344,"sourceLanguage":22,"type":289},"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":750},"plugin manifest at plugins/modern-python/.claude-plugin/plugin.json",[754,755,756,758,759,760,761,763,765,767,769,771,773,775],{"path":353,"priority":338},{"path":340,"priority":338},{"path":757,"priority":357},"skills/modern-python/SKILL.md",{"path":514,"priority":343},{"path":528,"priority":343},{"path":530,"priority":343},{"path":762,"priority":343},"hooks/shims/pip",{"path":764,"priority":343},"hooks/shims/pip-shim.bats",{"path":766,"priority":343},"hooks/shims/pipx",{"path":768,"priority":343},"hooks/shims/pipx-shim.bats",{"path":770,"priority":343},"hooks/shims/python",{"path":772,"priority":343},"hooks/shims/python-shim.bats",{"path":774,"priority":343},"hooks/shims/uv",{"path":776,"priority":343},"hooks/shims/uv-shim.bats",{"basePath":778,"description":779,"displayName":780,"installMethods":781,"rationale":782,"selectedPaths":783,"source":344,"sourceLanguage":22,"type":289},"plugins/insecure-defaults","Detects insecure default configurations including hardcoded credentials, fallback secrets, weak authentication defaults, and dangerous values in production","insecure-defaults",{"claudeCode":780},"plugin manifest at plugins/insecure-defaults/.claude-plugin/plugin.json",[784,785,786],{"path":353,"priority":338},{"path":340,"priority":338},{"path":787,"priority":357},"skills/insecure-defaults/SKILL.md",{"basePath":789,"description":790,"displayName":791,"installMethods":792,"rationale":793,"selectedPaths":794,"source":344,"sourceLanguage":22,"type":289},"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":791},"plugin manifest at plugins/second-opinion/.claude-plugin/plugin.json",[795,796,797,799],{"path":353,"priority":338},{"path":340,"priority":338},{"path":798,"priority":357},"skills/second-opinion/SKILL.md",{"path":800,"priority":338},".mcp.json",{"basePath":802,"description":803,"displayName":804,"installMethods":805,"rationale":806,"selectedPaths":807,"source":344,"sourceLanguage":22,"type":289},"plugins/yara-authoring","YARA-X detection rule authoring with linting and quality analysis","yara-authoring",{"claudeCode":804},"plugin manifest at plugins/yara-authoring/.claude-plugin/plugin.json",[808,809,810],{"path":353,"priority":338},{"path":340,"priority":338},{"path":811,"priority":357},"skills/yara-rule-authoring/SKILL.md",{"basePath":813,"description":814,"displayName":815,"installMethods":816,"rationale":817,"selectedPaths":818,"source":344,"sourceLanguage":22,"type":289},"plugins/git-cleanup","Safely analyzes and cleans up local git branches and worktrees by categorizing them as merged, squash-merged, superseded, or active work.","git-cleanup",{"claudeCode":815},"plugin manifest at plugins/git-cleanup/.claude-plugin/plugin.json",[819,820,821],{"path":353,"priority":338},{"path":340,"priority":338},{"path":822,"priority":357},"skills/git-cleanup/SKILL.md",{"basePath":824,"description":825,"displayName":826,"installMethods":827,"rationale":828,"selectedPaths":829,"source":344,"sourceLanguage":22,"type":289},"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":826},"plugin manifest at plugins/workflow-skill-design/.claude-plugin/plugin.json",[830,831,832,834],{"path":353,"priority":338},{"path":340,"priority":338},{"path":833,"priority":357},"skills/designing-workflow-skills/SKILL.md",{"path":835,"priority":343},"agents/workflow-skill-reviewer.md",{"basePath":837,"description":838,"displayName":839,"installMethods":840,"rationale":841,"selectedPaths":842,"source":344,"sourceLanguage":22,"type":289},"plugins/seatbelt-sandboxer","Generate minimal macOS Seatbelt sandbox configurations for applications","seatbelt-sandboxer",{"claudeCode":839},"plugin manifest at plugins/seatbelt-sandboxer/.claude-plugin/plugin.json",[843,844,845],{"path":353,"priority":338},{"path":340,"priority":338},{"path":846,"priority":357},"skills/seatbelt-sandboxer/SKILL.md",{"basePath":848,"description":849,"displayName":850,"installMethods":851,"rationale":852,"selectedPaths":853,"source":344,"sourceLanguage":22,"type":289},"plugins/supply-chain-risk-auditor","Audit supply-chain threat landscape of project dependencies for exploitation or takeover risk","supply-chain-risk-auditor",{"claudeCode":850},"plugin manifest at plugins/supply-chain-risk-auditor/.claude-plugin/plugin.json",[854,855,856],{"path":353,"priority":338},{"path":340,"priority":338},{"path":857,"priority":357},"skills/supply-chain-risk-auditor/SKILL.md",{"basePath":859,"description":860,"displayName":861,"installMethods":862,"rationale":863,"selectedPaths":864,"source":344,"sourceLanguage":22,"type":289},"plugins/zeroize-audit","Detects missing or compiler-optimized zeroization of sensitive data with assembly and control-flow analysis","zeroize-audit",{"claudeCode":861},"plugin manifest at plugins/zeroize-audit/.claude-plugin/plugin.json",[865,866,867,869,871,873,875,877,879,881,883,885,887,889],{"path":353,"priority":338},{"path":340,"priority":338},{"path":868,"priority":357},"skills/zeroize-audit/SKILL.md",{"path":870,"priority":343},"agents/0-preflight.md",{"path":872,"priority":343},"agents/1-mcp-resolver.md",{"path":874,"priority":343},"agents/2-source-analyzer.md",{"path":876,"priority":343},"agents/2b-rust-source-analyzer.md",{"path":878,"priority":343},"agents/3-tu-compiler-analyzer.md",{"path":880,"priority":343},"agents/3b-rust-compiler-analyzer.md",{"path":882,"priority":343},"agents/4-report-assembler.md",{"path":884,"priority":343},"agents/5-poc-generator.md",{"path":886,"priority":343},"agents/5b-poc-validator.md",{"path":888,"priority":343},"agents/5c-poc-verifier.md",{"path":890,"priority":343},"agents/6-test-generator.md",{"basePath":892,"description":893,"displayName":894,"installMethods":895,"rationale":896,"selectedPaths":897,"source":344,"sourceLanguage":22,"type":289},"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":894},"plugin manifest at plugins/let-fate-decide/.claude-plugin/plugin.json",[898,899,900,902],{"path":353,"priority":338},{"path":340,"priority":338},{"path":901,"priority":357},"skills/let-fate-decide/SKILL.md",{"path":903,"priority":343},"agents/draw.md",{"basePath":905,"description":906,"displayName":907,"installMethods":908,"rationale":909,"selectedPaths":910,"source":344,"sourceLanguage":22,"type":289},"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":907},"plugin manifest at plugins/agentic-actions-auditor/.claude-plugin/plugin.json",[911,912,913],{"path":353,"priority":338},{"path":340,"priority":338},{"path":914,"priority":357},"skills/agentic-actions-auditor/SKILL.md",{"basePath":916,"description":917,"displayName":918,"installMethods":919,"rationale":920,"selectedPaths":921,"source":344,"sourceLanguage":22,"type":289},"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":918},"plugin manifest at plugins/skill-improver/.claude-plugin/plugin.json",[922,923,924,926,928,930,931],{"path":353,"priority":338},{"path":340,"priority":338},{"path":925,"priority":357},"skills/skill-improver/SKILL.md",{"path":927,"priority":343},"commands/cancel-skill-improver.md",{"path":929,"priority":343},"commands/skill-improver.md",{"path":514,"priority":343},{"path":932,"priority":343},"hooks/stop-hook.sh",{"basePath":934,"description":935,"displayName":936,"installMethods":937,"rationale":938,"selectedPaths":939,"source":344,"sourceLanguage":22,"type":289},"plugins/fp-check","Systematic false positive verification for security bug analysis with mandatory gate reviews","fp-check",{"claudeCode":936},"plugin manifest at plugins/fp-check/.claude-plugin/plugin.json",[940,941,942,944,946,948,950],{"path":353,"priority":338},{"path":340,"priority":338},{"path":943,"priority":357},"skills/fp-check/SKILL.md",{"path":945,"priority":343},"agents/data-flow-analyzer.md",{"path":947,"priority":343},"agents/exploitability-verifier.md",{"path":949,"priority":343},"agents/poc-builder.md",{"path":514,"priority":343},{"basePath":952,"description":953,"displayName":954,"installMethods":955,"rationale":956,"selectedPaths":957,"source":344,"sourceLanguage":22,"type":289},"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":954},"plugin manifest at plugins/dimensional-analysis/.claude-plugin/plugin.json",[958,959,960,962,964,966,968,970],{"path":353,"priority":338},{"path":340,"priority":338},{"path":961,"priority":357},"skills/dimensional-analysis/SKILL.md",{"path":963,"priority":343},"agents/arithmetic-scanner.md",{"path":965,"priority":343},"agents/dimension-annotator.md",{"path":967,"priority":343},"agents/dimension-discoverer.md",{"path":969,"priority":343},"agents/dimension-propagator.md",{"path":971,"priority":343},"agents/dimension-validator.md",{"basePath":973,"description":974,"displayName":505,"installMethods":975,"rationale":976,"selectedPaths":977,"source":344,"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",[978],{"path":979,"priority":338},"SKILL.md",{"basePath":981,"description":982,"displayName":907,"installMethods":983,"rationale":984,"selectedPaths":985,"source":344,"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",[986,987,989,991,993,995,997,999,1001,1003,1005,1007,1009],{"path":979,"priority":338},{"path":988,"priority":357},"references/action-profiles.md",{"path":990,"priority":357},"references/cross-file-resolution.md",{"path":992,"priority":357},"references/foundations.md",{"path":994,"priority":357},"references/vector-a-env-var-intermediary.md",{"path":996,"priority":357},"references/vector-b-direct-expression-injection.md",{"path":998,"priority":357},"references/vector-c-cli-data-fetch.md",{"path":1000,"priority":357},"references/vector-d-pr-target-checkout.md",{"path":1002,"priority":357},"references/vector-e-error-log-injection.md",{"path":1004,"priority":357},"references/vector-f-subshell-expansion.md",{"path":1006,"priority":357},"references/vector-g-eval-of-ai-output.md",{"path":1008,"priority":357},"references/vector-h-dangerous-sandbox-configs.md",{"path":1010,"priority":357},"references/vector-i-wildcard-allowlists.md",{"basePath":1012,"description":1013,"displayName":348,"installMethods":1014,"rationale":1015,"selectedPaths":1016,"source":344,"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",[1017],{"path":979,"priority":338},{"basePath":1019,"description":1020,"displayName":361,"installMethods":1021,"rationale":1022,"selectedPaths":1023,"source":344,"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",[1024],{"path":979,"priority":338},{"basePath":1026,"description":1027,"displayName":1028,"installMethods":1029,"rationale":1030,"selectedPaths":1031,"source":344,"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",[1032],{"path":979,"priority":338},{"basePath":1034,"description":1035,"displayName":1036,"installMethods":1037,"rationale":1038,"selectedPaths":1039,"source":344,"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",[1040],{"path":979,"priority":338},{"basePath":1042,"description":1043,"displayName":1044,"installMethods":1045,"rationale":1046,"selectedPaths":1047,"source":344,"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",[1048],{"path":979,"priority":338},{"basePath":1050,"description":1051,"displayName":1052,"installMethods":1053,"rationale":1054,"selectedPaths":1055,"source":344,"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",[1056],{"path":979,"priority":338},{"basePath":1058,"description":1059,"displayName":1060,"installMethods":1061,"rationale":1062,"selectedPaths":1063,"source":344,"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",[1064,1065],{"path":979,"priority":338},{"path":1066,"priority":357},"CHANGELOG.md",{"basePath":1068,"description":1069,"displayName":1070,"installMethods":1071,"rationale":1072,"selectedPaths":1073,"source":344,"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",[1074],{"path":979,"priority":338},{"basePath":1076,"description":1077,"displayName":1078,"installMethods":1079,"rationale":1080,"selectedPaths":1081,"source":344,"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",[1082],{"path":979,"priority":338},{"basePath":1084,"description":1085,"displayName":1086,"installMethods":1087,"rationale":1088,"selectedPaths":1089,"source":344,"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",[1090],{"path":979,"priority":338},{"basePath":1092,"description":1093,"displayName":1094,"installMethods":1095,"rationale":1096,"selectedPaths":1097,"source":344,"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",[1098],{"path":979,"priority":338},{"basePath":1100,"description":1101,"displayName":1102,"installMethods":1103,"rationale":1104,"selectedPaths":1105,"source":344,"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",[1106],{"path":979,"priority":338},{"basePath":1108,"description":1109,"displayName":1110,"installMethods":1111,"rationale":1112,"selectedPaths":1113,"source":344,"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",[1114],{"path":979,"priority":338},{"basePath":1116,"description":1117,"displayName":407,"installMethods":1118,"rationale":1119,"selectedPaths":1120,"source":344,"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",[1121,1122],{"path":979,"priority":338},{"path":1123,"priority":1124},"scripts/burp-search.sh","low",{"basePath":1126,"description":1127,"displayName":733,"installMethods":1128,"rationale":1129,"selectedPaths":1130,"source":344,"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",[1131],{"path":979,"priority":338},{"basePath":1133,"description":1134,"displayName":420,"installMethods":1135,"rationale":1136,"selectedPaths":1137,"source":344,"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",[1138],{"path":979,"priority":338},{"basePath":1140,"description":1141,"displayName":431,"installMethods":1142,"rationale":1143,"selectedPaths":1144,"source":344,"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",[1145,1146,1147,1149,1151,1153,1155,1157,1159,1161],{"path":979,"priority":338},{"path":340,"priority":343},{"path":1148,"priority":357},"references/compiled.md",{"path":1150,"priority":357},"references/javascript.md",{"path":1152,"priority":357},"references/kotlin.md",{"path":1154,"priority":357},"references/php.md",{"path":1156,"priority":357},"references/python.md",{"path":1158,"priority":357},"references/ruby.md",{"path":1160,"priority":357},"references/swift.md",{"path":1162,"priority":357},"references/vm-compiled.md",{"basePath":1164,"description":1165,"displayName":1166,"installMethods":1167,"rationale":1168,"selectedPaths":1169,"source":344,"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",[1170,1171,1173,1175,1177,1179,1181,1183,1185,1187,1189,1191,1193,1195,1197,1199,1201,1203,1205,1207,1209,1211,1213,1215,1217,1219,1221,1223,1225,1227,1229,1231,1233,1235,1237,1239,1241,1243,1245,1247],{"path":979,"priority":338},{"path":1172,"priority":357},"references/anti-patterns.md",{"path":1174,"priority":357},"references/archetype-administrator.md",{"path":1176,"priority":357},"references/archetype-coordinator.md",{"path":1178,"priority":357},"references/archetype-craftsman.md",{"path":1180,"priority":357},"references/archetype-daredevil.md",{"path":1182,"priority":357},"references/archetype-debater.md",{"path":1184,"priority":357},"references/archetype-facilitator.md",{"path":1186,"priority":357},"references/archetype-influencer.md",{"path":1188,"priority":357},"references/archetype-operator.md",{"path":1190,"priority":357},"references/archetype-persuader.md",{"path":1192,"priority":357},"references/archetype-philosopher.md",{"path":1194,"priority":357},"references/archetype-rainmaker.md",{"path":1196,"priority":357},"references/archetype-scholar.md",{"path":1198,"priority":357},"references/archetype-socializer.md",{"path":1200,"priority":357},"references/archetype-specialist.md",{"path":1202,"priority":357},"references/archetype-technical-expert.md",{"path":1204,"priority":357},"references/archetype-traditionalist.md",{"path":1206,"priority":357},"references/archetype-trailblazer.md",{"path":1208,"priority":357},"references/conversation-starters.md",{"path":1210,"priority":357},"references/interview-trait-signals.md",{"path":1212,"priority":357},"references/motivators.md",{"path":1214,"priority":357},"references/patterns-archetypes.md",{"path":1216,"priority":357},"references/primary-traits.md",{"path":1218,"priority":357},"references/secondary-traits.md",{"path":1220,"priority":357},"references/team-composition.md",{"path":1222,"priority":1124},"scripts/check_deps.py",{"path":1224,"priority":1124},"scripts/culture_index/__init__.py",{"path":1226,"priority":1124},"scripts/culture_index/constants.py",{"path":1228,"priority":1124},"scripts/culture_index/extract.py",{"path":1230,"priority":1124},"scripts/culture_index/models.py",{"path":1232,"priority":1124},"scripts/culture_index/opencv_extractor.py",{"path":1234,"priority":1124},"scripts/extract_pdf.py",{"path":1236,"priority":1124},"scripts/pyproject.toml",{"path":1238,"priority":1124},"templates/burnout-report.md",{"path":1240,"priority":1124},"templates/comparison-report.md",{"path":1242,"priority":1124},"templates/hiring-profile.md",{"path":1244,"priority":1124},"templates/individual-report.md",{"path":1246,"priority":1124},"templates/predicted-profile.md",{"path":1248,"priority":1124},"templates/team-report.md",{"basePath":1250,"description":1251,"displayName":455,"installMethods":1252,"rationale":1253,"selectedPaths":1254,"source":344,"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",[1255,1256,1258],{"path":979,"priority":338},{"path":1257,"priority":357},"references/failure-patterns.md",{"path":1259,"priority":1124},"scripts/diagnose.sh",{"basePath":1261,"description":1262,"displayName":466,"installMethods":1263,"rationale":1264,"selectedPaths":1265,"source":344,"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",[1266,1267,1269],{"path":979,"priority":338},{"path":1268,"priority":357},"references/dockerfile-best-practices.md",{"path":1270,"priority":357},"references/features-vs-dockerfile.md",{"basePath":1272,"description":1273,"displayName":477,"installMethods":1274,"rationale":1275,"selectedPaths":1276,"source":344,"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",[1277,1278,1280,1282,1284],{"path":979,"priority":338},{"path":1279,"priority":357},"adversarial.md",{"path":1281,"priority":357},"methodology.md",{"path":1283,"priority":357},"patterns.md",{"path":1285,"priority":357},"reporting.md",{"basePath":1287,"description":1288,"displayName":954,"installMethods":1289,"rationale":1290,"selectedPaths":1291,"source":344,"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",[1292,1293,1295,1297,1299],{"path":979,"priority":338},{"path":1294,"priority":357},"references/annotate.md",{"path":1296,"priority":357},"references/bug-patterns.md",{"path":1298,"priority":357},"references/common-dimensions.md",{"path":1300,"priority":357},"references/dimension-algebra.md",{"basePath":1302,"description":1303,"displayName":540,"installMethods":1304,"rationale":1305,"selectedPaths":1306,"source":344,"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",[1307],{"path":979,"priority":338},{"basePath":19,"description":13,"displayName":16,"installMethods":1309,"rationale":1310,"selectedPaths":1311,"source":344,"sourceLanguage":22,"type":23},{"claudeCode":15},"SKILL.md frontmatter at plugins/entry-point-analyzer/skills/entry-point-analyzer/SKILL.md",[1312,1313,1315,1317,1319,1321,1323,1325],{"path":979,"priority":338},{"path":1314,"priority":357},"references/cosmwasm.md",{"path":1316,"priority":357},"references/move-aptos.md",{"path":1318,"priority":357},"references/move-sui.md",{"path":1320,"priority":357},"references/solana.md",{"path":1322,"priority":357},"references/solidity.md",{"path":1324,"priority":357},"references/ton.md",{"path":1326,"priority":357},"references/vyper.md",{"basePath":1328,"description":1329,"displayName":492,"installMethods":1330,"rationale":1331,"selectedPaths":1332,"source":344,"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",[1333,1334],{"path":979,"priority":338},{"path":1335,"priority":357},"references/vulnerabilities.md",{"basePath":1337,"description":1338,"displayName":936,"installMethods":1339,"rationale":1340,"selectedPaths":1341,"source":344,"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",[1342,1343,1345,1347,1349,1351,1353],{"path":979,"priority":338},{"path":1344,"priority":357},"references/bug-class-verification.md",{"path":1346,"priority":357},"references/deep-verification.md",{"path":1348,"priority":357},"references/evidence-templates.md",{"path":1350,"priority":357},"references/false-positive-patterns.md",{"path":1352,"priority":357},"references/gate-reviews.md",{"path":1354,"priority":357},"references/standard-verification.md",{"basePath":1356,"description":814,"displayName":815,"installMethods":1357,"rationale":1358,"selectedPaths":1359,"source":344,"sourceLanguage":22,"type":23},"plugins/git-cleanup/skills/git-cleanup",{"claudeCode":15},"SKILL.md frontmatter at plugins/git-cleanup/skills/git-cleanup/SKILL.md",[1360],{"path":979,"priority":338},{"basePath":1362,"description":1363,"displayName":780,"installMethods":1364,"rationale":1365,"selectedPaths":1366,"source":344,"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",[1367,1368],{"path":979,"priority":338},{"path":1369,"priority":357},"references/examples.md",{"basePath":1371,"description":1372,"displayName":894,"installMethods":1373,"rationale":1374,"selectedPaths":1375,"source":344,"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",[1376,1377,1379,1381,1382],{"path":979,"priority":338},{"path":1378,"priority":357},"references/INTERPRETATION_GUIDE.md",{"path":1380,"priority":1124},"scripts/draw_cards.py",{"path":1236,"priority":1124},{"path":1383,"priority":1124},"scripts/test_draw_cards.py",{"basePath":1385,"description":1386,"displayName":750,"installMethods":1387,"rationale":1388,"selectedPaths":1389,"source":344,"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",[1390,1391,1393,1395,1397,1399,1401,1403,1405,1407,1409,1411],{"path":979,"priority":338},{"path":1392,"priority":357},"references/dependabot.md",{"path":1394,"priority":357},"references/migration-checklist.md",{"path":1396,"priority":357},"references/pep723-scripts.md",{"path":1398,"priority":357},"references/prek.md",{"path":1400,"priority":357},"references/pyproject.md",{"path":1402,"priority":357},"references/ruff-config.md",{"path":1404,"priority":357},"references/security-setup.md",{"path":1406,"priority":357},"references/testing.md",{"path":1408,"priority":357},"references/uv-commands.md",{"path":1410,"priority":1124},"templates/dependabot.yml",{"path":1412,"priority":1124},"templates/pre-commit-config.yaml",{"basePath":1414,"description":560,"displayName":561,"installMethods":1415,"rationale":1416,"selectedPaths":1417,"source":344,"sourceLanguage":22,"type":23},"plugins/mutation-testing/skills/mutation-testing",{"claudeCode":15},"SKILL.md frontmatter at plugins/mutation-testing/skills/mutation-testing/SKILL.md",[1418,1419],{"path":979,"priority":338},{"path":1420,"priority":357},"references/optimization-strategies.md",{"basePath":1422,"description":1423,"displayName":572,"installMethods":1424,"rationale":1425,"selectedPaths":1426,"source":344,"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",[1427,1428,1429,1431,1433,1435,1437,1439,1441],{"path":979,"priority":338},{"path":340,"priority":343},{"path":1430,"priority":357},"references/design.md",{"path":1432,"priority":357},"references/generating.md",{"path":1434,"priority":357},"references/interpreting-failures.md",{"path":1436,"priority":357},"references/libraries.md",{"path":1438,"priority":357},"references/refactoring.md",{"path":1440,"priority":357},"references/reviewing.md",{"path":1442,"priority":357},"references/strategies.md",{"basePath":1444,"description":1445,"displayName":839,"installMethods":1446,"rationale":1447,"selectedPaths":1448,"source":344,"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",[1449],{"path":979,"priority":338},{"basePath":1451,"description":1452,"displayName":791,"installMethods":1453,"rationale":1454,"selectedPaths":1455,"source":344,"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",[1456,1457,1459,1461],{"path":979,"priority":338},{"path":1458,"priority":357},"references/codex-invocation.md",{"path":1460,"priority":357},"references/codex-review-schema.json",{"path":1462,"priority":357},"references/gemini-invocation.md",{"basePath":1464,"description":1465,"displayName":583,"installMethods":1466,"rationale":1467,"selectedPaths":1468,"source":344,"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",[1469,1470,1472],{"path":979,"priority":338},{"path":1471,"priority":357},"references/quick-reference.md",{"path":1473,"priority":357},"references/workflow.md",{"basePath":1475,"description":1476,"displayName":596,"installMethods":1477,"rationale":1478,"selectedPaths":1479,"source":344,"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",[1480,1481,1483,1485],{"path":979,"priority":338},{"path":1482,"priority":357},"references/applicability-analysis.md",{"path":1484,"priority":357},"references/language-syntax-guide.md",{"path":1473,"priority":357},{"basePath":1487,"description":1488,"displayName":607,"installMethods":1489,"rationale":1490,"selectedPaths":1491,"source":344,"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",[1492,1493,1495,1497,1499,1501,1503,1505,1507,1509,1511,1513,1515,1517,1519,1521,1523],{"path":979,"priority":338},{"path":1494,"priority":357},"references/auth-patterns.md",{"path":1496,"priority":357},"references/case-studies.md",{"path":1498,"priority":357},"references/config-patterns.md",{"path":1500,"priority":357},"references/crypto-apis.md",{"path":1502,"priority":357},"references/lang-c.md",{"path":1504,"priority":357},"references/lang-csharp.md",{"path":1506,"priority":357},"references/lang-go.md",{"path":1508,"priority":357},"references/lang-java.md",{"path":1510,"priority":357},"references/lang-javascript.md",{"path":1512,"priority":357},"references/lang-kotlin.md",{"path":1514,"priority":357},"references/lang-php.md",{"path":1516,"priority":357},"references/lang-python.md",{"path":1518,"priority":357},"references/lang-ruby.md",{"path":1520,"priority":357},"references/lang-rust.md",{"path":1522,"priority":357},"references/lang-swift.md",{"path":1524,"priority":357},"references/language-specific.md",{"basePath":1526,"description":1527,"displayName":918,"installMethods":1528,"rationale":1529,"selectedPaths":1530,"source":344,"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",[1531],{"path":979,"priority":338},{"basePath":1533,"description":1534,"displayName":637,"installMethods":1535,"rationale":1536,"selectedPaths":1537,"source":344,"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",[1538],{"path":979,"priority":338},{"basePath":1540,"description":1541,"displayName":1542,"installMethods":1543,"rationale":1544,"selectedPaths":1545,"source":344,"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",[1546,1547,1549,1551,1553,1555,1557,1559,1561,1563,1565,1567,1569],{"path":979,"priority":338},{"path":1548,"priority":357},"references/build-fixes.md",{"path":1550,"priority":357},"references/diagnostic-query-templates.md",{"path":1552,"priority":357},"references/extension-yaml-format.md",{"path":1554,"priority":357},"references/important-only-suite.md",{"path":1556,"priority":357},"references/language-details.md",{"path":1558,"priority":357},"references/macos-arm64e-workaround.md",{"path":1560,"priority":357},"references/performance-tuning.md",{"path":1562,"priority":357},"references/quality-assessment.md",{"path":1564,"priority":357},"references/ruleset-catalog.md",{"path":1566,"priority":357},"references/run-all-suite.md",{"path":1568,"priority":357},"references/sarif-processing.md",{"path":1570,"priority":357},"references/threat-models.md",{"basePath":1572,"description":1573,"displayName":1574,"installMethods":1575,"rationale":1576,"selectedPaths":1577,"source":344,"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",[1578],{"path":979,"priority":338},{"basePath":1580,"description":1581,"displayName":1582,"installMethods":1583,"rationale":1584,"selectedPaths":1585,"source":344,"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",[1586,1587,1589,1591,1593],{"path":979,"priority":338},{"path":1588,"priority":357},"references/rulesets.md",{"path":1590,"priority":357},"references/scan-modes.md",{"path":1592,"priority":357},"references/scanner-task-prompt.md",{"path":1594,"priority":1124},"scripts/merge_sarif.py",{"basePath":1596,"description":1597,"displayName":850,"installMethods":1598,"rationale":1599,"selectedPaths":1600,"source":344,"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",[1601],{"path":979,"priority":338},{"basePath":1603,"description":1604,"displayName":1605,"installMethods":1606,"rationale":1607,"selectedPaths":1608,"source":344,"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",[1609],{"path":979,"priority":338},{"basePath":1611,"description":1612,"displayName":1613,"installMethods":1614,"rationale":1615,"selectedPaths":1616,"source":344,"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",[1617],{"path":979,"priority":338},{"basePath":1619,"description":1620,"displayName":1621,"installMethods":1622,"rationale":1623,"selectedPaths":1624,"source":344,"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",[1625],{"path":979,"priority":338},{"basePath":1627,"description":1628,"displayName":1629,"installMethods":1630,"rationale":1631,"selectedPaths":1632,"source":344,"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",[1633],{"path":979,"priority":338},{"basePath":1635,"description":1636,"displayName":1637,"installMethods":1638,"rationale":1639,"selectedPaths":1640,"source":344,"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",[1641],{"path":979,"priority":338},{"basePath":1643,"description":1644,"displayName":1645,"installMethods":1646,"rationale":1647,"selectedPaths":1648,"source":344,"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",[1649],{"path":979,"priority":338},{"basePath":1651,"description":1652,"displayName":1653,"installMethods":1654,"rationale":1655,"selectedPaths":1656,"source":344,"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",[1657],{"path":979,"priority":338},{"basePath":1659,"description":1660,"displayName":1661,"installMethods":1662,"rationale":1663,"selectedPaths":1664,"source":344,"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",[1665],{"path":979,"priority":338},{"basePath":1667,"description":1668,"displayName":1669,"installMethods":1670,"rationale":1671,"selectedPaths":1672,"source":344,"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",[1673],{"path":979,"priority":338},{"basePath":1675,"description":1676,"displayName":1677,"installMethods":1678,"rationale":1679,"selectedPaths":1680,"source":344,"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",[1681],{"path":979,"priority":338},{"basePath":1683,"description":1684,"displayName":1685,"installMethods":1686,"rationale":1687,"selectedPaths":1688,"source":344,"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",[1689],{"path":979,"priority":338},{"basePath":1691,"description":1692,"displayName":1693,"installMethods":1694,"rationale":1695,"selectedPaths":1696,"source":344,"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",[1697],{"path":979,"priority":338},{"basePath":1699,"description":1700,"displayName":1701,"installMethods":1702,"rationale":1703,"selectedPaths":1704,"source":344,"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",[1705],{"path":979,"priority":338},{"basePath":1707,"description":1708,"displayName":1709,"installMethods":1710,"rationale":1711,"selectedPaths":1712,"source":344,"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",[1713,1714,1716,1718,1720,1722,1724,1726],{"path":979,"priority":338},{"path":1715,"priority":357},"agent-prompt.md",{"path":1717,"priority":357},"discovery.md",{"path":1719,"priority":1124},"templates/domain-skill.md",{"path":1721,"priority":1124},"templates/fuzzer-skill.md",{"path":1723,"priority":1124},"templates/technique-skill.md",{"path":1725,"priority":1124},"templates/tool-skill.md",{"path":1727,"priority":357},"testing.md",{"basePath":1729,"description":1730,"displayName":1731,"installMethods":1732,"rationale":1733,"selectedPaths":1734,"source":344,"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",[1735],{"path":979,"priority":338},{"basePath":1737,"description":1738,"displayName":1739,"installMethods":1740,"rationale":1741,"selectedPaths":1742,"source":344,"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",[1743,1744],{"path":979,"priority":338},{"path":1745,"priority":357},"references/formats.md",{"basePath":1747,"description":1748,"displayName":1749,"installMethods":1750,"rationale":1751,"selectedPaths":1752,"source":344,"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",[1753,1754,1756,1758,1760,1762,1764,1766,1768],{"path":979,"priority":338},{"path":1755,"priority":1124},"examples/simple-handshake/expected-output.md",{"path":1757,"priority":1124},"examples/simple-handshake/protocol.py",{"path":1759,"priority":1124},"examples/simple-proverif/expected-output.md",{"path":1761,"priority":1124},"examples/simple-proverif/model.pv",{"path":1763,"priority":357},"references/ascii-sequence-diagram.md",{"path":1765,"priority":357},"references/mermaid-sequence-syntax.md",{"path":1767,"priority":357},"references/protocol-patterns.md",{"path":1769,"priority":357},"references/spec-parsing-patterns.md",{"basePath":1771,"description":1772,"displayName":1773,"installMethods":1774,"rationale":1775,"selectedPaths":1776,"source":344,"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",[1777,1778,1780,1782],{"path":979,"priority":338},{"path":1779,"priority":357},"references/diagram-types.md",{"path":1781,"priority":357},"references/mermaid-syntax.md",{"path":1783,"priority":1124},"scripts/diagram.py",{"basePath":1785,"description":1786,"displayName":1787,"installMethods":1788,"rationale":1789,"selectedPaths":1790,"source":344,"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",[1791,1792,1794,1796],{"path":979,"priority":338},{"path":1793,"priority":357},"references/graph-analysis.md",{"path":1795,"priority":357},"references/mutation-frameworks.md",{"path":1797,"priority":357},"references/triage-methodology.md",{"basePath":1799,"description":1800,"displayName":1801,"installMethods":1802,"rationale":1803,"selectedPaths":1804,"source":344,"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",[1805,1806,1808,1810],{"path":979,"priority":338},{"path":1807,"priority":357},"references/evolution-metrics.md",{"path":1809,"priority":357},"references/report-format.md",{"path":1811,"priority":1124},"scripts/graph_diff.py",{"basePath":1813,"description":1814,"displayName":1815,"installMethods":1816,"rationale":1817,"selectedPaths":1818,"source":344,"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",[1819,1820,1822,1824,1826,1828],{"path":979,"priority":338},{"path":1821,"priority":1124},"examples/simple-handshake/diagram.md",{"path":1823,"priority":1124},"examples/simple-handshake/sample-output.pv",{"path":1825,"priority":357},"references/crypto-to-proverif-mapping.md",{"path":1827,"priority":357},"references/proverif-syntax.md",{"path":1829,"priority":357},"references/security-properties.md",{"basePath":1831,"description":1832,"displayName":691,"installMethods":1833,"rationale":1834,"selectedPaths":1835,"source":344,"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",[1836,1837,1839],{"path":979,"priority":338},{"path":1838,"priority":357},"references/preanalysis-passes.md",{"path":1840,"priority":357},"references/query-patterns.md",{"basePath":1842,"description":1843,"displayName":1844,"installMethods":1845,"rationale":1846,"selectedPaths":1847,"source":344,"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",[1848],{"path":979,"priority":338},{"basePath":1850,"description":1851,"displayName":1852,"installMethods":1853,"rationale":1854,"selectedPaths":1855,"source":344,"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",[1856],{"path":979,"priority":338},{"basePath":1858,"description":1859,"displayName":1860,"installMethods":1861,"rationale":1862,"selectedPaths":1863,"source":344,"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",[1864,1865,1867,1869,1870,1872],{"path":979,"priority":338},{"path":1866,"priority":357},"references/fault-simulation.md",{"path":1868,"priority":357},"references/lessons-learned.md",{"path":1795,"priority":357},{"path":1871,"priority":357},"references/report-template.md",{"path":1873,"priority":357},"references/vector-patterns.md",{"basePath":1875,"description":1876,"displayName":720,"installMethods":1877,"rationale":1878,"selectedPaths":1879,"source":344,"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",[1880,1881],{"path":979,"priority":338},{"path":1882,"priority":357},"METHODOLOGY.md",{"basePath":1884,"description":1885,"displayName":1886,"installMethods":1887,"rationale":1888,"selectedPaths":1889,"source":344,"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",[1890,1891,1892,1894,1896],{"path":979,"priority":338},{"path":1172,"priority":357},{"path":1893,"priority":357},"references/progressive-disclosure-guide.md",{"path":1895,"priority":357},"references/tool-assignment-guide.md",{"path":1897,"priority":357},"references/workflow-patterns.md",{"basePath":1899,"description":1900,"displayName":1901,"installMethods":1902,"rationale":1903,"selectedPaths":1904,"source":344,"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",[1905,1906,1908,1910,1912,1914,1916,1918,1920,1922,1924,1926,1927,1929,1930],{"path":979,"priority":338},{"path":1907,"priority":1124},"examples/MAL_Mac_ProtonRAT_Jan25.yar",{"path":1909,"priority":1124},"examples/MAL_NPM_SupplyChain_Jan25.yar",{"path":1911,"priority":1124},"examples/MAL_Win_Remcos_Jan25.yar",{"path":1913,"priority":1124},"examples/SUSP_CRX_SuspiciousPermissions.yar",{"path":1915,"priority":1124},"examples/SUSP_JS_Obfuscation_Jan25.yar",{"path":1917,"priority":357},"references/crx-module.md",{"path":1919,"priority":357},"references/dex-module.md",{"path":1921,"priority":357},"references/performance.md",{"path":1923,"priority":357},"references/strings.md",{"path":1925,"priority":357},"references/style-guide.md",{"path":1406,"priority":357},{"path":1928,"priority":1124},"scripts/atom_analyzer.py",{"path":1236,"priority":1124},{"path":1931,"priority":1124},"scripts/yara_lint.py",{"basePath":1933,"description":1934,"displayName":861,"installMethods":1935,"rationale":1936,"selectedPaths":1937,"source":344,"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",[1938,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,2003,2005],{"path":979,"priority":338},{"path":1940,"priority":1124},"prompts/report_template.md",{"path":1942,"priority":1124},"prompts/system.md",{"path":1944,"priority":1124},"prompts/task.md",{"path":1946,"priority":357},"references/compile-commands.md",{"path":1948,"priority":357},"references/detection-strategy.md",{"path":1950,"priority":357},"references/ir-analysis.md",{"path":1952,"priority":357},"references/mcp-analysis.md",{"path":1954,"priority":357},"references/poc-generation.md",{"path":1956,"priority":357},"references/rust-zeroization-patterns.md",{"path":1958,"priority":1124},"tools/analyze_asm.sh",{"path":1960,"priority":1124},"tools/analyze_cfg.py",{"path":1962,"priority":1124},"tools/analyze_heap.sh",{"path":1964,"priority":1124},"tools/analyze_ir_semantic.py",{"path":1966,"priority":1124},"tools/diff_ir.sh",{"path":1968,"priority":1124},"tools/diff_rust_mir.sh",{"path":1970,"priority":1124},"tools/emit_asm.sh",{"path":1972,"priority":1124},"tools/emit_ir.sh",{"path":1974,"priority":1124},"tools/emit_rust_asm.sh",{"path":1976,"priority":1124},"tools/emit_rust_ir.sh",{"path":1978,"priority":1124},"tools/emit_rust_mir.sh",{"path":1980,"priority":1124},"tools/extract_compile_flags.py",{"path":1982,"priority":1124},"tools/generate_poc.py",{"path":1984,"priority":1124},"tools/mcp/apply_confidence_gates.py",{"path":1986,"priority":1124},"tools/mcp/check_mcp.sh",{"path":1988,"priority":1124},"tools/mcp/normalize_mcp_evidence.py",{"path":1990,"priority":1124},"tools/scripts/check_llvm_patterns.py",{"path":1992,"priority":1124},"tools/scripts/check_mir_patterns.py",{"path":1994,"priority":1124},"tools/scripts/check_rust_asm.py",{"path":1996,"priority":1124},"tools/scripts/check_rust_asm_aarch64.py",{"path":1998,"priority":1124},"tools/scripts/check_rust_asm_x86.py",{"path":2000,"priority":1124},"tools/scripts/find_dangerous_apis.py",{"path":2002,"priority":1124},"tools/scripts/semantic_audit.py",{"path":2004,"priority":1124},"tools/track_dataflow.sh",{"path":2006,"priority":1124},"tools/validate_rust_toolchain.sh",{"basePath":429,"installMethods":2008,"rationale":2010,"selectedPaths":2011,"source":344,"sourceLanguage":22,"type":2017},{"pypi":2009},"ct-analyzer","cli ecosystem detected at plugins/constant-time-analysis",[2012,2014,2015],{"path":2013,"priority":338},"pyproject.toml",{"path":340,"priority":338},{"path":2016,"priority":357},"ct_analyzer/analyzer.py","cli",{"sources":2019},[2020],"manual",{"closedIssues90d":275,"description":2022,"forks":276,"license":283,"openIssues90d":278,"pushedAt":279,"readmeSize":273,"stars":280,"topics":2023},"Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows",[2024],"agent-skills",{"classifiedAt":2026,"discoverAt":2027,"extractAt":2028,"githubAt":2028,"updatedAt":2026},1778698175241,1778698169543,1778698173272,[32,261,31,30,33,34],{"evaluatedAt":286,"extractAt":48,"updatedAt":286},[],[2033,2055,2086,2117,2140,2173],{"_creationTime":2034,"_id":2035,"community":2036,"display":2037,"identity":2039,"providers":2040,"relations":2051,"tags":2052,"workflow":2053},1778698175626.313,"k174294v9wha552awhxrv175md86n2ax",{"reviewCount":11},{"description":571,"installMethods":2038,"name":572,"sourceUrl":17},{"claudeCode":572},{"basePath":570,"githubOwner":20,"githubRepo":21,"locale":22,"slug":572,"type":289},{"evaluate":2041,"extract":2049},{"promptVersionExtension":26,"promptVersionScoring":27,"score":28,"tags":2042,"targetMarket":39,"tier":40},[2043,572,30,2044,2045,2046,2047,2048,33,34],"testing","python","javascript","rust","go","java",{"commitSha":42,"plugin":2050},{"mcpCount":11,"provider":314,"skillCount":324},{"parentExtensionId":292,"repoId":44},[2047,2048,2045,572,2044,2046,30,33,2043,34],{"evaluatedAt":2054,"extractAt":48,"updatedAt":2054},1778698460075,{"_creationTime":2056,"_id":2057,"community":2058,"display":2059,"identity":2064,"providers":2068,"relations":2079,"tags":2082,"workflow":2083},1778699018122.7788,"k1778b0e0dfhz1kdc9b155shwn86medx",{"reviewCount":11},{"description":2060,"installMethods":2061,"name":2062,"sourceUrl":2063},"Smart contract development with Solidity, DeFi protocol implementation, NFT platforms, and Web3 application architecture",{"claudeCode":2062},"blockchain-web3","https://github.com/wshobson/agents",{"basePath":2065,"githubOwner":2066,"githubRepo":2067,"locale":22,"slug":2062,"type":289},"plugins/blockchain-web3","wshobson","agents",{"evaluate":2069,"extract":2076},{"promptVersionExtension":26,"promptVersionScoring":27,"score":2070,"tags":2071,"targetMarket":39,"tier":40},98,[2072,33,2073,2074,2075,30,306],"blockchain","web3","defi","nft",{"commitSha":42,"license":2077,"plugin":2078},"MIT",{"mcpCount":11,"provider":314,"skillCount":275},{"parentExtensionId":2080,"repoId":2081},"k17cywe30jfsfw3cdpncjfn8y186nvyw","kd74de64zj0axtg5b8t7eqqe2x86nske",[2072,2074,306,2075,30,33,2073],{"evaluatedAt":2084,"extractAt":2085,"updatedAt":2084},1778699909755,1778699018122,{"_creationTime":2087,"_id":2088,"community":2089,"display":2090,"identity":2096,"providers":2101,"relations":2111,"tags":2113,"workflow":2114},1778692488329.0107,"k179bvp22xcxq4xg9bkgpkhw5s86mstq",{"reviewCount":11},{"description":2091,"installMethods":2092,"name":2094,"sourceUrl":2095},"Node.js 20+ with Express/Fastify, TypeScript, and ESM module rules for Claude Code.",{"claudeCode":2093},"dotforge-stack-node-express","dotforge","https://github.com/luiseiman/claude-kit",{"basePath":2097,"githubOwner":2098,"githubRepo":2099,"locale":22,"slug":2100,"type":289},"stacks/node-express","luiseiman","claude-kit","node-express",{"evaluate":2102,"extract":2110},{"promptVersionExtension":26,"promptVersionScoring":27,"score":2103,"tags":2104,"targetMarket":39,"tier":40},100,[2105,2106,2107,32,2108,2109],"configuration","management","policy","bash","claudecode",{"commitSha":42,"license":2077},{"repoId":2112},"kd79wqc8an5wh20cc2znr8tyb586mxwx",[32,2108,2109,2105,2106,2107],{"evaluatedAt":2115,"extractAt":2116,"updatedAt":2115},1778692726682,1778692488329,{"_creationTime":2118,"_id":2119,"community":2120,"display":2121,"identity":2125,"providers":2127,"relations":2136,"tags":2137,"workflow":2138},1778699018122.7852,"k17ctxt5vn6b49n72hqfjs9tes86mrfw",{"reviewCount":11},{"description":2122,"installMethods":2123,"name":2124,"sourceUrl":2063},"Require a human approval signal before an AI agent can post PR reviews, comments, merges, or writes to CI config. Cedar-gated, receipt-signed, designed for the Hermes-style failure mode where a review bot posts without oversight.",{"claudeCode":2124},"review-agent-governance",{"basePath":2126,"githubOwner":2066,"githubRepo":2067,"locale":22,"slug":2124,"type":289},"plugins/review-agent-governance",{"evaluate":2128,"extract":2134},{"promptVersionExtension":26,"promptVersionScoring":27,"score":2129,"tags":2130,"targetMarket":39,"tier":40},99,[2131,31,2107,2132,2133,32],"governance","code-review","compliance",{"commitSha":42,"license":2077,"plugin":2135},{"mcpCount":11,"provider":314,"skillCount":324},{"parentExtensionId":2080,"repoId":2081},[32,2132,2133,2131,2107,31],{"evaluatedAt":2139,"extractAt":2085,"updatedAt":2139},1778700330078,{"_creationTime":2141,"_id":2142,"community":2143,"display":2144,"identity":2150,"providers":2153,"relations":2166,"tags":2169,"workflow":2170},1778698144006.2188,"k17c3p8t0thc73pbc8egtz31y986mwr0",{"reviewCount":11},{"description":2145,"installMethods":2146,"name":2148,"sourceUrl":2149},"Complete HubSpot CRM administration toolkit — audit, clean, enrich, segment, automate, and maintain your database",{"claudeCode":2147},"hubspot-admin","HubSpot Admin Skills","https://github.com/TomGranot/hubspot-admin-skills",{"basePath":298,"githubOwner":2151,"githubRepo":2152,"locale":22,"slug":2152,"type":289},"TomGranot","hubspot-admin-skills",{"evaluate":2154,"extract":2163},{"promptVersionExtension":26,"promptVersionScoring":27,"score":2129,"tags":2155,"targetMarket":39,"tier":40},[2156,2157,2158,2159,2160,2161,32,2162],"hubspot","crm","administration","data-quality","automation","cleanup","marketing-automation",{"commitSha":42,"license":2077,"plugin":2164},{"mcpCount":11,"provider":314,"skillCount":2165},32,{"parentExtensionId":2167,"repoId":2168},"k17dn1yxv80dbqc9xbkwfp9t6186nkhk","kd75kpec7arn6z2wz641vfaj8n86nab6",[2158,32,2160,2161,2157,2159,2156,2162],{"evaluatedAt":2171,"extractAt":2172,"updatedAt":2171},1778698168554,1778698144006,{"_creationTime":2174,"_id":2175,"community":2176,"display":2177,"identity":2181,"providers":2183,"relations":2191,"tags":2192,"workflow":2193},1778699018122.777,"k177004jt9znxdecxq1q29yp6h86m974",{"reviewCount":11},{"description":2178,"installMethods":2179,"name":2180,"sourceUrl":2063},"Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation",{"claudeCode":2180},"c4-architecture",{"basePath":2182,"githubOwner":2066,"githubRepo":2067,"locale":22,"slug":2180,"type":289},"plugins/c4-architecture",{"evaluate":2184,"extract":2190},{"promptVersionExtension":26,"promptVersionScoring":27,"score":2129,"tags":2185,"targetMarket":39,"tier":40},[2186,2187,2188,261,2160,2189],"documentation","c4-model","architecture","llm-agents",{"commitSha":42,"license":2077},{"parentExtensionId":2080,"repoId":2081},[2188,2160,2187,261,2186,2189],{"evaluatedAt":2194,"extractAt":2085,"updatedAt":2194},1778699800627]