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