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