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