[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-trailofbits-sarif-parsing-de":3,"guides-for-trailofbits-sarif-parsing":2024,"similar-k17b5rab9cfwqw0j3rzmvb4sx586n3a1-de":2025},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":256,"isFallback":239,"parentExtension":262,"providers":316,"relations":321,"repo":322,"tags":2022,"workflow":2023},1778698175626.329,"k17b5rab9cfwqw0j3rzmvb4sx586n3a1",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"trailofbits/skills","SARIF Parsing","https://github.com/trailofbits/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":237,"workflow":254},1778699550874.4993,"kn7c8zk9tg2ze5zj1hcjjw5kjn86mvs7","en",{"checks":20,"evaluatedAt":196,"extensionSummary":197,"features":198,"nonGoals":204,"practices":209,"prerequisites":210,"promptVersionExtension":211,"promptVersionScoring":212,"purpose":213,"rationale":214,"score":215,"summary":216,"tags":217,"targetMarket":223,"tier":224,"useCases":225,"workflow":231},[21,26,29,33,37,41,45,48,52,56,60,63,66,69,72,76,79,82,85,88,91,95,99,102,106,109,112,115,118,121,124,128,131,136,140,143,146,149,152,156,159,162,165,168,171,174,178,182,186,189,193],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The description clearly states the skill parses SARIF files, lists specific triggers, and explicitly defines non-goals like running scans.",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and trigger phrases within the character limit.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md content is well-structured, using separate files for detailed examples and references, keeping the main body concise.",{"category":34,"check":35,"severity":24,"summary":36},"Context","Progressive Disclosure","The SKILL.md effectively uses relative links to external markdown files for detailed examples and reference materials, adhering to progressive disclosure.",{"category":34,"check":38,"severity":39,"summary":40},"Forked exploration","not_applicable","This skill is not an exploration-heavy skill that would require forked exploration.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","The skill provides multiple end-to-end examples for various use cases, including jq queries and Python scripts, demonstrating observable outcomes.",{"category":42,"check":46,"severity":24,"summary":47},"Edge cases","The documentation addresses common pitfalls like path normalization and fingerprint mismatches, providing solutions and recovery steps.",{"category":49,"check":50,"severity":39,"summary":51},"Code Execution","Tool Fallback","The skill only uses Claude-internal tools and does not rely on external MCPs.",{"category":53,"check":54,"severity":24,"summary":55},"Portability","Stack assumptions","The skill explicitly mentions required tools like jq, Python (pysarif, sarif-tools), and Node.js packages, and provides installation instructions.",{"category":57,"check":58,"severity":24,"summary":59},"Safety","Halt on unexpected state","The documentation emphasizes validation first and handling optional fields defensively, implying a halt on unexpected states.",{"category":53,"check":61,"severity":24,"summary":62},"Cross-skill coupling","The skill is self-contained and does not appear to rely on other specific skills being loaded.",{"category":42,"check":64,"severity":24,"summary":65},"Problem relevance","The description clearly identifies the problem of parsing and processing SARIF files from static analysis tools.",{"category":42,"check":67,"severity":24,"summary":68},"Unique selling proposition","The skill provides detailed strategies and code examples for handling SARIF files, offering significant value beyond basic LLM capabilities.",{"category":42,"check":70,"severity":24,"summary":71},"Production readiness","The skill covers the complete lifecycle of SARIF processing, from parsing to integration, with practical examples and solutions for common issues.",{"category":73,"check":74,"severity":24,"summary":75},"Scope","Single responsibility principle","The skill focuses exclusively on parsing and processing SARIF files, without extending into unrelated domains like running scans.",{"category":73,"check":77,"severity":24,"summary":78},"Description quality","The description is accurate, concise, readable, and accurately reflects the skill's capabilities and limitations.",{"category":22,"check":80,"severity":39,"summary":81},"Scoped tools","The skill primarily uses documentation and code examples, not specific tools with verb-noun actions.",{"category":30,"check":83,"severity":39,"summary":84},"Configuration & parameter reference","The skill does not expose configurable parameters or environment variables.",{"category":73,"check":86,"severity":39,"summary":87},"Tool naming","The skill does not expose user-facing tools.",{"category":73,"check":89,"severity":39,"summary":90},"Minimal I/O surface","The skill does not expose tools with parameter schemas or response shapes.",{"category":92,"check":93,"severity":24,"summary":94},"License","License usability","The license is Creative Commons Attribution-ShareAlike 4.0 International, a permissive OSS license.",{"category":96,"check":97,"severity":24,"summary":98},"Maintenance","Commit recency","The last commit was on 2026-05-11, which is within the last 3 months.",{"category":96,"check":100,"severity":24,"summary":101},"Dependency Management","The skill lists specific Python and Node.js dependencies with installation instructions, implying proper management.",{"category":103,"check":104,"severity":24,"summary":105},"Security","Secret Management","The skill does not handle or expose any secrets.",{"category":103,"check":107,"severity":24,"summary":108},"Injection","The skill provides clear instructions on treating SARIF files as data and does not involve loading or executing external code.",{"category":103,"check":110,"severity":24,"summary":111},"Transitive Supply-Chain Grenades","The skill does not fetch remote content at runtime; all necessary tools and examples are bundled or installed via standard package managers.",{"category":103,"check":113,"severity":24,"summary":114},"Sandbox Isolation","The skill focuses on parsing and processing data and does not modify files outside its scope.",{"category":103,"check":116,"severity":24,"summary":117},"Sandbox escape primitives","No detached process spawns or retry loops around denied tool calls were detected.",{"category":103,"check":119,"severity":24,"summary":120},"Data Exfiltration","The skill does not handle or submit any confidential data. All outbound calls are documented as package manager installations.",{"category":103,"check":122,"severity":24,"summary":123},"Hidden Text Tricks","Bundled content appears free of hidden steering tricks and uses clean, printable ASCII and standard Unicode.",{"category":125,"check":126,"severity":24,"summary":127},"Hooks","Opaque code execution","All code examples are in plain, readable formats (bash, Python) and do not involve obfuscation.",{"category":53,"check":129,"severity":24,"summary":130},"Structural Assumption","The skill provides solutions for path normalization and does not make rigid structural assumptions about user projects.",{"category":132,"check":133,"severity":134,"summary":135},"Trust","Issues Attention","warning","In the last 90 days, 13 issues were opened and 4 were closed, indicating a slow response rate to open issues.",{"category":137,"check":138,"severity":24,"summary":139},"Versioning","Release Management","The skill has a CHANGELOG.md and recent commits, indicating active version management.",{"category":49,"check":141,"severity":24,"summary":142},"Validation","The documentation emphasizes validation and defensive access for SARIF parsing, and Python examples suggest proper input handling.",{"category":103,"check":144,"severity":24,"summary":145},"Unguarded Destructive Operations","The skill is primarily analytical and does not perform destructive operations.",{"category":49,"check":147,"severity":24,"summary":148},"Error Handling","The documentation stresses defensive access and handling optional fields, implying robust error handling.",{"category":49,"check":150,"severity":39,"summary":151},"Logging","The skill does not perform destructive actions or outbound calls that would require local audit logging.",{"category":153,"check":154,"severity":24,"summary":155},"Compliance","GDPR","The skill processes SARIF files, which typically do not contain personal data, and there are no indications of personal data handling.",{"category":153,"check":157,"severity":24,"summary":158},"Target market","The skill is language-agnostic and deals with a technical file format, making it globally applicable.",{"category":53,"check":160,"severity":24,"summary":161},"Runtime stability","The skill lists requirements for common tools like jq and Python, and provides installation instructions, ensuring broad portability.",{"category":30,"check":163,"severity":24,"summary":164},"README","The README provides clear installation instructions and lists available plugins.",{"category":73,"check":166,"severity":39,"summary":167},"Tool surface size","This is a skill, not a collection of tools.",{"category":22,"check":169,"severity":39,"summary":170},"Overlapping near-synonym tools","The skill does not expose tools.",{"category":30,"check":172,"severity":24,"summary":173},"Phantom features","All advertised features relate to SARIF parsing and processing, and corresponding examples and documentation are provided.",{"category":175,"check":176,"severity":24,"summary":177},"Install","Installation instruction","The README provides clear installation instructions for Claude Code Marketplace and local development, including copy-paste examples.",{"category":179,"check":180,"severity":24,"summary":181},"Errors","Actionable error messages","The documentation emphasizes defensive programming and handling optional fields, suggesting actionable error reporting.",{"category":183,"check":184,"severity":24,"summary":185},"Execution","Pinned dependencies","The skill specifies dependencies like Python packages and Node.js packages with clear installation commands, implying version management.",{"category":73,"check":187,"severity":39,"summary":188},"Dry-run preview","The skill is primarily analytical and does not perform state-changing operations.",{"category":190,"check":191,"severity":39,"summary":192},"Protocol","Idempotent retry & timeouts","The skill does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":153,"check":194,"severity":24,"summary":195},"Telemetry opt-in","There is no indication of telemetry being collected by this skill.",1778699550752,"This skill parses and processes SARIF files from static analysis tools, handling filtering, deduplication, and format conversion. It provides detailed strategies using `jq`, Python with `pysarif` and `sarif-tools`, and discusses common pitfalls and CI/CD integration patterns.",[199,200,201,202,203],"Parses SARIF files from various static analysis tools","Handles filtering, deduplication, and format conversion","Provides strategies using jq, Python, and command-line tools","Includes CI/CD integration patterns and best practices","Explains SARIF structure and fingerprinting",[205,206,207,208],"Running static analysis scans","Writing CodeQL or Semgrep rules","Analyzing source code directly","Triaging findings without SARIF input",[],[],"3.0.0","4.4.0","To help users effectively read, analyze, and process SARIF files from static analysis tools, integrating scan results into their workflows.","The skill is well-documented and production-ready, but the slow response rate to open issues lowers the score.",78,"A robust and well-documented skill for processing SARIF files, offering practical strategies and examples.",[218,219,220,221,222],"sarif","static-analysis","code-scanning","security-auditing","ci-cd","global","community",[226,227,228,229,230],"Interpreting static analysis scan results in SARIF format","Aggregating findings from multiple security tools","Deduplicating or filtering security alerts","Extracting specific vulnerabilities from SARIF files","Integrating SARIF data into CI/CD pipelines",[232,233,234,235,236],"Identify and select the appropriate tool (jq, Python, etc.) based on the task","Load or stream the SARIF file","Apply filtering, aggregation, or deduplication logic","Extract specific data points or generate reports","Integrate output into CI/CD pipelines or further analysis",{"codeQuality":238,"collectedAt":240,"documentation":241,"maintenance":244,"security":250,"testCoverage":253},{"hasLockfile":239},true,1778699538328,{"descriptionLength":242,"readmeSize":243},373,7901,{"closedIssues90d":245,"forks":246,"hasChangelog":239,"openIssues90d":247,"pushedAt":248,"stars":249},4,455,13,1778517916000,5161,{"hasNpmPackage":251,"license":252,"smitheryVerified":251},false,"CC-BY-SA-4.0",{"hasCi":239,"hasTests":239},{"updatedAt":255},1778699550874,{"basePath":257,"githubOwner":258,"githubRepo":259,"locale":18,"slug":260,"type":261},"plugins/static-analysis/skills/sarif-parsing","trailofbits","skills","sarif-parsing","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":219,"sourceUrl":14},"Static analysis toolkit with CodeQL, Semgrep, and SARIF parsing for security vulnerability detection",{"claudeCode":219},{"basePath":270,"githubOwner":258,"githubRepo":259,"locale":18,"slug":219,"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":258,"sourceUrl":14},"Claude Code plugins from Trail of Bits for enhanced AI-assisted security analysis and development",{"claudeCode":12},{"basePath":280,"githubOwner":258,"githubRepo":259,"locale":18,"slug":259,"type":281},"","marketplace",{"evaluate":283,"extract":291},{"promptVersionExtension":284,"promptVersionScoring":212,"score":285,"tags":286,"targetMarket":223,"tier":224},"3.1.0",75,[287,288,289,281,290],"security","development","analysis","plugins",{"commitSha":292,"marketplace":293,"plugin":295},"HEAD",{"name":258,"pluginCount":294},39,{"mcpCount":8,"provider":296,"skillCount":8},"classify",{"repoId":298},"kd7d5sbrd9m157hjv9c7v4wfyn86mk2f",[289,288,281,290,287],{"evaluatedAt":301,"extractAt":302,"updatedAt":301},1778698203402,1778698175626,{"evaluate":304,"extract":309},{"promptVersionExtension":211,"promptVersionScoring":212,"score":305,"tags":306,"targetMarket":223,"tier":224},93,[219,287,307,308,218],"codeql","semgrep",{"commitSha":292,"plugin":310},{"mcpCount":8,"provider":296,"skillCount":311},3,{"parentExtensionId":274,"repoId":298},[307,218,287,308,219],{"evaluatedAt":315,"extractAt":302,"updatedAt":315},1778698526980,{"evaluate":317,"extract":319},{"promptVersionExtension":211,"promptVersionScoring":212,"score":215,"tags":318,"targetMarket":223,"tier":224},[218,219,220,221,222],{"commitSha":292,"license":320},"other-proprietary",{"parentExtensionId":264,"repoId":298},{"_creationTime":323,"_id":298,"identity":324,"providers":325,"workflow":2018},1778698169543.2075,{"githubOwner":258,"githubRepo":259,"sourceUrl":14},{"classify":326,"discover":2011,"github":2014},{"commitSha":292,"extensions":327},[328,341,354,369,400,413,424,437,448,459,470,485,498,533,544,557,568,579,592,603,616,630,645,684,713,726,743,773,784,797,808,819,832,843,854,887,900,911,929,947,968,976,1007,1014,1021,1029,1037,1045,1053,1063,1071,1079,1087,1095,1103,1111,1121,1128,1135,1159,1245,1256,1267,1282,1297,1304,1325,1334,1353,1359,1368,1382,1411,1419,1441,1448,1461,1472,1484,1523,1530,1537,1568,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":258,"installMethods":329,"rationale":330,"selectedPaths":331,"source":340,"sourceLanguage":18,"type":281},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[332,335,337],{"path":333,"priority":334},".claude-plugin/marketplace.json","mandatory",{"path":336,"priority":334},"README.md",{"path":338,"priority":339},"LICENSE","high","rule",{"basePath":342,"description":343,"displayName":344,"installMethods":345,"rationale":346,"selectedPaths":347,"source":340,"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":344},"plugin manifest at plugins/ask-questions-if-underspecified/.claude-plugin/plugin.json",[348,350,351],{"path":349,"priority":334},".claude-plugin/plugin.json",{"path":336,"priority":334},{"path":352,"priority":353},"skills/ask-questions-if-underspecified/SKILL.md","medium",{"basePath":355,"description":356,"displayName":357,"installMethods":358,"rationale":359,"selectedPaths":360,"source":340,"sourceLanguage":18,"type":271},"plugins/audit-context-building","Build deep architectural context through ultra-granular code analysis before vulnerability hunting","audit-context-building",{"claudeCode":357},"plugin manifest at plugins/audit-context-building/.claude-plugin/plugin.json",[361,362,363,365,367],{"path":349,"priority":334},{"path":336,"priority":334},{"path":364,"priority":353},"skills/audit-context-building/SKILL.md",{"path":366,"priority":339},"agents/function-analyzer.md",{"path":368,"priority":339},"commands/audit-context.md",{"basePath":370,"description":371,"displayName":372,"installMethods":373,"rationale":374,"selectedPaths":375,"source":340,"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":372},"plugin manifest at plugins/building-secure-contracts/.claude-plugin/plugin.json",[376,377,378,380,382,384,386,388,390,392,394,396,398],{"path":349,"priority":334},{"path":336,"priority":334},{"path":379,"priority":353},"skills/algorand-vulnerability-scanner/SKILL.md",{"path":381,"priority":353},"skills/audit-prep-assistant/SKILL.md",{"path":383,"priority":353},"skills/cairo-vulnerability-scanner/SKILL.md",{"path":385,"priority":353},"skills/code-maturity-assessor/SKILL.md",{"path":387,"priority":353},"skills/cosmos-vulnerability-scanner/SKILL.md",{"path":389,"priority":353},"skills/guidelines-advisor/SKILL.md",{"path":391,"priority":353},"skills/secure-workflow-guide/SKILL.md",{"path":393,"priority":353},"skills/solana-vulnerability-scanner/SKILL.md",{"path":395,"priority":353},"skills/substrate-vulnerability-scanner/SKILL.md",{"path":397,"priority":353},"skills/token-integration-analyzer/SKILL.md",{"path":399,"priority":353},"skills/ton-vulnerability-scanner/SKILL.md",{"basePath":401,"description":402,"displayName":403,"installMethods":404,"rationale":405,"selectedPaths":406,"source":340,"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":403},"plugin manifest at plugins/burpsuite-project-parser/.claude-plugin/plugin.json",[407,408,409,411],{"path":349,"priority":334},{"path":336,"priority":334},{"path":410,"priority":353},"skills/burpsuite-project-parser/SKILL.md",{"path":412,"priority":339},"commands/burp-search.md",{"basePath":414,"description":415,"displayName":416,"installMethods":417,"rationale":418,"selectedPaths":419,"source":340,"sourceLanguage":18,"type":271},"plugins/claude-in-chrome-troubleshooting","Diagnose and fix Claude in Chrome MCP extension connectivity issues","claude-in-chrome-troubleshooting",{"claudeCode":416},"plugin manifest at plugins/claude-in-chrome-troubleshooting/.claude-plugin/plugin.json",[420,421,422],{"path":349,"priority":334},{"path":336,"priority":334},{"path":423,"priority":353},"skills/claude-in-chrome-troubleshooting/SKILL.md",{"basePath":425,"description":426,"displayName":427,"installMethods":428,"rationale":429,"selectedPaths":430,"source":340,"sourceLanguage":18,"type":271},"plugins/constant-time-analysis","Detect compiler-induced timing side-channels in cryptographic code","constant-time-analysis",{"claudeCode":427},"plugin manifest at plugins/constant-time-analysis/.claude-plugin/plugin.json",[431,432,433,435],{"path":349,"priority":334},{"path":336,"priority":334},{"path":434,"priority":353},"skills/constant-time-analysis/SKILL.md",{"path":436,"priority":339},"commands/ct-check.md",{"basePath":438,"description":439,"displayName":440,"installMethods":441,"rationale":442,"selectedPaths":443,"source":340,"sourceLanguage":18,"type":271},"plugins/culture-index","Interprets Culture Index survey results for individuals and teams","culture-index",{"claudeCode":440},"plugin manifest at plugins/culture-index/.claude-plugin/plugin.json",[444,445,446],{"path":349,"priority":334},{"path":336,"priority":334},{"path":447,"priority":353},"skills/interpreting-culture-index/SKILL.md",{"basePath":449,"description":450,"displayName":451,"installMethods":452,"rationale":453,"selectedPaths":454,"source":340,"sourceLanguage":18,"type":271},"plugins/debug-buttercup","Debug Buttercup Kubernetes deployments","debug-buttercup",{"claudeCode":451},"plugin manifest at plugins/debug-buttercup/.claude-plugin/plugin.json",[455,456,457],{"path":349,"priority":334},{"path":336,"priority":334},{"path":458,"priority":353},"skills/debug-buttercup/SKILL.md",{"basePath":460,"description":461,"displayName":462,"installMethods":463,"rationale":464,"selectedPaths":465,"source":340,"sourceLanguage":18,"type":271},"plugins/devcontainer-setup","Create pre-configured devcontainers with Claude Code and language-specific tooling","devcontainer-setup",{"claudeCode":462},"plugin manifest at plugins/devcontainer-setup/.claude-plugin/plugin.json",[466,467,468],{"path":349,"priority":334},{"path":336,"priority":334},{"path":469,"priority":353},"skills/devcontainer-setup/SKILL.md",{"basePath":471,"description":472,"displayName":473,"installMethods":474,"rationale":475,"selectedPaths":476,"source":340,"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":473},"plugin manifest at plugins/differential-review/.claude-plugin/plugin.json",[477,478,479,481,483],{"path":349,"priority":334},{"path":336,"priority":334},{"path":480,"priority":353},"skills/differential-review/SKILL.md",{"path":482,"priority":339},"agents/adversarial-modeler.md",{"path":484,"priority":339},"commands/diff-review.md",{"basePath":486,"description":487,"displayName":488,"installMethods":489,"rationale":490,"selectedPaths":491,"source":340,"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":488},"plugin manifest at plugins/firebase-apk-scanner/.claude-plugin/plugin.json",[492,493,494,496],{"path":349,"priority":334},{"path":336,"priority":334},{"path":495,"priority":353},"skills/firebase-apk-scanner/SKILL.md",{"path":497,"priority":339},"commands/scan-apk.md",{"basePath":499,"description":500,"displayName":501,"installMethods":502,"rationale":503,"selectedPaths":504,"source":340,"sourceLanguage":18,"type":271},"plugins/gh-cli","Intercepts GitHub URL fetches and curl/wget commands, redirecting to the authenticated gh CLI.","gh-cli",{"claudeCode":501},"plugin manifest at plugins/gh-cli/.claude-plugin/plugin.json",[505,506,507,509,511,513,515,517,519,521,523,525,527,529,531],{"path":349,"priority":334},{"path":336,"priority":334},{"path":508,"priority":339},"hooks/cleanup-clones.sh",{"path":510,"priority":339},"hooks/hooks.json",{"path":512,"priority":339},"hooks/intercept-github-curl.bats",{"path":514,"priority":339},"hooks/intercept-github-curl.sh",{"path":516,"priority":339},"hooks/intercept-github-fetch.bats",{"path":518,"priority":339},"hooks/intercept-github-fetch.sh",{"path":520,"priority":339},"hooks/persist-session-id.sh",{"path":522,"priority":339},"hooks/session-hooks.bats",{"path":524,"priority":339},"hooks/setup-shims.bats",{"path":526,"priority":339},"hooks/setup-shims.sh",{"path":528,"priority":339},"hooks/shims/gh",{"path":530,"priority":339},"hooks/shims/gh-shim.bats",{"path":532,"priority":339},"hooks/test_helper.bash",{"basePath":534,"description":535,"displayName":536,"installMethods":537,"rationale":538,"selectedPaths":539,"source":340,"sourceLanguage":18,"type":271},"plugins/dwarf-expert","Interact with and understand the DWARF debugging format","dwarf-expert",{"claudeCode":536},"plugin manifest at plugins/dwarf-expert/.claude-plugin/plugin.json",[540,541,542],{"path":349,"priority":334},{"path":336,"priority":334},{"path":543,"priority":353},"skills/dwarf-expert/SKILL.md",{"basePath":545,"description":546,"displayName":547,"installMethods":548,"rationale":549,"selectedPaths":550,"source":340,"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":547},"plugin manifest at plugins/entry-point-analyzer/.claude-plugin/plugin.json",[551,552,553,555],{"path":349,"priority":334},{"path":336,"priority":334},{"path":554,"priority":353},"skills/entry-point-analyzer/SKILL.md",{"path":556,"priority":339},"commands/entry-points.md",{"basePath":558,"description":559,"displayName":560,"installMethods":561,"rationale":562,"selectedPaths":563,"source":340,"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":560},"plugin manifest at plugins/mutation-testing/.claude-plugin/plugin.json",[564,565,566],{"path":349,"priority":334},{"path":336,"priority":334},{"path":567,"priority":353},"skills/mutation-testing/SKILL.md",{"basePath":569,"description":570,"displayName":571,"installMethods":572,"rationale":573,"selectedPaths":574,"source":340,"sourceLanguage":18,"type":271},"plugins/property-based-testing","Property-based testing guidance for multiple languages and smart contracts","property-based-testing",{"claudeCode":571},"plugin manifest at plugins/property-based-testing/.claude-plugin/plugin.json",[575,576,577],{"path":349,"priority":334},{"path":336,"priority":334},{"path":578,"priority":353},"skills/property-based-testing/SKILL.md",{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":340,"sourceLanguage":18,"type":271},"plugins/semgrep-rule-creator","Create custom Semgrep rules for detecting bug patterns and security vulnerabilities","semgrep-rule-creator",{"claudeCode":582},"plugin manifest at plugins/semgrep-rule-creator/.claude-plugin/plugin.json",[586,587,588,590],{"path":349,"priority":334},{"path":336,"priority":334},{"path":589,"priority":353},"skills/semgrep-rule-creator/SKILL.md",{"path":591,"priority":339},"commands/semgrep-rule.md",{"basePath":593,"description":594,"displayName":595,"installMethods":596,"rationale":597,"selectedPaths":598,"source":340,"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":595},"plugin manifest at plugins/semgrep-rule-variant-creator/.claude-plugin/plugin.json",[599,600,601],{"path":349,"priority":334},{"path":336,"priority":334},{"path":602,"priority":353},"skills/semgrep-rule-variant-creator/SKILL.md",{"basePath":604,"description":605,"displayName":606,"installMethods":607,"rationale":608,"selectedPaths":609,"source":340,"sourceLanguage":18,"type":271},"plugins/sharp-edges","Identify error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes","sharp-edges",{"claudeCode":606},"plugin manifest at plugins/sharp-edges/.claude-plugin/plugin.json",[610,611,612,614],{"path":349,"priority":334},{"path":336,"priority":334},{"path":613,"priority":353},"skills/sharp-edges/SKILL.md",{"path":615,"priority":339},"agents/sharp-edges-analyzer.md",{"basePath":270,"description":267,"displayName":219,"installMethods":617,"rationale":618,"selectedPaths":619,"source":340,"sourceLanguage":18,"type":271},{"claudeCode":219},"plugin manifest at plugins/static-analysis/.claude-plugin/plugin.json",[620,621,622,624,626,628],{"path":349,"priority":334},{"path":336,"priority":334},{"path":623,"priority":353},"skills/codeql/SKILL.md",{"path":625,"priority":353},"skills/sarif-parsing/SKILL.md",{"path":627,"priority":353},"skills/semgrep/SKILL.md",{"path":629,"priority":339},"agents/semgrep-scanner.md",{"basePath":631,"description":632,"displayName":633,"installMethods":634,"rationale":635,"selectedPaths":636,"source":340,"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":633},"plugin manifest at plugins/spec-to-code-compliance/.claude-plugin/plugin.json",[637,638,639,641,643],{"path":349,"priority":334},{"path":336,"priority":334},{"path":640,"priority":353},"skills/spec-to-code-compliance/SKILL.md",{"path":642,"priority":339},"agents/spec-compliance-checker.md",{"path":644,"priority":339},"commands/spec-compliance.md",{"basePath":646,"description":647,"displayName":648,"installMethods":649,"rationale":650,"selectedPaths":651,"source":340,"sourceLanguage":18,"type":271},"plugins/testing-handbook-skills","Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)","testing-handbook-skills",{"claudeCode":648},"plugin manifest at plugins/testing-handbook-skills/.claude-plugin/plugin.json",[652,653,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682],{"path":349,"priority":334},{"path":336,"priority":334},{"path":655,"priority":353},"skills/address-sanitizer/SKILL.md",{"path":657,"priority":353},"skills/aflpp/SKILL.md",{"path":659,"priority":353},"skills/atheris/SKILL.md",{"path":661,"priority":353},"skills/cargo-fuzz/SKILL.md",{"path":663,"priority":353},"skills/constant-time-testing/SKILL.md",{"path":665,"priority":353},"skills/coverage-analysis/SKILL.md",{"path":667,"priority":353},"skills/fuzzing-dictionary/SKILL.md",{"path":669,"priority":353},"skills/fuzzing-obstacles/SKILL.md",{"path":671,"priority":353},"skills/harness-writing/SKILL.md",{"path":673,"priority":353},"skills/libafl/SKILL.md",{"path":675,"priority":353},"skills/libfuzzer/SKILL.md",{"path":677,"priority":353},"skills/ossfuzz/SKILL.md",{"path":679,"priority":353},"skills/ruzzy/SKILL.md",{"path":681,"priority":353},"skills/testing-handbook-generator/SKILL.md",{"path":683,"priority":353},"skills/wycheproof/SKILL.md",{"basePath":685,"description":686,"displayName":687,"installMethods":688,"rationale":689,"selectedPaths":690,"source":340,"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":687},"plugin manifest at plugins/trailmark/.claude-plugin/plugin.json",[691,692,693,695,697,699,701,703,705,707,709,711],{"path":349,"priority":334},{"path":336,"priority":334},{"path":694,"priority":353},"skills/audit-augmentation/SKILL.md",{"path":696,"priority":353},"skills/crypto-protocol-diagram/SKILL.md",{"path":698,"priority":353},"skills/diagramming-code/SKILL.md",{"path":700,"priority":353},"skills/genotoxic/SKILL.md",{"path":702,"priority":353},"skills/graph-evolution/SKILL.md",{"path":704,"priority":353},"skills/mermaid-to-proverif/SKILL.md",{"path":706,"priority":353},"skills/trailmark/SKILL.md",{"path":708,"priority":353},"skills/trailmark-structural/SKILL.md",{"path":710,"priority":353},"skills/trailmark-summary/SKILL.md",{"path":712,"priority":353},"skills/vector-forge/SKILL.md",{"basePath":714,"description":715,"displayName":716,"installMethods":717,"rationale":718,"selectedPaths":719,"source":340,"sourceLanguage":18,"type":271},"plugins/variant-analysis","Find similar vulnerabilities and bugs across codebases using pattern-based analysis","variant-analysis",{"claudeCode":716},"plugin manifest at plugins/variant-analysis/.claude-plugin/plugin.json",[720,721,722,724],{"path":349,"priority":334},{"path":336,"priority":334},{"path":723,"priority":353},"skills/variant-analysis/SKILL.md",{"path":725,"priority":339},"commands/variants.md",{"basePath":727,"description":728,"displayName":729,"installMethods":730,"rationale":731,"selectedPaths":732,"source":340,"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":729},"plugin manifest at plugins/c-review/.claude-plugin/plugin.json",[733,734,735,737,739,741],{"path":349,"priority":334},{"path":336,"priority":334},{"path":736,"priority":353},"skills/c-review/SKILL.md",{"path":738,"priority":339},"agents/c-review-dedup-judge.md",{"path":740,"priority":339},"agents/c-review-fp-judge.md",{"path":742,"priority":339},"agents/c-review-worker.md",{"basePath":744,"description":745,"displayName":746,"installMethods":747,"rationale":748,"selectedPaths":749,"source":340,"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":746},"plugin manifest at plugins/modern-python/.claude-plugin/plugin.json",[750,751,752,754,755,756,757,759,761,763,765,767,769,771],{"path":349,"priority":334},{"path":336,"priority":334},{"path":753,"priority":353},"skills/modern-python/SKILL.md",{"path":510,"priority":339},{"path":524,"priority":339},{"path":526,"priority":339},{"path":758,"priority":339},"hooks/shims/pip",{"path":760,"priority":339},"hooks/shims/pip-shim.bats",{"path":762,"priority":339},"hooks/shims/pipx",{"path":764,"priority":339},"hooks/shims/pipx-shim.bats",{"path":766,"priority":339},"hooks/shims/python",{"path":768,"priority":339},"hooks/shims/python-shim.bats",{"path":770,"priority":339},"hooks/shims/uv",{"path":772,"priority":339},"hooks/shims/uv-shim.bats",{"basePath":774,"description":775,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":340,"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":776},"plugin manifest at plugins/insecure-defaults/.claude-plugin/plugin.json",[780,781,782],{"path":349,"priority":334},{"path":336,"priority":334},{"path":783,"priority":353},"skills/insecure-defaults/SKILL.md",{"basePath":785,"description":786,"displayName":787,"installMethods":788,"rationale":789,"selectedPaths":790,"source":340,"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":787},"plugin manifest at plugins/second-opinion/.claude-plugin/plugin.json",[791,792,793,795],{"path":349,"priority":334},{"path":336,"priority":334},{"path":794,"priority":353},"skills/second-opinion/SKILL.md",{"path":796,"priority":334},".mcp.json",{"basePath":798,"description":799,"displayName":800,"installMethods":801,"rationale":802,"selectedPaths":803,"source":340,"sourceLanguage":18,"type":271},"plugins/yara-authoring","YARA-X detection rule authoring with linting and quality analysis","yara-authoring",{"claudeCode":800},"plugin manifest at plugins/yara-authoring/.claude-plugin/plugin.json",[804,805,806],{"path":349,"priority":334},{"path":336,"priority":334},{"path":807,"priority":353},"skills/yara-rule-authoring/SKILL.md",{"basePath":809,"description":810,"displayName":811,"installMethods":812,"rationale":813,"selectedPaths":814,"source":340,"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":811},"plugin manifest at plugins/git-cleanup/.claude-plugin/plugin.json",[815,816,817],{"path":349,"priority":334},{"path":336,"priority":334},{"path":818,"priority":353},"skills/git-cleanup/SKILL.md",{"basePath":820,"description":821,"displayName":822,"installMethods":823,"rationale":824,"selectedPaths":825,"source":340,"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":822},"plugin manifest at plugins/workflow-skill-design/.claude-plugin/plugin.json",[826,827,828,830],{"path":349,"priority":334},{"path":336,"priority":334},{"path":829,"priority":353},"skills/designing-workflow-skills/SKILL.md",{"path":831,"priority":339},"agents/workflow-skill-reviewer.md",{"basePath":833,"description":834,"displayName":835,"installMethods":836,"rationale":837,"selectedPaths":838,"source":340,"sourceLanguage":18,"type":271},"plugins/seatbelt-sandboxer","Generate minimal macOS Seatbelt sandbox configurations for applications","seatbelt-sandboxer",{"claudeCode":835},"plugin manifest at plugins/seatbelt-sandboxer/.claude-plugin/plugin.json",[839,840,841],{"path":349,"priority":334},{"path":336,"priority":334},{"path":842,"priority":353},"skills/seatbelt-sandboxer/SKILL.md",{"basePath":844,"description":845,"displayName":846,"installMethods":847,"rationale":848,"selectedPaths":849,"source":340,"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":846},"plugin manifest at plugins/supply-chain-risk-auditor/.claude-plugin/plugin.json",[850,851,852],{"path":349,"priority":334},{"path":336,"priority":334},{"path":853,"priority":353},"skills/supply-chain-risk-auditor/SKILL.md",{"basePath":855,"description":856,"displayName":857,"installMethods":858,"rationale":859,"selectedPaths":860,"source":340,"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":857},"plugin manifest at plugins/zeroize-audit/.claude-plugin/plugin.json",[861,862,863,865,867,869,871,873,875,877,879,881,883,885],{"path":349,"priority":334},{"path":336,"priority":334},{"path":864,"priority":353},"skills/zeroize-audit/SKILL.md",{"path":866,"priority":339},"agents/0-preflight.md",{"path":868,"priority":339},"agents/1-mcp-resolver.md",{"path":870,"priority":339},"agents/2-source-analyzer.md",{"path":872,"priority":339},"agents/2b-rust-source-analyzer.md",{"path":874,"priority":339},"agents/3-tu-compiler-analyzer.md",{"path":876,"priority":339},"agents/3b-rust-compiler-analyzer.md",{"path":878,"priority":339},"agents/4-report-assembler.md",{"path":880,"priority":339},"agents/5-poc-generator.md",{"path":882,"priority":339},"agents/5b-poc-validator.md",{"path":884,"priority":339},"agents/5c-poc-verifier.md",{"path":886,"priority":339},"agents/6-test-generator.md",{"basePath":888,"description":889,"displayName":890,"installMethods":891,"rationale":892,"selectedPaths":893,"source":340,"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":890},"plugin manifest at plugins/let-fate-decide/.claude-plugin/plugin.json",[894,895,896,898],{"path":349,"priority":334},{"path":336,"priority":334},{"path":897,"priority":353},"skills/let-fate-decide/SKILL.md",{"path":899,"priority":339},"agents/draw.md",{"basePath":901,"description":902,"displayName":903,"installMethods":904,"rationale":905,"selectedPaths":906,"source":340,"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":903},"plugin manifest at plugins/agentic-actions-auditor/.claude-plugin/plugin.json",[907,908,909],{"path":349,"priority":334},{"path":336,"priority":334},{"path":910,"priority":353},"skills/agentic-actions-auditor/SKILL.md",{"basePath":912,"description":913,"displayName":914,"installMethods":915,"rationale":916,"selectedPaths":917,"source":340,"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":914},"plugin manifest at plugins/skill-improver/.claude-plugin/plugin.json",[918,919,920,922,924,926,927],{"path":349,"priority":334},{"path":336,"priority":334},{"path":921,"priority":353},"skills/skill-improver/SKILL.md",{"path":923,"priority":339},"commands/cancel-skill-improver.md",{"path":925,"priority":339},"commands/skill-improver.md",{"path":510,"priority":339},{"path":928,"priority":339},"hooks/stop-hook.sh",{"basePath":930,"description":931,"displayName":932,"installMethods":933,"rationale":934,"selectedPaths":935,"source":340,"sourceLanguage":18,"type":271},"plugins/fp-check","Systematic false positive verification for security bug analysis with mandatory gate reviews","fp-check",{"claudeCode":932},"plugin manifest at plugins/fp-check/.claude-plugin/plugin.json",[936,937,938,940,942,944,946],{"path":349,"priority":334},{"path":336,"priority":334},{"path":939,"priority":353},"skills/fp-check/SKILL.md",{"path":941,"priority":339},"agents/data-flow-analyzer.md",{"path":943,"priority":339},"agents/exploitability-verifier.md",{"path":945,"priority":339},"agents/poc-builder.md",{"path":510,"priority":339},{"basePath":948,"description":949,"displayName":950,"installMethods":951,"rationale":952,"selectedPaths":953,"source":340,"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":950},"plugin manifest at plugins/dimensional-analysis/.claude-plugin/plugin.json",[954,955,956,958,960,962,964,966],{"path":349,"priority":334},{"path":336,"priority":334},{"path":957,"priority":353},"skills/dimensional-analysis/SKILL.md",{"path":959,"priority":339},"agents/arithmetic-scanner.md",{"path":961,"priority":339},"agents/dimension-annotator.md",{"path":963,"priority":339},"agents/dimension-discoverer.md",{"path":965,"priority":339},"agents/dimension-propagator.md",{"path":967,"priority":339},"agents/dimension-validator.md",{"basePath":969,"description":970,"displayName":501,"installMethods":971,"rationale":972,"selectedPaths":973,"source":340,"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",[974],{"path":975,"priority":334},"SKILL.md",{"basePath":977,"description":978,"displayName":903,"installMethods":979,"rationale":980,"selectedPaths":981,"source":340,"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",[982,983,985,987,989,991,993,995,997,999,1001,1003,1005],{"path":975,"priority":334},{"path":984,"priority":353},"references/action-profiles.md",{"path":986,"priority":353},"references/cross-file-resolution.md",{"path":988,"priority":353},"references/foundations.md",{"path":990,"priority":353},"references/vector-a-env-var-intermediary.md",{"path":992,"priority":353},"references/vector-b-direct-expression-injection.md",{"path":994,"priority":353},"references/vector-c-cli-data-fetch.md",{"path":996,"priority":353},"references/vector-d-pr-target-checkout.md",{"path":998,"priority":353},"references/vector-e-error-log-injection.md",{"path":1000,"priority":353},"references/vector-f-subshell-expansion.md",{"path":1002,"priority":353},"references/vector-g-eval-of-ai-output.md",{"path":1004,"priority":353},"references/vector-h-dangerous-sandbox-configs.md",{"path":1006,"priority":353},"references/vector-i-wildcard-allowlists.md",{"basePath":1008,"description":1009,"displayName":344,"installMethods":1010,"rationale":1011,"selectedPaths":1012,"source":340,"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",[1013],{"path":975,"priority":334},{"basePath":1015,"description":1016,"displayName":357,"installMethods":1017,"rationale":1018,"selectedPaths":1019,"source":340,"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",[1020],{"path":975,"priority":334},{"basePath":1022,"description":1023,"displayName":1024,"installMethods":1025,"rationale":1026,"selectedPaths":1027,"source":340,"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",[1028],{"path":975,"priority":334},{"basePath":1030,"description":1031,"displayName":1032,"installMethods":1033,"rationale":1034,"selectedPaths":1035,"source":340,"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",[1036],{"path":975,"priority":334},{"basePath":1038,"description":1039,"displayName":1040,"installMethods":1041,"rationale":1042,"selectedPaths":1043,"source":340,"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",[1044],{"path":975,"priority":334},{"basePath":1046,"description":1047,"displayName":1048,"installMethods":1049,"rationale":1050,"selectedPaths":1051,"source":340,"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",[1052],{"path":975,"priority":334},{"basePath":1054,"description":1055,"displayName":1056,"installMethods":1057,"rationale":1058,"selectedPaths":1059,"source":340,"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",[1060,1061],{"path":975,"priority":334},{"path":1062,"priority":353},"CHANGELOG.md",{"basePath":1064,"description":1065,"displayName":1066,"installMethods":1067,"rationale":1068,"selectedPaths":1069,"source":340,"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",[1070],{"path":975,"priority":334},{"basePath":1072,"description":1073,"displayName":1074,"installMethods":1075,"rationale":1076,"selectedPaths":1077,"source":340,"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",[1078],{"path":975,"priority":334},{"basePath":1080,"description":1081,"displayName":1082,"installMethods":1083,"rationale":1084,"selectedPaths":1085,"source":340,"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",[1086],{"path":975,"priority":334},{"basePath":1088,"description":1089,"displayName":1090,"installMethods":1091,"rationale":1092,"selectedPaths":1093,"source":340,"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",[1094],{"path":975,"priority":334},{"basePath":1096,"description":1097,"displayName":1098,"installMethods":1099,"rationale":1100,"selectedPaths":1101,"source":340,"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",[1102],{"path":975,"priority":334},{"basePath":1104,"description":1105,"displayName":1106,"installMethods":1107,"rationale":1108,"selectedPaths":1109,"source":340,"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",[1110],{"path":975,"priority":334},{"basePath":1112,"description":1113,"displayName":403,"installMethods":1114,"rationale":1115,"selectedPaths":1116,"source":340,"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",[1117,1118],{"path":975,"priority":334},{"path":1119,"priority":1120},"scripts/burp-search.sh","low",{"basePath":1122,"description":1123,"displayName":729,"installMethods":1124,"rationale":1125,"selectedPaths":1126,"source":340,"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",[1127],{"path":975,"priority":334},{"basePath":1129,"description":1130,"displayName":416,"installMethods":1131,"rationale":1132,"selectedPaths":1133,"source":340,"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",[1134],{"path":975,"priority":334},{"basePath":1136,"description":1137,"displayName":427,"installMethods":1138,"rationale":1139,"selectedPaths":1140,"source":340,"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",[1141,1142,1143,1145,1147,1149,1151,1153,1155,1157],{"path":975,"priority":334},{"path":336,"priority":339},{"path":1144,"priority":353},"references/compiled.md",{"path":1146,"priority":353},"references/javascript.md",{"path":1148,"priority":353},"references/kotlin.md",{"path":1150,"priority":353},"references/php.md",{"path":1152,"priority":353},"references/python.md",{"path":1154,"priority":353},"references/ruby.md",{"path":1156,"priority":353},"references/swift.md",{"path":1158,"priority":353},"references/vm-compiled.md",{"basePath":1160,"description":1161,"displayName":1162,"installMethods":1163,"rationale":1164,"selectedPaths":1165,"source":340,"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",[1166,1167,1169,1171,1173,1175,1177,1179,1181,1183,1185,1187,1189,1191,1193,1195,1197,1199,1201,1203,1205,1207,1209,1211,1213,1215,1217,1219,1221,1223,1225,1227,1229,1231,1233,1235,1237,1239,1241,1243],{"path":975,"priority":334},{"path":1168,"priority":353},"references/anti-patterns.md",{"path":1170,"priority":353},"references/archetype-administrator.md",{"path":1172,"priority":353},"references/archetype-coordinator.md",{"path":1174,"priority":353},"references/archetype-craftsman.md",{"path":1176,"priority":353},"references/archetype-daredevil.md",{"path":1178,"priority":353},"references/archetype-debater.md",{"path":1180,"priority":353},"references/archetype-facilitator.md",{"path":1182,"priority":353},"references/archetype-influencer.md",{"path":1184,"priority":353},"references/archetype-operator.md",{"path":1186,"priority":353},"references/archetype-persuader.md",{"path":1188,"priority":353},"references/archetype-philosopher.md",{"path":1190,"priority":353},"references/archetype-rainmaker.md",{"path":1192,"priority":353},"references/archetype-scholar.md",{"path":1194,"priority":353},"references/archetype-socializer.md",{"path":1196,"priority":353},"references/archetype-specialist.md",{"path":1198,"priority":353},"references/archetype-technical-expert.md",{"path":1200,"priority":353},"references/archetype-traditionalist.md",{"path":1202,"priority":353},"references/archetype-trailblazer.md",{"path":1204,"priority":353},"references/conversation-starters.md",{"path":1206,"priority":353},"references/interview-trait-signals.md",{"path":1208,"priority":353},"references/motivators.md",{"path":1210,"priority":353},"references/patterns-archetypes.md",{"path":1212,"priority":353},"references/primary-traits.md",{"path":1214,"priority":353},"references/secondary-traits.md",{"path":1216,"priority":353},"references/team-composition.md",{"path":1218,"priority":1120},"scripts/check_deps.py",{"path":1220,"priority":1120},"scripts/culture_index/__init__.py",{"path":1222,"priority":1120},"scripts/culture_index/constants.py",{"path":1224,"priority":1120},"scripts/culture_index/extract.py",{"path":1226,"priority":1120},"scripts/culture_index/models.py",{"path":1228,"priority":1120},"scripts/culture_index/opencv_extractor.py",{"path":1230,"priority":1120},"scripts/extract_pdf.py",{"path":1232,"priority":1120},"scripts/pyproject.toml",{"path":1234,"priority":1120},"templates/burnout-report.md",{"path":1236,"priority":1120},"templates/comparison-report.md",{"path":1238,"priority":1120},"templates/hiring-profile.md",{"path":1240,"priority":1120},"templates/individual-report.md",{"path":1242,"priority":1120},"templates/predicted-profile.md",{"path":1244,"priority":1120},"templates/team-report.md",{"basePath":1246,"description":1247,"displayName":451,"installMethods":1248,"rationale":1249,"selectedPaths":1250,"source":340,"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",[1251,1252,1254],{"path":975,"priority":334},{"path":1253,"priority":353},"references/failure-patterns.md",{"path":1255,"priority":1120},"scripts/diagnose.sh",{"basePath":1257,"description":1258,"displayName":462,"installMethods":1259,"rationale":1260,"selectedPaths":1261,"source":340,"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",[1262,1263,1265],{"path":975,"priority":334},{"path":1264,"priority":353},"references/dockerfile-best-practices.md",{"path":1266,"priority":353},"references/features-vs-dockerfile.md",{"basePath":1268,"description":1269,"displayName":473,"installMethods":1270,"rationale":1271,"selectedPaths":1272,"source":340,"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",[1273,1274,1276,1278,1280],{"path":975,"priority":334},{"path":1275,"priority":353},"adversarial.md",{"path":1277,"priority":353},"methodology.md",{"path":1279,"priority":353},"patterns.md",{"path":1281,"priority":353},"reporting.md",{"basePath":1283,"description":1284,"displayName":950,"installMethods":1285,"rationale":1286,"selectedPaths":1287,"source":340,"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",[1288,1289,1291,1293,1295],{"path":975,"priority":334},{"path":1290,"priority":353},"references/annotate.md",{"path":1292,"priority":353},"references/bug-patterns.md",{"path":1294,"priority":353},"references/common-dimensions.md",{"path":1296,"priority":353},"references/dimension-algebra.md",{"basePath":1298,"description":1299,"displayName":536,"installMethods":1300,"rationale":1301,"selectedPaths":1302,"source":340,"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",[1303],{"path":975,"priority":334},{"basePath":1305,"description":1306,"displayName":547,"installMethods":1307,"rationale":1308,"selectedPaths":1309,"source":340,"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",[1310,1311,1313,1315,1317,1319,1321,1323],{"path":975,"priority":334},{"path":1312,"priority":353},"references/cosmwasm.md",{"path":1314,"priority":353},"references/move-aptos.md",{"path":1316,"priority":353},"references/move-sui.md",{"path":1318,"priority":353},"references/solana.md",{"path":1320,"priority":353},"references/solidity.md",{"path":1322,"priority":353},"references/ton.md",{"path":1324,"priority":353},"references/vyper.md",{"basePath":1326,"description":1327,"displayName":488,"installMethods":1328,"rationale":1329,"selectedPaths":1330,"source":340,"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",[1331,1332],{"path":975,"priority":334},{"path":1333,"priority":353},"references/vulnerabilities.md",{"basePath":1335,"description":1336,"displayName":932,"installMethods":1337,"rationale":1338,"selectedPaths":1339,"source":340,"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",[1340,1341,1343,1345,1347,1349,1351],{"path":975,"priority":334},{"path":1342,"priority":353},"references/bug-class-verification.md",{"path":1344,"priority":353},"references/deep-verification.md",{"path":1346,"priority":353},"references/evidence-templates.md",{"path":1348,"priority":353},"references/false-positive-patterns.md",{"path":1350,"priority":353},"references/gate-reviews.md",{"path":1352,"priority":353},"references/standard-verification.md",{"basePath":1354,"description":810,"displayName":811,"installMethods":1355,"rationale":1356,"selectedPaths":1357,"source":340,"sourceLanguage":18,"type":261},"plugins/git-cleanup/skills/git-cleanup",{"claudeCode":12},"SKILL.md frontmatter at plugins/git-cleanup/skills/git-cleanup/SKILL.md",[1358],{"path":975,"priority":334},{"basePath":1360,"description":1361,"displayName":776,"installMethods":1362,"rationale":1363,"selectedPaths":1364,"source":340,"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",[1365,1366],{"path":975,"priority":334},{"path":1367,"priority":353},"references/examples.md",{"basePath":1369,"description":1370,"displayName":890,"installMethods":1371,"rationale":1372,"selectedPaths":1373,"source":340,"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",[1374,1375,1377,1379,1380],{"path":975,"priority":334},{"path":1376,"priority":353},"references/INTERPRETATION_GUIDE.md",{"path":1378,"priority":1120},"scripts/draw_cards.py",{"path":1232,"priority":1120},{"path":1381,"priority":1120},"scripts/test_draw_cards.py",{"basePath":1383,"description":1384,"displayName":746,"installMethods":1385,"rationale":1386,"selectedPaths":1387,"source":340,"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",[1388,1389,1391,1393,1395,1397,1399,1401,1403,1405,1407,1409],{"path":975,"priority":334},{"path":1390,"priority":353},"references/dependabot.md",{"path":1392,"priority":353},"references/migration-checklist.md",{"path":1394,"priority":353},"references/pep723-scripts.md",{"path":1396,"priority":353},"references/prek.md",{"path":1398,"priority":353},"references/pyproject.md",{"path":1400,"priority":353},"references/ruff-config.md",{"path":1402,"priority":353},"references/security-setup.md",{"path":1404,"priority":353},"references/testing.md",{"path":1406,"priority":353},"references/uv-commands.md",{"path":1408,"priority":1120},"templates/dependabot.yml",{"path":1410,"priority":1120},"templates/pre-commit-config.yaml",{"basePath":1412,"description":559,"displayName":560,"installMethods":1413,"rationale":1414,"selectedPaths":1415,"source":340,"sourceLanguage":18,"type":261},"plugins/mutation-testing/skills/mutation-testing",{"claudeCode":12},"SKILL.md frontmatter at plugins/mutation-testing/skills/mutation-testing/SKILL.md",[1416,1417],{"path":975,"priority":334},{"path":1418,"priority":353},"references/optimization-strategies.md",{"basePath":1420,"description":1421,"displayName":571,"installMethods":1422,"rationale":1423,"selectedPaths":1424,"source":340,"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",[1425,1426,1427,1429,1431,1433,1435,1437,1439],{"path":975,"priority":334},{"path":336,"priority":339},{"path":1428,"priority":353},"references/design.md",{"path":1430,"priority":353},"references/generating.md",{"path":1432,"priority":353},"references/interpreting-failures.md",{"path":1434,"priority":353},"references/libraries.md",{"path":1436,"priority":353},"references/refactoring.md",{"path":1438,"priority":353},"references/reviewing.md",{"path":1440,"priority":353},"references/strategies.md",{"basePath":1442,"description":1443,"displayName":835,"installMethods":1444,"rationale":1445,"selectedPaths":1446,"source":340,"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",[1447],{"path":975,"priority":334},{"basePath":1449,"description":1450,"displayName":787,"installMethods":1451,"rationale":1452,"selectedPaths":1453,"source":340,"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",[1454,1455,1457,1459],{"path":975,"priority":334},{"path":1456,"priority":353},"references/codex-invocation.md",{"path":1458,"priority":353},"references/codex-review-schema.json",{"path":1460,"priority":353},"references/gemini-invocation.md",{"basePath":1462,"description":1463,"displayName":582,"installMethods":1464,"rationale":1465,"selectedPaths":1466,"source":340,"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",[1467,1468,1470],{"path":975,"priority":334},{"path":1469,"priority":353},"references/quick-reference.md",{"path":1471,"priority":353},"references/workflow.md",{"basePath":1473,"description":1474,"displayName":595,"installMethods":1475,"rationale":1476,"selectedPaths":1477,"source":340,"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",[1478,1479,1481,1483],{"path":975,"priority":334},{"path":1480,"priority":353},"references/applicability-analysis.md",{"path":1482,"priority":353},"references/language-syntax-guide.md",{"path":1471,"priority":353},{"basePath":1485,"description":1486,"displayName":606,"installMethods":1487,"rationale":1488,"selectedPaths":1489,"source":340,"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",[1490,1491,1493,1495,1497,1499,1501,1503,1505,1507,1509,1511,1513,1515,1517,1519,1521],{"path":975,"priority":334},{"path":1492,"priority":353},"references/auth-patterns.md",{"path":1494,"priority":353},"references/case-studies.md",{"path":1496,"priority":353},"references/config-patterns.md",{"path":1498,"priority":353},"references/crypto-apis.md",{"path":1500,"priority":353},"references/lang-c.md",{"path":1502,"priority":353},"references/lang-csharp.md",{"path":1504,"priority":353},"references/lang-go.md",{"path":1506,"priority":353},"references/lang-java.md",{"path":1508,"priority":353},"references/lang-javascript.md",{"path":1510,"priority":353},"references/lang-kotlin.md",{"path":1512,"priority":353},"references/lang-php.md",{"path":1514,"priority":353},"references/lang-python.md",{"path":1516,"priority":353},"references/lang-ruby.md",{"path":1518,"priority":353},"references/lang-rust.md",{"path":1520,"priority":353},"references/lang-swift.md",{"path":1522,"priority":353},"references/language-specific.md",{"basePath":1524,"description":1525,"displayName":914,"installMethods":1526,"rationale":1527,"selectedPaths":1528,"source":340,"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",[1529],{"path":975,"priority":334},{"basePath":1531,"description":1532,"displayName":633,"installMethods":1533,"rationale":1534,"selectedPaths":1535,"source":340,"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",[1536],{"path":975,"priority":334},{"basePath":1538,"description":1539,"displayName":307,"installMethods":1540,"rationale":1541,"selectedPaths":1542,"source":340,"sourceLanguage":18,"type":261},"plugins/static-analysis/skills/codeql","Scans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis. Triggers on \"run codeql\", \"codeql scan\", \"codeql analysis\", \"build codeql database\", or \"find vulnerabilities with codeql\". Supports \"run all\" (security-and-quality + security-experimental suites) and \"important only\" (high-precision security findings) scan modes. Also handles creating data extension models and processing CodeQL SARIF output.",{"claudeCode":12},"SKILL.md frontmatter at plugins/static-analysis/skills/codeql/SKILL.md",[1543,1544,1546,1548,1550,1552,1554,1556,1558,1560,1562,1564,1566],{"path":975,"priority":334},{"path":1545,"priority":353},"references/build-fixes.md",{"path":1547,"priority":353},"references/diagnostic-query-templates.md",{"path":1549,"priority":353},"references/extension-yaml-format.md",{"path":1551,"priority":353},"references/important-only-suite.md",{"path":1553,"priority":353},"references/language-details.md",{"path":1555,"priority":353},"references/macos-arm64e-workaround.md",{"path":1557,"priority":353},"references/performance-tuning.md",{"path":1559,"priority":353},"references/quality-assessment.md",{"path":1561,"priority":353},"references/ruleset-catalog.md",{"path":1563,"priority":353},"references/run-all-suite.md",{"path":1565,"priority":353},"references/sarif-processing.md",{"path":1567,"priority":353},"references/threat-models.md",{"basePath":257,"description":10,"displayName":260,"installMethods":1569,"rationale":1570,"selectedPaths":1571,"source":340,"sourceLanguage":18,"type":261},{"claudeCode":12},"SKILL.md frontmatter at plugins/static-analysis/skills/sarif-parsing/SKILL.md",[1572],{"path":975,"priority":334},{"basePath":1574,"description":1575,"displayName":308,"installMethods":1576,"rationale":1577,"selectedPaths":1578,"source":340,"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":975,"priority":334},{"path":1581,"priority":353},"references/rulesets.md",{"path":1583,"priority":353},"references/scan-modes.md",{"path":1585,"priority":353},"references/scanner-task-prompt.md",{"path":1587,"priority":1120},"scripts/merge_sarif.py",{"basePath":1589,"description":1590,"displayName":846,"installMethods":1591,"rationale":1592,"selectedPaths":1593,"source":340,"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":975,"priority":334},{"basePath":1596,"description":1597,"displayName":1598,"installMethods":1599,"rationale":1600,"selectedPaths":1601,"source":340,"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":975,"priority":334},{"basePath":1604,"description":1605,"displayName":1606,"installMethods":1607,"rationale":1608,"selectedPaths":1609,"source":340,"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":975,"priority":334},{"basePath":1612,"description":1613,"displayName":1614,"installMethods":1615,"rationale":1616,"selectedPaths":1617,"source":340,"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":975,"priority":334},{"basePath":1620,"description":1621,"displayName":1622,"installMethods":1623,"rationale":1624,"selectedPaths":1625,"source":340,"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":975,"priority":334},{"basePath":1628,"description":1629,"displayName":1630,"installMethods":1631,"rationale":1632,"selectedPaths":1633,"source":340,"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":975,"priority":334},{"basePath":1636,"description":1637,"displayName":1638,"installMethods":1639,"rationale":1640,"selectedPaths":1641,"source":340,"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":975,"priority":334},{"basePath":1644,"description":1645,"displayName":1646,"installMethods":1647,"rationale":1648,"selectedPaths":1649,"source":340,"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":975,"priority":334},{"basePath":1652,"description":1653,"displayName":1654,"installMethods":1655,"rationale":1656,"selectedPaths":1657,"source":340,"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":975,"priority":334},{"basePath":1660,"description":1661,"displayName":1662,"installMethods":1663,"rationale":1664,"selectedPaths":1665,"source":340,"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":975,"priority":334},{"basePath":1668,"description":1669,"displayName":1670,"installMethods":1671,"rationale":1672,"selectedPaths":1673,"source":340,"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":975,"priority":334},{"basePath":1676,"description":1677,"displayName":1678,"installMethods":1679,"rationale":1680,"selectedPaths":1681,"source":340,"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":975,"priority":334},{"basePath":1684,"description":1685,"displayName":1686,"installMethods":1687,"rationale":1688,"selectedPaths":1689,"source":340,"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":975,"priority":334},{"basePath":1692,"description":1693,"displayName":1694,"installMethods":1695,"rationale":1696,"selectedPaths":1697,"source":340,"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":975,"priority":334},{"basePath":1700,"description":1701,"displayName":1702,"installMethods":1703,"rationale":1704,"selectedPaths":1705,"source":340,"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":975,"priority":334},{"path":1708,"priority":353},"agent-prompt.md",{"path":1710,"priority":353},"discovery.md",{"path":1712,"priority":1120},"templates/domain-skill.md",{"path":1714,"priority":1120},"templates/fuzzer-skill.md",{"path":1716,"priority":1120},"templates/technique-skill.md",{"path":1718,"priority":1120},"templates/tool-skill.md",{"path":1720,"priority":353},"testing.md",{"basePath":1722,"description":1723,"displayName":1724,"installMethods":1725,"rationale":1726,"selectedPaths":1727,"source":340,"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":975,"priority":334},{"basePath":1730,"description":1731,"displayName":1732,"installMethods":1733,"rationale":1734,"selectedPaths":1735,"source":340,"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":975,"priority":334},{"path":1738,"priority":353},"references/formats.md",{"basePath":1740,"description":1741,"displayName":1742,"installMethods":1743,"rationale":1744,"selectedPaths":1745,"source":340,"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":975,"priority":334},{"path":1748,"priority":1120},"examples/simple-handshake/expected-output.md",{"path":1750,"priority":1120},"examples/simple-handshake/protocol.py",{"path":1752,"priority":1120},"examples/simple-proverif/expected-output.md",{"path":1754,"priority":1120},"examples/simple-proverif/model.pv",{"path":1756,"priority":353},"references/ascii-sequence-diagram.md",{"path":1758,"priority":353},"references/mermaid-sequence-syntax.md",{"path":1760,"priority":353},"references/protocol-patterns.md",{"path":1762,"priority":353},"references/spec-parsing-patterns.md",{"basePath":1764,"description":1765,"displayName":1766,"installMethods":1767,"rationale":1768,"selectedPaths":1769,"source":340,"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":975,"priority":334},{"path":1772,"priority":353},"references/diagram-types.md",{"path":1774,"priority":353},"references/mermaid-syntax.md",{"path":1776,"priority":1120},"scripts/diagram.py",{"basePath":1778,"description":1779,"displayName":1780,"installMethods":1781,"rationale":1782,"selectedPaths":1783,"source":340,"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":975,"priority":334},{"path":1786,"priority":353},"references/graph-analysis.md",{"path":1788,"priority":353},"references/mutation-frameworks.md",{"path":1790,"priority":353},"references/triage-methodology.md",{"basePath":1792,"description":1793,"displayName":1794,"installMethods":1795,"rationale":1796,"selectedPaths":1797,"source":340,"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":975,"priority":334},{"path":1800,"priority":353},"references/evolution-metrics.md",{"path":1802,"priority":353},"references/report-format.md",{"path":1804,"priority":1120},"scripts/graph_diff.py",{"basePath":1806,"description":1807,"displayName":1808,"installMethods":1809,"rationale":1810,"selectedPaths":1811,"source":340,"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":975,"priority":334},{"path":1814,"priority":1120},"examples/simple-handshake/diagram.md",{"path":1816,"priority":1120},"examples/simple-handshake/sample-output.pv",{"path":1818,"priority":353},"references/crypto-to-proverif-mapping.md",{"path":1820,"priority":353},"references/proverif-syntax.md",{"path":1822,"priority":353},"references/security-properties.md",{"basePath":1824,"description":1825,"displayName":687,"installMethods":1826,"rationale":1827,"selectedPaths":1828,"source":340,"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":975,"priority":334},{"path":1831,"priority":353},"references/preanalysis-passes.md",{"path":1833,"priority":353},"references/query-patterns.md",{"basePath":1835,"description":1836,"displayName":1837,"installMethods":1838,"rationale":1839,"selectedPaths":1840,"source":340,"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":975,"priority":334},{"basePath":1843,"description":1844,"displayName":1845,"installMethods":1846,"rationale":1847,"selectedPaths":1848,"source":340,"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":975,"priority":334},{"basePath":1851,"description":1852,"displayName":1853,"installMethods":1854,"rationale":1855,"selectedPaths":1856,"source":340,"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":975,"priority":334},{"path":1859,"priority":353},"references/fault-simulation.md",{"path":1861,"priority":353},"references/lessons-learned.md",{"path":1788,"priority":353},{"path":1864,"priority":353},"references/report-template.md",{"path":1866,"priority":353},"references/vector-patterns.md",{"basePath":1868,"description":1869,"displayName":716,"installMethods":1870,"rationale":1871,"selectedPaths":1872,"source":340,"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":975,"priority":334},{"path":1875,"priority":353},"METHODOLOGY.md",{"basePath":1877,"description":1878,"displayName":1879,"installMethods":1880,"rationale":1881,"selectedPaths":1882,"source":340,"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":975,"priority":334},{"path":1168,"priority":353},{"path":1886,"priority":353},"references/progressive-disclosure-guide.md",{"path":1888,"priority":353},"references/tool-assignment-guide.md",{"path":1890,"priority":353},"references/workflow-patterns.md",{"basePath":1892,"description":1893,"displayName":1894,"installMethods":1895,"rationale":1896,"selectedPaths":1897,"source":340,"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":975,"priority":334},{"path":1900,"priority":1120},"examples/MAL_Mac_ProtonRAT_Jan25.yar",{"path":1902,"priority":1120},"examples/MAL_NPM_SupplyChain_Jan25.yar",{"path":1904,"priority":1120},"examples/MAL_Win_Remcos_Jan25.yar",{"path":1906,"priority":1120},"examples/SUSP_CRX_SuspiciousPermissions.yar",{"path":1908,"priority":1120},"examples/SUSP_JS_Obfuscation_Jan25.yar",{"path":1910,"priority":353},"references/crx-module.md",{"path":1912,"priority":353},"references/dex-module.md",{"path":1914,"priority":353},"references/performance.md",{"path":1916,"priority":353},"references/strings.md",{"path":1918,"priority":353},"references/style-guide.md",{"path":1404,"priority":353},{"path":1921,"priority":1120},"scripts/atom_analyzer.py",{"path":1232,"priority":1120},{"path":1924,"priority":1120},"scripts/yara_lint.py",{"basePath":1926,"description":1927,"displayName":857,"installMethods":1928,"rationale":1929,"selectedPaths":1930,"source":340,"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":975,"priority":334},{"path":1933,"priority":1120},"prompts/report_template.md",{"path":1935,"priority":1120},"prompts/system.md",{"path":1937,"priority":1120},"prompts/task.md",{"path":1939,"priority":353},"references/compile-commands.md",{"path":1941,"priority":353},"references/detection-strategy.md",{"path":1943,"priority":353},"references/ir-analysis.md",{"path":1945,"priority":353},"references/mcp-analysis.md",{"path":1947,"priority":353},"references/poc-generation.md",{"path":1949,"priority":353},"references/rust-zeroization-patterns.md",{"path":1951,"priority":1120},"tools/analyze_asm.sh",{"path":1953,"priority":1120},"tools/analyze_cfg.py",{"path":1955,"priority":1120},"tools/analyze_heap.sh",{"path":1957,"priority":1120},"tools/analyze_ir_semantic.py",{"path":1959,"priority":1120},"tools/diff_ir.sh",{"path":1961,"priority":1120},"tools/diff_rust_mir.sh",{"path":1963,"priority":1120},"tools/emit_asm.sh",{"path":1965,"priority":1120},"tools/emit_ir.sh",{"path":1967,"priority":1120},"tools/emit_rust_asm.sh",{"path":1969,"priority":1120},"tools/emit_rust_ir.sh",{"path":1971,"priority":1120},"tools/emit_rust_mir.sh",{"path":1973,"priority":1120},"tools/extract_compile_flags.py",{"path":1975,"priority":1120},"tools/generate_poc.py",{"path":1977,"priority":1120},"tools/mcp/apply_confidence_gates.py",{"path":1979,"priority":1120},"tools/mcp/check_mcp.sh",{"path":1981,"priority":1120},"tools/mcp/normalize_mcp_evidence.py",{"path":1983,"priority":1120},"tools/scripts/check_llvm_patterns.py",{"path":1985,"priority":1120},"tools/scripts/check_mir_patterns.py",{"path":1987,"priority":1120},"tools/scripts/check_rust_asm.py",{"path":1989,"priority":1120},"tools/scripts/check_rust_asm_aarch64.py",{"path":1991,"priority":1120},"tools/scripts/check_rust_asm_x86.py",{"path":1993,"priority":1120},"tools/scripts/find_dangerous_apis.py",{"path":1995,"priority":1120},"tools/scripts/semantic_audit.py",{"path":1997,"priority":1120},"tools/track_dataflow.sh",{"path":1999,"priority":1120},"tools/validate_rust_toolchain.sh",{"basePath":425,"installMethods":2001,"rationale":2003,"selectedPaths":2004,"source":340,"sourceLanguage":18,"type":2010},{"pypi":2002},"ct-analyzer","cli ecosystem detected at plugins/constant-time-analysis",[2005,2007,2008],{"path":2006,"priority":334},"pyproject.toml",{"path":336,"priority":334},{"path":2009,"priority":353},"ct_analyzer/analyzer.py","cli",{"sources":2012},[2013],"manual",{"closedIssues90d":245,"description":2015,"forks":246,"license":252,"openIssues90d":247,"pushedAt":248,"readmeSize":243,"stars":249,"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,[222,220,218,221,219],{"evaluatedAt":255,"extractAt":302,"updatedAt":255},[],[2026,2047,2075,2105,2135,2161],{"_creationTime":2027,"_id":2028,"community":2029,"display":2030,"identity":2032,"providers":2033,"relations":2042,"tags":2044,"workflow":2045},1778698175626.3335,"k176k0643gwgepjss676qzk48586ngdf",{"reviewCount":8},{"description":1731,"installMethods":2031,"name":1732,"sourceUrl":14},{"claudeCode":12},{"basePath":1730,"githubOwner":258,"githubRepo":259,"locale":18,"slug":1732,"type":261},{"evaluate":2034,"extract":2041},{"promptVersionExtension":211,"promptVersionScoring":212,"score":2035,"tags":2036,"targetMarket":223,"tier":2040},95,[2037,219,2038,221,218,2039],"code-analysis","code-graphing","weaudit","verified",{"commitSha":292},{"parentExtensionId":2043,"repoId":298},"k17208vnntn8bxg0xzjnwtmntx86mctp",[2037,2038,218,221,219,2039],{"evaluatedAt":2046,"extractAt":302,"updatedAt":2046},1778699835551,{"_creationTime":2048,"_id":2049,"community":2050,"display":2051,"identity":2057,"providers":2061,"relations":2068,"tags":2071,"workflow":2072},1778699018122.7927,"k172qs5m5jvyrgpd8psfrfmz2s86m9vb",{"reviewCount":8},{"description":2052,"installMethods":2053,"name":2055,"sourceUrl":2056},"Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.",{"claudeCode":2054},"wshobson/agents","secrets-management","https://github.com/wshobson/agents",{"basePath":2058,"githubOwner":2059,"githubRepo":2060,"locale":18,"slug":2055,"type":261},"plugins/cicd-automation/skills/secrets-management","wshobson","agents",{"evaluate":2062,"extract":2067},{"promptVersionExtension":211,"promptVersionScoring":212,"score":2063,"tags":2064,"targetMarket":223,"tier":2040},100,[2055,222,2065,2066,287],"vault","aws-secrets-manager",{"commitSha":292},{"parentExtensionId":2069,"repoId":2070},"k1748zrty6tytzs86tpyrrbaxn86mfmj","kd74de64zj0axtg5b8t7eqqe2x86nske",[2066,222,2055,287,2065],{"evaluatedAt":2073,"extractAt":2074,"updatedAt":2073},1778700789419,1778699018122,{"_creationTime":2076,"_id":2077,"community":2078,"display":2079,"identity":2085,"providers":2090,"relations":2099,"tags":2101,"workflow":2102},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":2080,"installMethods":2081,"name":2083,"sourceUrl":2084},"Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.",{"claudeCode":2082},"steipete/clawdis","ClawSweeper Skill","https://github.com/steipete/clawdis",{"basePath":2086,"githubOwner":2087,"githubRepo":2088,"locale":18,"slug":2089,"type":261},".agents/skills/clawsweeper","steipete","clawdis","clawsweeper",{"evaluate":2091,"extract":2097},{"promptVersionExtension":211,"promptVersionScoring":212,"score":2063,"tags":2092,"targetMarket":223,"tier":2040},[2093,2094,2095,2096,222],"github","automation","code-review","maintenance",{"commitSha":292,"license":2098},"MIT",{"repoId":2100},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[2094,222,2095,2093,2096],{"evaluatedAt":2103,"extractAt":2104,"updatedAt":2103},1778697688364,1778697652123,{"_creationTime":2106,"_id":2107,"community":2108,"display":2109,"identity":2115,"providers":2119,"relations":2128,"tags":2131,"workflow":2132},1778693180473.13,"k171q6ygmjjyh4tynhnym1v9cn86m7q0",{"reviewCount":8},{"description":2110,"installMethods":2111,"name":2113,"sourceUrl":2114},"Execute Azure deployments for ALREADY-PREPARED applications that have existing .azure/deployment-plan.md and infrastructure files. DO NOT use this skill when the user asks to CREATE a new application — use azure-prepare instead. This skill runs azd up, azd deploy, terraform apply, and az deployment commands with built-in error recovery. Requires .azure/deployment-plan.md from azure-prepare and validated status from azure-validate. WHEN: \"run azd up\", \"run azd deploy\", \"execute deployment\", \"push to production\", \"push to cloud\", \"go live\", \"ship it\", \"bicep deploy\", \"terraform apply\", \"publish to Azure\", \"launch on Azure\". DO NOT USE WHEN: \"create and deploy\", \"build and deploy\", \"create a new app\", \"set up infrastructure\", \"create and deploy to Azure using Terraform\" — use azure-prepare for these.",{"claudeCode":2112},"microsoft/agent-skills","Azure Deploy","https://github.com/microsoft/agent-skills",{"basePath":2116,"githubOwner":2117,"githubRepo":2017,"locale":18,"slug":2118,"type":261},".github/plugins/azure-skills/skills/azure-deploy","microsoft","azure-deploy",{"evaluate":2120,"extract":2127},{"promptVersionExtension":211,"promptVersionScoring":212,"score":2063,"tags":2121,"targetMarket":223,"tier":2040},[2122,2123,2124,2125,2126,2094,222],"azure","deployment","bicep","terraform","azd",{"commitSha":292,"license":2098},{"parentExtensionId":2129,"repoId":2130},"k17934axs3g4g0b9056mbcsz0986m02a","kd77czgnv00rfjm815pcc5xx5986n5t8",[2094,2126,2122,2124,222,2123,2125],{"evaluatedAt":2133,"extractAt":2134,"updatedAt":2133},1778696225011,1778693180473,{"_creationTime":2136,"_id":2137,"community":2138,"display":2139,"identity":2145,"providers":2148,"relations":2155,"tags":2157,"workflow":2158},1778694578248.1042,"k17fdepncm15jzpekss5e8a0m986n6xd",{"reviewCount":8},{"description":2140,"installMethods":2141,"name":2143,"sourceUrl":2144},"Authoritative reference for how docs in this repo (and 5 other Netdata-org repos) become published pages on `learn.netdata.cloud`. Covers the `\u003Crepo>/docs/.map/map.yaml` source-of-truth (the actual lever -- filesystem path is irrelevant for routing), the live `ingest/ingest.py` orchestrator in the learn repo (NOT the legacy `ingest.js`), frontmatter injection, slug rules, sidebar autogeneration, MDX escape rules, versioning, the 4-mechanism redirect stack, the 6 source repositories, the every-3-hours CI ingest, Netlify deploy, and the `part_of_learn=True` opt-in for files hand-authored in the learn repo. Use when adding/moving/renaming/deleting a docs page; when a page on Learn looks wrong; when wondering whether to edit a doc here or in the learn repo; when reading `ingest.py`, `sidebars.js`, `docusaurus.config.js`, `static.toml`, `LegacyLearnCorrelateLinksWithGHURLs.json`, `netlify.toml`, the `\u003C!--startmeta` blocks in `.mdx` files, or the workflows `ingest.yml` and `daily-learn-link-check.yml`.",{"claudeCode":2142},"netdata/netdata","learn-site-structure","https://github.com/netdata/netdata",{"basePath":2146,"githubOwner":2147,"githubRepo":2147,"locale":18,"slug":2143,"type":261},".agents/skills/learn-site-structure","netdata",{"evaluate":2149,"extract":2154},{"promptVersionExtension":211,"promptVersionScoring":212,"score":2063,"tags":2150,"targetMarket":223,"tier":2040},[2151,2152,2153,2147,222],"documentation","publishing","workflow",{"commitSha":292},{"repoId":2156},"kd70yp91ybn40a638h3hzz6nbd86m2cw",[222,2151,2147,2152,2153],{"evaluatedAt":2159,"extractAt":2160,"updatedAt":2159},1778694681982,1778694578248,{"_creationTime":2162,"_id":2163,"community":2164,"display":2165,"identity":2171,"providers":2176,"relations":2183,"tags":2186,"workflow":2187},1778692306427.1038,"k17bgetabcxg89fv9bd9j3xgyn86m243",{"reviewCount":8},{"description":2166,"installMethods":2167,"name":2169,"sourceUrl":2170},"Cross-platform issue triage. Pulls from Sentry (MCP), Linear (MCP), GitHub Issues (gh). Cross-references against code to find already-fixed issues. Auto-resolves fixed ones. Dispatches agents for active issues.",{"claudeCode":2168},"Lifecycle-Innovations-Limited/claude-ops","OPS ► CROSS-PLATFORM TRIAGE","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"basePath":2172,"githubOwner":2173,"githubRepo":2174,"locale":18,"slug":2175,"type":261},"claude-ops/skills/ops-triage","Lifecycle-Innovations-Limited","claude-ops","ops-triage",{"evaluate":2177,"extract":2182},{"promptVersionExtension":211,"promptVersionScoring":212,"score":2063,"tags":2178,"targetMarket":223,"tier":2040},[2179,2094,2180,2181,2093,222],"issue-triage","sentry","linear",{"commitSha":292,"license":2098},{"parentExtensionId":2184,"repoId":2185},"k17d0t6ns7y6t377pfprg128hd86nm89","kd7d52tcek2e34r805zs06b10d86n39v",[2094,222,2093,2179,2181,2180],{"evaluatedAt":2188,"extractAt":2189,"updatedAt":2188},1778693001136,1778692306427]