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