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