[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-trailofbits-mutation-testing-en":3,"guides-for-trailofbits-mutation-testing":2010,"similar-k1784cngcwxqnmj77y1p4ebgcn86mtvb-en":2011},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":235,"parentExtension":245,"providers":299,"relations":303,"repo":304,"tags":2008,"workflow":2009},1778698175626.3267,"k1784cngcwxqnmj77y1p4ebgcn86mtvb",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"trailofbits/skills","mutation-testing","https://github.com/trailofbits/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":221,"workflow":238},1778699387755.1152,"kn770ef8sff5yjdnzwvbkz621186nw10","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":214,"tier":215,"useCases":216},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,100,104,108,111,114,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of configuring mutation testing campaigns and identifies relevant keywords (mewt, muton, mutation testing) for invoking the skill.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a structured workflow and specific commands for configuring mutation testing campaigns, going beyond basic LLM capabilities and providing concrete value for campaign setup and optimization.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a comprehensive workflow from initialization to running a campaign, including detailed guides and essential commands, indicating it's ready for real-world use in configuring mutation testing.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on configuring and optimizing mewt/muton mutation testing campaigns, with no unrelated capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities and use cases as detailed in the SKILL.md.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The allowed tools (Read, Write, Bash, Grep) are general-purpose and appropriately scoped for the tasks described in the SKILL.md, which primarily involves running commands and inspecting files.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md and referenced optimization strategies document details like target includes/ignores, mutation types, test commands, timeouts, and provides examples of TOML configuration, covering parameters and their effects.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The commands used (`mewt init`, `mewt run`, `mewt print config`, etc.) are descriptive and align with the mutation testing domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill uses standard command-line interfaces and file operations, with inputs and outputs focused on mutation testing configuration and results as expected.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under CC-BY-SA-4.0, a permissive open-source license, as indicated by the bundled LICENSE file.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-11, which is recent, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill does not appear to use third-party dependencies beyond standard shell utilities.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skill does not appear to handle or require secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill primarily executes predefined CLI commands and operates on configuration files, not loading or executing arbitrary third-party data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on local CLI tools (`mewt`) and operates on committed files, with no evidence of runtime fetching of code or instructions from remote sources.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill executes commands within the context of the mutation testing tool and operates on project files, with no indication of attempts to write outside of the expected scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The skill's workflow involves executing CLI commands, but there's no indication of detached process spawns or retry loops around denied calls.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill focuses on configuration and execution of mutation testing; there are no indications of reading or submitting confidential data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled SKILL.md and referenced files do not contain hidden text tricks, invisible Unicode characters, or other steering mechanisms.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's execution relies on standard command-line tools and shell scripts, with no obfuscated or base64-encoded payloads.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes the presence of the `mewt` or `muton` CLI and standard project file structures for configuration, with clear guidance on how to set up targets and includes/ignores.",{"category":96,"check":97,"severity":98,"summary":99},"Trust","Issues Attention","info","In the last 90 days, 13 issues were opened and 4 were closed. The closure rate is below 50%, suggesting potentially slow maintainer response, but the number of open issues is not critically high.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The skill has a changelog and a recent commit date, indicating versioning and maintenance.",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","The skill relies on the `mewt`/`muton` CLI's internal validation for its parameters and file paths, and the SKILL.md provides clear instructions on how to configure these.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","While `mewt mutate` and `mewt run` modify files (generating `.sqlite` databases and potentially test outputs), these are standard operations for mutation testing tools and are not considered destructive in the sense of data loss without recovery.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The skill leverages the underlying `mewt`/`muton` CLI's error handling, which provides specific messages and status codes (Caught, Uncaught, Timeout, Skipped) for different outcomes.",{"category":105,"check":115,"severity":63,"summary":116},"Logging","The skill does not perform destructive actions or outbound calls that would necessitate a separate audit log beyond the standard output of the mutation testing tool.",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","The skill operates on code and configuration files, not personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill's functionality is universal for mutation testing and does not have any regional or jurisdictional limitations.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard CLI tools and Bash scripting, making it portable across POSIX-compatible systems.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README provides a comprehensive overview of the Trail of Bits Skills Marketplace, including installation and available plugins, and links to the specific skill's details.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill exposes a focused set of `mewt` commands related to mutation testing configuration and execution.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The commands provided are distinct and cover specific aspects of mutation testing setup and execution without significant overlap or redundancy.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All features mentioned in the SKILL.md, such as campaign configuration, target scoping, and optimization strategies, are supported by the documented `mewt`/`muton` commands.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for the Claude Code Marketplace and Codex, and the SKILL.md outlines usage with specific commands and examples.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The skill leverages the underlying `mewt`/`muton` CLI which provides specific error messages and status codes like 'Caught', 'Uncaught', 'Timeout', and 'Skipped', guiding the user on the campaign's outcome.",{"category":148,"check":149,"severity":63,"summary":150},"Execution","Pinned dependencies","The skill relies on the system's `mewt` or `muton` installation and standard shell utilities, not specific third-party script dependencies that would require pinning.",{"category":33,"check":152,"severity":98,"summary":153},"Dry-run preview","The `mewt print config` and `mewt print targets` commands allow previewing configuration and targets before running a campaign, but there is no explicit `--dry-run` flag for the mutation generation or execution steps themselves.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The `mewt` CLI itself likely handles timeouts for test execution, and the `mewt run` command initiates a process that can be retried. The skill's workflow is designed around these CLI behaviors.",{"category":118,"check":159,"severity":63,"summary":160},"Telemetry opt-in","The skill does not appear to emit any telemetry.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description precisely states what the skill does (configures mewt/muton campaigns) and when to use it (mentions mutation testing, configuring/optimizing campaigns), naming the artifact (mutation testing campaigns) and user intent (configure, optimize).",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise, clearly stating the skill's name, description, and allowed tools, making it suitable for precise routing.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured with a quick start, reference index, essential commands, and detailed optimization strategies, deferring bulk material to separate files where appropriate.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md effectively uses links to separate files like `workflows/configuration.md` and `references/optimization-strategies.md` for progressive disclosure of detailed procedures and strategies.",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","This skill is not primarily an exploration or deep audit skill; its workflow is directive and configuration-focused.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md includes clear, copy-pasteable command examples for initializing, running, inspecting, and optimizing mutation testing campaigns.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The `optimization-strategies.md` file explicitly addresses edge cases like targeting non-source code, analyzing project structure, and choosing optimization approaches with documented failure modes and recovery steps.",{"category":105,"check":184,"severity":63,"summary":185},"Tool Fallback","The skill relies on the `mewt` or `muton` CLI, which are assumed to be installed; there are no specific MCP tools or fallbacks mentioned.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The optimization strategies guide the user to check and update `mewt.toml` configurations (e.g., targets, mutation types) and provides steps like `mewt purge` to reset state, implying a controlled workflow that halts or reports on unexpected states.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and focuses specifically on mewt/muton mutation testing configuration, without implicit reliance on other skills.",1778699383912,"This skill configures and optimizes mutation testing campaigns using the mewt and muton tools. It provides guidance on initialization, target scoping, optimizing long runs, and running campaigns, with clear command examples and optimization strategies.",[196,197,198,199],"Initialize mewt/muton mutation testing campaigns","Configure target files and optimization strategies","Run and inspect mutation testing campaigns","Analyze campaign results and optimize test runs",[201,202,203],"Analyzing or reporting on completed campaign results without configuration","Discussing general software testing or code coverage without mentioning mutation testing","Providing custom mutation testing tools beyond mewt or muton","3.0.0","4.4.0","To streamline the setup and execution of mutation testing campaigns by providing expert guidance on configuration, optimization, and troubleshooting for mewt and muton.","Highest scoring finding is 'Issues Attention' at info severity. The skill has recent commits, excellent documentation, and a clear scope, warranting a high score.",99,"Excellent skill for configuring and optimizing mutation testing campaigns with mewt/muton.",[13,211,212,213],"code-quality","testing","developer-tools","global","verified",[217,218,219,220],"When a user mentions 'mewt', 'muton', or 'mutation testing'","When a user needs to set up a new mutation testing campaign","When a user wants to optimize a long-running mutation testing campaign","When a user needs to understand mutation testing results and failure modes",{"codeQuality":222,"collectedAt":224,"documentation":225,"maintenance":228,"security":234,"testCoverage":237},{"hasLockfile":223},true,1778699370708,{"descriptionLength":226,"readmeSize":227},239,7901,{"closedIssues90d":229,"forks":230,"hasChangelog":223,"openIssues90d":231,"pushedAt":232,"stars":233},4,455,13,1778517916000,5161,{"hasNpmPackage":235,"license":236,"smitheryVerified":235},false,"CC-BY-SA-4.0",{"hasCi":223,"hasTests":223},{"updatedAt":239},1778699387755,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},"plugins/mutation-testing/skills/mutation-testing","trailofbits","skills","skill",{"_creationTime":246,"_id":247,"community":248,"display":249,"identity":251,"parentExtension":254,"providers":286,"relations":295,"tags":296,"workflow":297},1778698175626.3127,"k17fp6rvnj78nprw4fgq5308nn86mgth",{"reviewCount":8},{"description":10,"installMethods":250,"name":13,"sourceUrl":14},{"claudeCode":13},{"basePath":252,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":253},"plugins/mutation-testing","plugin",{"_creationTime":255,"_id":256,"community":257,"display":258,"identity":261,"providers":264,"relations":280,"tags":282,"workflow":283},1778698175626.309,"k17550d1ve8ghfmwc58xs69e3s86mn86",{"reviewCount":8},{"description":259,"installMethods":260,"name":242,"sourceUrl":14},"Claude Code plugins from Trail of Bits for enhanced AI-assisted security analysis and development",{"claudeCode":12},{"basePath":262,"githubOwner":242,"githubRepo":243,"locale":18,"slug":243,"type":263},"","marketplace",{"evaluate":265,"extract":274},{"promptVersionExtension":266,"promptVersionScoring":205,"score":267,"tags":268,"targetMarket":214,"tier":273},"3.1.0",75,[269,270,271,263,272],"security","development","analysis","plugins","community",{"commitSha":275,"marketplace":276,"plugin":278},"HEAD",{"name":242,"pluginCount":277},39,{"mcpCount":8,"provider":279,"skillCount":8},"classify",{"repoId":281},"kd7d5sbrd9m157hjv9c7v4wfyn86mk2f",[271,270,263,272,269],{"evaluatedAt":284,"extractAt":285,"updatedAt":284},1778698203402,1778698175626,{"evaluate":287,"extract":292},{"promptVersionExtension":204,"promptVersionScoring":205,"score":267,"tags":288,"targetMarket":214,"tier":273},[13,289,290,212,213,291],"mewt","muton","configuration",{"commitSha":275,"plugin":293},{"mcpCount":8,"provider":279,"skillCount":294},1,{"parentExtensionId":256,"repoId":281},[291,213,289,13,290,212],{"evaluatedAt":298,"extractAt":285,"updatedAt":298},1778698446734,{"evaluate":300,"extract":302},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":301,"targetMarket":214,"tier":215},[13,211,212,213],{"commitSha":275},{"parentExtensionId":247,"repoId":281},{"_creationTime":305,"_id":281,"identity":306,"providers":307,"workflow":2004},1778698169543.2075,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":308,"discover":1997,"github":2000},{"commitSha":275,"extensions":309},[310,323,336,351,382,395,406,419,430,441,452,467,480,515,526,539,547,558,571,582,595,612,627,666,695,708,725,755,766,779,790,801,814,825,836,869,882,893,911,929,950,958,989,996,1003,1011,1019,1027,1035,1045,1053,1061,1069,1077,1085,1093,1103,1110,1117,1141,1227,1238,1249,1264,1279,1286,1307,1316,1335,1341,1350,1364,1393,1400,1422,1429,1442,1453,1465,1504,1511,1518,1550,1558,1574,1581,1589,1597,1605,1613,1621,1629,1637,1645,1653,1661,1669,1677,1685,1707,1715,1725,1749,1763,1777,1791,1809,1820,1828,1836,1853,1862,1877,1911,1986],{"basePath":262,"description":259,"displayName":242,"installMethods":311,"rationale":312,"selectedPaths":313,"source":322,"sourceLanguage":18,"type":263},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[314,317,319],{"path":315,"priority":316},".claude-plugin/marketplace.json","mandatory",{"path":318,"priority":316},"README.md",{"path":320,"priority":321},"LICENSE","high","rule",{"basePath":324,"description":325,"displayName":326,"installMethods":327,"rationale":328,"selectedPaths":329,"source":322,"sourceLanguage":18,"type":253},"plugins/ask-questions-if-underspecified","Clarify ambiguous requirements by asking questions before implementing. Only when invoked explicitly.","ask-questions-if-underspecified",{"claudeCode":326},"plugin manifest at plugins/ask-questions-if-underspecified/.claude-plugin/plugin.json",[330,332,333],{"path":331,"priority":316},".claude-plugin/plugin.json",{"path":318,"priority":316},{"path":334,"priority":335},"skills/ask-questions-if-underspecified/SKILL.md","medium",{"basePath":337,"description":338,"displayName":339,"installMethods":340,"rationale":341,"selectedPaths":342,"source":322,"sourceLanguage":18,"type":253},"plugins/audit-context-building","Build deep architectural context through ultra-granular code analysis before vulnerability hunting","audit-context-building",{"claudeCode":339},"plugin manifest at plugins/audit-context-building/.claude-plugin/plugin.json",[343,344,345,347,349],{"path":331,"priority":316},{"path":318,"priority":316},{"path":346,"priority":335},"skills/audit-context-building/SKILL.md",{"path":348,"priority":321},"agents/function-analyzer.md",{"path":350,"priority":321},"commands/audit-context.md",{"basePath":352,"description":353,"displayName":354,"installMethods":355,"rationale":356,"selectedPaths":357,"source":322,"sourceLanguage":18,"type":253},"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":354},"plugin manifest at plugins/building-secure-contracts/.claude-plugin/plugin.json",[358,359,360,362,364,366,368,370,372,374,376,378,380],{"path":331,"priority":316},{"path":318,"priority":316},{"path":361,"priority":335},"skills/algorand-vulnerability-scanner/SKILL.md",{"path":363,"priority":335},"skills/audit-prep-assistant/SKILL.md",{"path":365,"priority":335},"skills/cairo-vulnerability-scanner/SKILL.md",{"path":367,"priority":335},"skills/code-maturity-assessor/SKILL.md",{"path":369,"priority":335},"skills/cosmos-vulnerability-scanner/SKILL.md",{"path":371,"priority":335},"skills/guidelines-advisor/SKILL.md",{"path":373,"priority":335},"skills/secure-workflow-guide/SKILL.md",{"path":375,"priority":335},"skills/solana-vulnerability-scanner/SKILL.md",{"path":377,"priority":335},"skills/substrate-vulnerability-scanner/SKILL.md",{"path":379,"priority":335},"skills/token-integration-analyzer/SKILL.md",{"path":381,"priority":335},"skills/ton-vulnerability-scanner/SKILL.md",{"basePath":383,"description":384,"displayName":385,"installMethods":386,"rationale":387,"selectedPaths":388,"source":322,"sourceLanguage":18,"type":253},"plugins/burpsuite-project-parser","Search and extract data from Burp Suite project files (.burp) for security analysis","burpsuite-project-parser",{"claudeCode":385},"plugin manifest at plugins/burpsuite-project-parser/.claude-plugin/plugin.json",[389,390,391,393],{"path":331,"priority":316},{"path":318,"priority":316},{"path":392,"priority":335},"skills/burpsuite-project-parser/SKILL.md",{"path":394,"priority":321},"commands/burp-search.md",{"basePath":396,"description":397,"displayName":398,"installMethods":399,"rationale":400,"selectedPaths":401,"source":322,"sourceLanguage":18,"type":253},"plugins/claude-in-chrome-troubleshooting","Diagnose and fix Claude in Chrome MCP extension connectivity issues","claude-in-chrome-troubleshooting",{"claudeCode":398},"plugin manifest at plugins/claude-in-chrome-troubleshooting/.claude-plugin/plugin.json",[402,403,404],{"path":331,"priority":316},{"path":318,"priority":316},{"path":405,"priority":335},"skills/claude-in-chrome-troubleshooting/SKILL.md",{"basePath":407,"description":408,"displayName":409,"installMethods":410,"rationale":411,"selectedPaths":412,"source":322,"sourceLanguage":18,"type":253},"plugins/constant-time-analysis","Detect compiler-induced timing side-channels in cryptographic code","constant-time-analysis",{"claudeCode":409},"plugin manifest at plugins/constant-time-analysis/.claude-plugin/plugin.json",[413,414,415,417],{"path":331,"priority":316},{"path":318,"priority":316},{"path":416,"priority":335},"skills/constant-time-analysis/SKILL.md",{"path":418,"priority":321},"commands/ct-check.md",{"basePath":420,"description":421,"displayName":422,"installMethods":423,"rationale":424,"selectedPaths":425,"source":322,"sourceLanguage":18,"type":253},"plugins/culture-index","Interprets Culture Index survey results for individuals and teams","culture-index",{"claudeCode":422},"plugin manifest at plugins/culture-index/.claude-plugin/plugin.json",[426,427,428],{"path":331,"priority":316},{"path":318,"priority":316},{"path":429,"priority":335},"skills/interpreting-culture-index/SKILL.md",{"basePath":431,"description":432,"displayName":433,"installMethods":434,"rationale":435,"selectedPaths":436,"source":322,"sourceLanguage":18,"type":253},"plugins/debug-buttercup","Debug Buttercup Kubernetes deployments","debug-buttercup",{"claudeCode":433},"plugin manifest at plugins/debug-buttercup/.claude-plugin/plugin.json",[437,438,439],{"path":331,"priority":316},{"path":318,"priority":316},{"path":440,"priority":335},"skills/debug-buttercup/SKILL.md",{"basePath":442,"description":443,"displayName":444,"installMethods":445,"rationale":446,"selectedPaths":447,"source":322,"sourceLanguage":18,"type":253},"plugins/devcontainer-setup","Create pre-configured devcontainers with Claude Code and language-specific tooling","devcontainer-setup",{"claudeCode":444},"plugin manifest at plugins/devcontainer-setup/.claude-plugin/plugin.json",[448,449,450],{"path":331,"priority":316},{"path":318,"priority":316},{"path":451,"priority":335},"skills/devcontainer-setup/SKILL.md",{"basePath":453,"description":454,"displayName":455,"installMethods":456,"rationale":457,"selectedPaths":458,"source":322,"sourceLanguage":18,"type":253},"plugins/differential-review","Security-focused differential review of code changes with git history analysis and blast radius estimation","differential-review",{"claudeCode":455},"plugin manifest at plugins/differential-review/.claude-plugin/plugin.json",[459,460,461,463,465],{"path":331,"priority":316},{"path":318,"priority":316},{"path":462,"priority":335},"skills/differential-review/SKILL.md",{"path":464,"priority":321},"agents/adversarial-modeler.md",{"path":466,"priority":321},"commands/diff-review.md",{"basePath":468,"description":469,"displayName":470,"installMethods":471,"rationale":472,"selectedPaths":473,"source":322,"sourceLanguage":18,"type":253},"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":470},"plugin manifest at plugins/firebase-apk-scanner/.claude-plugin/plugin.json",[474,475,476,478],{"path":331,"priority":316},{"path":318,"priority":316},{"path":477,"priority":335},"skills/firebase-apk-scanner/SKILL.md",{"path":479,"priority":321},"commands/scan-apk.md",{"basePath":481,"description":482,"displayName":483,"installMethods":484,"rationale":485,"selectedPaths":486,"source":322,"sourceLanguage":18,"type":253},"plugins/gh-cli","Intercepts GitHub URL fetches and curl/wget commands, redirecting to the authenticated gh CLI.","gh-cli",{"claudeCode":483},"plugin manifest at plugins/gh-cli/.claude-plugin/plugin.json",[487,488,489,491,493,495,497,499,501,503,505,507,509,511,513],{"path":331,"priority":316},{"path":318,"priority":316},{"path":490,"priority":321},"hooks/cleanup-clones.sh",{"path":492,"priority":321},"hooks/hooks.json",{"path":494,"priority":321},"hooks/intercept-github-curl.bats",{"path":496,"priority":321},"hooks/intercept-github-curl.sh",{"path":498,"priority":321},"hooks/intercept-github-fetch.bats",{"path":500,"priority":321},"hooks/intercept-github-fetch.sh",{"path":502,"priority":321},"hooks/persist-session-id.sh",{"path":504,"priority":321},"hooks/session-hooks.bats",{"path":506,"priority":321},"hooks/setup-shims.bats",{"path":508,"priority":321},"hooks/setup-shims.sh",{"path":510,"priority":321},"hooks/shims/gh",{"path":512,"priority":321},"hooks/shims/gh-shim.bats",{"path":514,"priority":321},"hooks/test_helper.bash",{"basePath":516,"description":517,"displayName":518,"installMethods":519,"rationale":520,"selectedPaths":521,"source":322,"sourceLanguage":18,"type":253},"plugins/dwarf-expert","Interact with and understand the DWARF debugging format","dwarf-expert",{"claudeCode":518},"plugin manifest at plugins/dwarf-expert/.claude-plugin/plugin.json",[522,523,524],{"path":331,"priority":316},{"path":318,"priority":316},{"path":525,"priority":335},"skills/dwarf-expert/SKILL.md",{"basePath":527,"description":528,"displayName":529,"installMethods":530,"rationale":531,"selectedPaths":532,"source":322,"sourceLanguage":18,"type":253},"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":529},"plugin manifest at plugins/entry-point-analyzer/.claude-plugin/plugin.json",[533,534,535,537],{"path":331,"priority":316},{"path":318,"priority":316},{"path":536,"priority":335},"skills/entry-point-analyzer/SKILL.md",{"path":538,"priority":321},"commands/entry-points.md",{"basePath":252,"description":10,"displayName":13,"installMethods":540,"rationale":541,"selectedPaths":542,"source":322,"sourceLanguage":18,"type":253},{"claudeCode":13},"plugin manifest at plugins/mutation-testing/.claude-plugin/plugin.json",[543,544,545],{"path":331,"priority":316},{"path":318,"priority":316},{"path":546,"priority":335},"skills/mutation-testing/SKILL.md",{"basePath":548,"description":549,"displayName":550,"installMethods":551,"rationale":552,"selectedPaths":553,"source":322,"sourceLanguage":18,"type":253},"plugins/property-based-testing","Property-based testing guidance for multiple languages and smart contracts","property-based-testing",{"claudeCode":550},"plugin manifest at plugins/property-based-testing/.claude-plugin/plugin.json",[554,555,556],{"path":331,"priority":316},{"path":318,"priority":316},{"path":557,"priority":335},"skills/property-based-testing/SKILL.md",{"basePath":559,"description":560,"displayName":561,"installMethods":562,"rationale":563,"selectedPaths":564,"source":322,"sourceLanguage":18,"type":253},"plugins/semgrep-rule-creator","Create custom Semgrep rules for detecting bug patterns and security vulnerabilities","semgrep-rule-creator",{"claudeCode":561},"plugin manifest at plugins/semgrep-rule-creator/.claude-plugin/plugin.json",[565,566,567,569],{"path":331,"priority":316},{"path":318,"priority":316},{"path":568,"priority":335},"skills/semgrep-rule-creator/SKILL.md",{"path":570,"priority":321},"commands/semgrep-rule.md",{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":322,"sourceLanguage":18,"type":253},"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":574},"plugin manifest at plugins/semgrep-rule-variant-creator/.claude-plugin/plugin.json",[578,579,580],{"path":331,"priority":316},{"path":318,"priority":316},{"path":581,"priority":335},"skills/semgrep-rule-variant-creator/SKILL.md",{"basePath":583,"description":584,"displayName":585,"installMethods":586,"rationale":587,"selectedPaths":588,"source":322,"sourceLanguage":18,"type":253},"plugins/sharp-edges","Identify error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes","sharp-edges",{"claudeCode":585},"plugin manifest at plugins/sharp-edges/.claude-plugin/plugin.json",[589,590,591,593],{"path":331,"priority":316},{"path":318,"priority":316},{"path":592,"priority":335},"skills/sharp-edges/SKILL.md",{"path":594,"priority":321},"agents/sharp-edges-analyzer.md",{"basePath":596,"description":597,"displayName":598,"installMethods":599,"rationale":600,"selectedPaths":601,"source":322,"sourceLanguage":18,"type":253},"plugins/static-analysis","Static analysis toolkit with CodeQL, Semgrep, and SARIF parsing for security vulnerability detection","static-analysis",{"claudeCode":598},"plugin manifest at plugins/static-analysis/.claude-plugin/plugin.json",[602,603,604,606,608,610],{"path":331,"priority":316},{"path":318,"priority":316},{"path":605,"priority":335},"skills/codeql/SKILL.md",{"path":607,"priority":335},"skills/sarif-parsing/SKILL.md",{"path":609,"priority":335},"skills/semgrep/SKILL.md",{"path":611,"priority":321},"agents/semgrep-scanner.md",{"basePath":613,"description":614,"displayName":615,"installMethods":616,"rationale":617,"selectedPaths":618,"source":322,"sourceLanguage":18,"type":253},"plugins/spec-to-code-compliance","Specification-to-code compliance checker for blockchain audits with evidence-based alignment analysis","spec-to-code-compliance",{"claudeCode":615},"plugin manifest at plugins/spec-to-code-compliance/.claude-plugin/plugin.json",[619,620,621,623,625],{"path":331,"priority":316},{"path":318,"priority":316},{"path":622,"priority":335},"skills/spec-to-code-compliance/SKILL.md",{"path":624,"priority":321},"agents/spec-compliance-checker.md",{"path":626,"priority":321},"commands/spec-compliance.md",{"basePath":628,"description":629,"displayName":630,"installMethods":631,"rationale":632,"selectedPaths":633,"source":322,"sourceLanguage":18,"type":253},"plugins/testing-handbook-skills","Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)","testing-handbook-skills",{"claudeCode":630},"plugin manifest at plugins/testing-handbook-skills/.claude-plugin/plugin.json",[634,635,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664],{"path":331,"priority":316},{"path":318,"priority":316},{"path":637,"priority":335},"skills/address-sanitizer/SKILL.md",{"path":639,"priority":335},"skills/aflpp/SKILL.md",{"path":641,"priority":335},"skills/atheris/SKILL.md",{"path":643,"priority":335},"skills/cargo-fuzz/SKILL.md",{"path":645,"priority":335},"skills/constant-time-testing/SKILL.md",{"path":647,"priority":335},"skills/coverage-analysis/SKILL.md",{"path":649,"priority":335},"skills/fuzzing-dictionary/SKILL.md",{"path":651,"priority":335},"skills/fuzzing-obstacles/SKILL.md",{"path":653,"priority":335},"skills/harness-writing/SKILL.md",{"path":655,"priority":335},"skills/libafl/SKILL.md",{"path":657,"priority":335},"skills/libfuzzer/SKILL.md",{"path":659,"priority":335},"skills/ossfuzz/SKILL.md",{"path":661,"priority":335},"skills/ruzzy/SKILL.md",{"path":663,"priority":335},"skills/testing-handbook-generator/SKILL.md",{"path":665,"priority":335},"skills/wycheproof/SKILL.md",{"basePath":667,"description":668,"displayName":669,"installMethods":670,"rationale":671,"selectedPaths":672,"source":322,"sourceLanguage":18,"type":253},"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":669},"plugin manifest at plugins/trailmark/.claude-plugin/plugin.json",[673,674,675,677,679,681,683,685,687,689,691,693],{"path":331,"priority":316},{"path":318,"priority":316},{"path":676,"priority":335},"skills/audit-augmentation/SKILL.md",{"path":678,"priority":335},"skills/crypto-protocol-diagram/SKILL.md",{"path":680,"priority":335},"skills/diagramming-code/SKILL.md",{"path":682,"priority":335},"skills/genotoxic/SKILL.md",{"path":684,"priority":335},"skills/graph-evolution/SKILL.md",{"path":686,"priority":335},"skills/mermaid-to-proverif/SKILL.md",{"path":688,"priority":335},"skills/trailmark/SKILL.md",{"path":690,"priority":335},"skills/trailmark-structural/SKILL.md",{"path":692,"priority":335},"skills/trailmark-summary/SKILL.md",{"path":694,"priority":335},"skills/vector-forge/SKILL.md",{"basePath":696,"description":697,"displayName":698,"installMethods":699,"rationale":700,"selectedPaths":701,"source":322,"sourceLanguage":18,"type":253},"plugins/variant-analysis","Find similar vulnerabilities and bugs across codebases using pattern-based analysis","variant-analysis",{"claudeCode":698},"plugin manifest at plugins/variant-analysis/.claude-plugin/plugin.json",[702,703,704,706],{"path":331,"priority":316},{"path":318,"priority":316},{"path":705,"priority":335},"skills/variant-analysis/SKILL.md",{"path":707,"priority":321},"commands/variants.md",{"basePath":709,"description":710,"displayName":711,"installMethods":712,"rationale":713,"selectedPaths":714,"source":322,"sourceLanguage":18,"type":253},"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":711},"plugin manifest at plugins/c-review/.claude-plugin/plugin.json",[715,716,717,719,721,723],{"path":331,"priority":316},{"path":318,"priority":316},{"path":718,"priority":335},"skills/c-review/SKILL.md",{"path":720,"priority":321},"agents/c-review-dedup-judge.md",{"path":722,"priority":321},"agents/c-review-fp-judge.md",{"path":724,"priority":321},"agents/c-review-worker.md",{"basePath":726,"description":727,"displayName":728,"installMethods":729,"rationale":730,"selectedPaths":731,"source":322,"sourceLanguage":18,"type":253},"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":728},"plugin manifest at plugins/modern-python/.claude-plugin/plugin.json",[732,733,734,736,737,738,739,741,743,745,747,749,751,753],{"path":331,"priority":316},{"path":318,"priority":316},{"path":735,"priority":335},"skills/modern-python/SKILL.md",{"path":492,"priority":321},{"path":506,"priority":321},{"path":508,"priority":321},{"path":740,"priority":321},"hooks/shims/pip",{"path":742,"priority":321},"hooks/shims/pip-shim.bats",{"path":744,"priority":321},"hooks/shims/pipx",{"path":746,"priority":321},"hooks/shims/pipx-shim.bats",{"path":748,"priority":321},"hooks/shims/python",{"path":750,"priority":321},"hooks/shims/python-shim.bats",{"path":752,"priority":321},"hooks/shims/uv",{"path":754,"priority":321},"hooks/shims/uv-shim.bats",{"basePath":756,"description":757,"displayName":758,"installMethods":759,"rationale":760,"selectedPaths":761,"source":322,"sourceLanguage":18,"type":253},"plugins/insecure-defaults","Detects insecure default configurations including hardcoded credentials, fallback secrets, weak authentication defaults, and dangerous values in production","insecure-defaults",{"claudeCode":758},"plugin manifest at plugins/insecure-defaults/.claude-plugin/plugin.json",[762,763,764],{"path":331,"priority":316},{"path":318,"priority":316},{"path":765,"priority":335},"skills/insecure-defaults/SKILL.md",{"basePath":767,"description":768,"displayName":769,"installMethods":770,"rationale":771,"selectedPaths":772,"source":322,"sourceLanguage":18,"type":253},"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":769},"plugin manifest at plugins/second-opinion/.claude-plugin/plugin.json",[773,774,775,777],{"path":331,"priority":316},{"path":318,"priority":316},{"path":776,"priority":335},"skills/second-opinion/SKILL.md",{"path":778,"priority":316},".mcp.json",{"basePath":780,"description":781,"displayName":782,"installMethods":783,"rationale":784,"selectedPaths":785,"source":322,"sourceLanguage":18,"type":253},"plugins/yara-authoring","YARA-X detection rule authoring with linting and quality analysis","yara-authoring",{"claudeCode":782},"plugin manifest at plugins/yara-authoring/.claude-plugin/plugin.json",[786,787,788],{"path":331,"priority":316},{"path":318,"priority":316},{"path":789,"priority":335},"skills/yara-rule-authoring/SKILL.md",{"basePath":791,"description":792,"displayName":793,"installMethods":794,"rationale":795,"selectedPaths":796,"source":322,"sourceLanguage":18,"type":253},"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":793},"plugin manifest at plugins/git-cleanup/.claude-plugin/plugin.json",[797,798,799],{"path":331,"priority":316},{"path":318,"priority":316},{"path":800,"priority":335},"skills/git-cleanup/SKILL.md",{"basePath":802,"description":803,"displayName":804,"installMethods":805,"rationale":806,"selectedPaths":807,"source":322,"sourceLanguage":18,"type":253},"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":804},"plugin manifest at plugins/workflow-skill-design/.claude-plugin/plugin.json",[808,809,810,812],{"path":331,"priority":316},{"path":318,"priority":316},{"path":811,"priority":335},"skills/designing-workflow-skills/SKILL.md",{"path":813,"priority":321},"agents/workflow-skill-reviewer.md",{"basePath":815,"description":816,"displayName":817,"installMethods":818,"rationale":819,"selectedPaths":820,"source":322,"sourceLanguage":18,"type":253},"plugins/seatbelt-sandboxer","Generate minimal macOS Seatbelt sandbox configurations for applications","seatbelt-sandboxer",{"claudeCode":817},"plugin manifest at plugins/seatbelt-sandboxer/.claude-plugin/plugin.json",[821,822,823],{"path":331,"priority":316},{"path":318,"priority":316},{"path":824,"priority":335},"skills/seatbelt-sandboxer/SKILL.md",{"basePath":826,"description":827,"displayName":828,"installMethods":829,"rationale":830,"selectedPaths":831,"source":322,"sourceLanguage":18,"type":253},"plugins/supply-chain-risk-auditor","Audit supply-chain threat landscape of project dependencies for exploitation or takeover risk","supply-chain-risk-auditor",{"claudeCode":828},"plugin manifest at plugins/supply-chain-risk-auditor/.claude-plugin/plugin.json",[832,833,834],{"path":331,"priority":316},{"path":318,"priority":316},{"path":835,"priority":335},"skills/supply-chain-risk-auditor/SKILL.md",{"basePath":837,"description":838,"displayName":839,"installMethods":840,"rationale":841,"selectedPaths":842,"source":322,"sourceLanguage":18,"type":253},"plugins/zeroize-audit","Detects missing or compiler-optimized zeroization of sensitive data with assembly and control-flow analysis","zeroize-audit",{"claudeCode":839},"plugin manifest at plugins/zeroize-audit/.claude-plugin/plugin.json",[843,844,845,847,849,851,853,855,857,859,861,863,865,867],{"path":331,"priority":316},{"path":318,"priority":316},{"path":846,"priority":335},"skills/zeroize-audit/SKILL.md",{"path":848,"priority":321},"agents/0-preflight.md",{"path":850,"priority":321},"agents/1-mcp-resolver.md",{"path":852,"priority":321},"agents/2-source-analyzer.md",{"path":854,"priority":321},"agents/2b-rust-source-analyzer.md",{"path":856,"priority":321},"agents/3-tu-compiler-analyzer.md",{"path":858,"priority":321},"agents/3b-rust-compiler-analyzer.md",{"path":860,"priority":321},"agents/4-report-assembler.md",{"path":862,"priority":321},"agents/5-poc-generator.md",{"path":864,"priority":321},"agents/5b-poc-validator.md",{"path":866,"priority":321},"agents/5c-poc-verifier.md",{"path":868,"priority":321},"agents/6-test-generator.md",{"basePath":870,"description":871,"displayName":872,"installMethods":873,"rationale":874,"selectedPaths":875,"source":322,"sourceLanguage":18,"type":253},"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":872},"plugin manifest at plugins/let-fate-decide/.claude-plugin/plugin.json",[876,877,878,880],{"path":331,"priority":316},{"path":318,"priority":316},{"path":879,"priority":335},"skills/let-fate-decide/SKILL.md",{"path":881,"priority":321},"agents/draw.md",{"basePath":883,"description":884,"displayName":885,"installMethods":886,"rationale":887,"selectedPaths":888,"source":322,"sourceLanguage":18,"type":253},"plugins/agentic-actions-auditor","Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations (Claude Code Action, Gemini CLI, OpenAI Codex, GitHub AI Inference)","agentic-actions-auditor",{"claudeCode":885},"plugin manifest at plugins/agentic-actions-auditor/.claude-plugin/plugin.json",[889,890,891],{"path":331,"priority":316},{"path":318,"priority":316},{"path":892,"priority":335},"skills/agentic-actions-auditor/SKILL.md",{"basePath":894,"description":895,"displayName":896,"installMethods":897,"rationale":898,"selectedPaths":899,"source":322,"sourceLanguage":18,"type":253},"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":896},"plugin manifest at plugins/skill-improver/.claude-plugin/plugin.json",[900,901,902,904,906,908,909],{"path":331,"priority":316},{"path":318,"priority":316},{"path":903,"priority":335},"skills/skill-improver/SKILL.md",{"path":905,"priority":321},"commands/cancel-skill-improver.md",{"path":907,"priority":321},"commands/skill-improver.md",{"path":492,"priority":321},{"path":910,"priority":321},"hooks/stop-hook.sh",{"basePath":912,"description":913,"displayName":914,"installMethods":915,"rationale":916,"selectedPaths":917,"source":322,"sourceLanguage":18,"type":253},"plugins/fp-check","Systematic false positive verification for security bug analysis with mandatory gate reviews","fp-check",{"claudeCode":914},"plugin manifest at plugins/fp-check/.claude-plugin/plugin.json",[918,919,920,922,924,926,928],{"path":331,"priority":316},{"path":318,"priority":316},{"path":921,"priority":335},"skills/fp-check/SKILL.md",{"path":923,"priority":321},"agents/data-flow-analyzer.md",{"path":925,"priority":321},"agents/exploitability-verifier.md",{"path":927,"priority":321},"agents/poc-builder.md",{"path":492,"priority":321},{"basePath":930,"description":931,"displayName":932,"installMethods":933,"rationale":934,"selectedPaths":935,"source":322,"sourceLanguage":18,"type":253},"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":932},"plugin manifest at plugins/dimensional-analysis/.claude-plugin/plugin.json",[936,937,938,940,942,944,946,948],{"path":331,"priority":316},{"path":318,"priority":316},{"path":939,"priority":335},"skills/dimensional-analysis/SKILL.md",{"path":941,"priority":321},"agents/arithmetic-scanner.md",{"path":943,"priority":321},"agents/dimension-annotator.md",{"path":945,"priority":321},"agents/dimension-discoverer.md",{"path":947,"priority":321},"agents/dimension-propagator.md",{"path":949,"priority":321},"agents/dimension-validator.md",{"basePath":951,"description":952,"displayName":483,"installMethods":953,"rationale":954,"selectedPaths":955,"source":322,"sourceLanguage":18,"type":244},".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",[956],{"path":957,"priority":316},"SKILL.md",{"basePath":959,"description":960,"displayName":885,"installMethods":961,"rationale":962,"selectedPaths":963,"source":322,"sourceLanguage":18,"type":244},"plugins/agentic-actions-auditor/skills/agentic-actions-auditor","Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI/CD pipelines, including env var intermediary patterns, direct expression injection, dangerous sandbox configurations, and wildcard user allowlists. Use when reviewing workflow files that invoke AI coding agents, auditing CI/CD pipeline security for prompt injection risks, or evaluating agentic action configurations.",{"claudeCode":12},"SKILL.md frontmatter at plugins/agentic-actions-auditor/skills/agentic-actions-auditor/SKILL.md",[964,965,967,969,971,973,975,977,979,981,983,985,987],{"path":957,"priority":316},{"path":966,"priority":335},"references/action-profiles.md",{"path":968,"priority":335},"references/cross-file-resolution.md",{"path":970,"priority":335},"references/foundations.md",{"path":972,"priority":335},"references/vector-a-env-var-intermediary.md",{"path":974,"priority":335},"references/vector-b-direct-expression-injection.md",{"path":976,"priority":335},"references/vector-c-cli-data-fetch.md",{"path":978,"priority":335},"references/vector-d-pr-target-checkout.md",{"path":980,"priority":335},"references/vector-e-error-log-injection.md",{"path":982,"priority":335},"references/vector-f-subshell-expansion.md",{"path":984,"priority":335},"references/vector-g-eval-of-ai-output.md",{"path":986,"priority":335},"references/vector-h-dangerous-sandbox-configs.md",{"path":988,"priority":335},"references/vector-i-wildcard-allowlists.md",{"basePath":990,"description":991,"displayName":326,"installMethods":992,"rationale":993,"selectedPaths":994,"source":322,"sourceLanguage":18,"type":244},"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",[995],{"path":957,"priority":316},{"basePath":997,"description":998,"displayName":339,"installMethods":999,"rationale":1000,"selectedPaths":1001,"source":322,"sourceLanguage":18,"type":244},"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",[1002],{"path":957,"priority":316},{"basePath":1004,"description":1005,"displayName":1006,"installMethods":1007,"rationale":1008,"selectedPaths":1009,"source":322,"sourceLanguage":18,"type":244},"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",[1010],{"path":957,"priority":316},{"basePath":1012,"description":1013,"displayName":1014,"installMethods":1015,"rationale":1016,"selectedPaths":1017,"source":322,"sourceLanguage":18,"type":244},"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",[1018],{"path":957,"priority":316},{"basePath":1020,"description":1021,"displayName":1022,"installMethods":1023,"rationale":1024,"selectedPaths":1025,"source":322,"sourceLanguage":18,"type":244},"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",[1026],{"path":957,"priority":316},{"basePath":1028,"description":1029,"displayName":1030,"installMethods":1031,"rationale":1032,"selectedPaths":1033,"source":322,"sourceLanguage":18,"type":244},"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",[1034],{"path":957,"priority":316},{"basePath":1036,"description":1037,"displayName":1038,"installMethods":1039,"rationale":1040,"selectedPaths":1041,"source":322,"sourceLanguage":18,"type":244},"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",[1042,1043],{"path":957,"priority":316},{"path":1044,"priority":335},"CHANGELOG.md",{"basePath":1046,"description":1047,"displayName":1048,"installMethods":1049,"rationale":1050,"selectedPaths":1051,"source":322,"sourceLanguage":18,"type":244},"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",[1052],{"path":957,"priority":316},{"basePath":1054,"description":1055,"displayName":1056,"installMethods":1057,"rationale":1058,"selectedPaths":1059,"source":322,"sourceLanguage":18,"type":244},"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",[1060],{"path":957,"priority":316},{"basePath":1062,"description":1063,"displayName":1064,"installMethods":1065,"rationale":1066,"selectedPaths":1067,"source":322,"sourceLanguage":18,"type":244},"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",[1068],{"path":957,"priority":316},{"basePath":1070,"description":1071,"displayName":1072,"installMethods":1073,"rationale":1074,"selectedPaths":1075,"source":322,"sourceLanguage":18,"type":244},"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",[1076],{"path":957,"priority":316},{"basePath":1078,"description":1079,"displayName":1080,"installMethods":1081,"rationale":1082,"selectedPaths":1083,"source":322,"sourceLanguage":18,"type":244},"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",[1084],{"path":957,"priority":316},{"basePath":1086,"description":1087,"displayName":1088,"installMethods":1089,"rationale":1090,"selectedPaths":1091,"source":322,"sourceLanguage":18,"type":244},"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",[1092],{"path":957,"priority":316},{"basePath":1094,"description":1095,"displayName":385,"installMethods":1096,"rationale":1097,"selectedPaths":1098,"source":322,"sourceLanguage":18,"type":244},"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",[1099,1100],{"path":957,"priority":316},{"path":1101,"priority":1102},"scripts/burp-search.sh","low",{"basePath":1104,"description":1105,"displayName":711,"installMethods":1106,"rationale":1107,"selectedPaths":1108,"source":322,"sourceLanguage":18,"type":244},"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",[1109],{"path":957,"priority":316},{"basePath":1111,"description":1112,"displayName":398,"installMethods":1113,"rationale":1114,"selectedPaths":1115,"source":322,"sourceLanguage":18,"type":244},"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",[1116],{"path":957,"priority":316},{"basePath":1118,"description":1119,"displayName":409,"installMethods":1120,"rationale":1121,"selectedPaths":1122,"source":322,"sourceLanguage":18,"type":244},"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",[1123,1124,1125,1127,1129,1131,1133,1135,1137,1139],{"path":957,"priority":316},{"path":318,"priority":321},{"path":1126,"priority":335},"references/compiled.md",{"path":1128,"priority":335},"references/javascript.md",{"path":1130,"priority":335},"references/kotlin.md",{"path":1132,"priority":335},"references/php.md",{"path":1134,"priority":335},"references/python.md",{"path":1136,"priority":335},"references/ruby.md",{"path":1138,"priority":335},"references/swift.md",{"path":1140,"priority":335},"references/vm-compiled.md",{"basePath":1142,"description":1143,"displayName":1144,"installMethods":1145,"rationale":1146,"selectedPaths":1147,"source":322,"sourceLanguage":18,"type":244},"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",[1148,1149,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],{"path":957,"priority":316},{"path":1150,"priority":335},"references/anti-patterns.md",{"path":1152,"priority":335},"references/archetype-administrator.md",{"path":1154,"priority":335},"references/archetype-coordinator.md",{"path":1156,"priority":335},"references/archetype-craftsman.md",{"path":1158,"priority":335},"references/archetype-daredevil.md",{"path":1160,"priority":335},"references/archetype-debater.md",{"path":1162,"priority":335},"references/archetype-facilitator.md",{"path":1164,"priority":335},"references/archetype-influencer.md",{"path":1166,"priority":335},"references/archetype-operator.md",{"path":1168,"priority":335},"references/archetype-persuader.md",{"path":1170,"priority":335},"references/archetype-philosopher.md",{"path":1172,"priority":335},"references/archetype-rainmaker.md",{"path":1174,"priority":335},"references/archetype-scholar.md",{"path":1176,"priority":335},"references/archetype-socializer.md",{"path":1178,"priority":335},"references/archetype-specialist.md",{"path":1180,"priority":335},"references/archetype-technical-expert.md",{"path":1182,"priority":335},"references/archetype-traditionalist.md",{"path":1184,"priority":335},"references/archetype-trailblazer.md",{"path":1186,"priority":335},"references/conversation-starters.md",{"path":1188,"priority":335},"references/interview-trait-signals.md",{"path":1190,"priority":335},"references/motivators.md",{"path":1192,"priority":335},"references/patterns-archetypes.md",{"path":1194,"priority":335},"references/primary-traits.md",{"path":1196,"priority":335},"references/secondary-traits.md",{"path":1198,"priority":335},"references/team-composition.md",{"path":1200,"priority":1102},"scripts/check_deps.py",{"path":1202,"priority":1102},"scripts/culture_index/__init__.py",{"path":1204,"priority":1102},"scripts/culture_index/constants.py",{"path":1206,"priority":1102},"scripts/culture_index/extract.py",{"path":1208,"priority":1102},"scripts/culture_index/models.py",{"path":1210,"priority":1102},"scripts/culture_index/opencv_extractor.py",{"path":1212,"priority":1102},"scripts/extract_pdf.py",{"path":1214,"priority":1102},"scripts/pyproject.toml",{"path":1216,"priority":1102},"templates/burnout-report.md",{"path":1218,"priority":1102},"templates/comparison-report.md",{"path":1220,"priority":1102},"templates/hiring-profile.md",{"path":1222,"priority":1102},"templates/individual-report.md",{"path":1224,"priority":1102},"templates/predicted-profile.md",{"path":1226,"priority":1102},"templates/team-report.md",{"basePath":1228,"description":1229,"displayName":433,"installMethods":1230,"rationale":1231,"selectedPaths":1232,"source":322,"sourceLanguage":18,"type":244},"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",[1233,1234,1236],{"path":957,"priority":316},{"path":1235,"priority":335},"references/failure-patterns.md",{"path":1237,"priority":1102},"scripts/diagnose.sh",{"basePath":1239,"description":1240,"displayName":444,"installMethods":1241,"rationale":1242,"selectedPaths":1243,"source":322,"sourceLanguage":18,"type":244},"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",[1244,1245,1247],{"path":957,"priority":316},{"path":1246,"priority":335},"references/dockerfile-best-practices.md",{"path":1248,"priority":335},"references/features-vs-dockerfile.md",{"basePath":1250,"description":1251,"displayName":455,"installMethods":1252,"rationale":1253,"selectedPaths":1254,"source":322,"sourceLanguage":18,"type":244},"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",[1255,1256,1258,1260,1262],{"path":957,"priority":316},{"path":1257,"priority":335},"adversarial.md",{"path":1259,"priority":335},"methodology.md",{"path":1261,"priority":335},"patterns.md",{"path":1263,"priority":335},"reporting.md",{"basePath":1265,"description":1266,"displayName":932,"installMethods":1267,"rationale":1268,"selectedPaths":1269,"source":322,"sourceLanguage":18,"type":244},"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",[1270,1271,1273,1275,1277],{"path":957,"priority":316},{"path":1272,"priority":335},"references/annotate.md",{"path":1274,"priority":335},"references/bug-patterns.md",{"path":1276,"priority":335},"references/common-dimensions.md",{"path":1278,"priority":335},"references/dimension-algebra.md",{"basePath":1280,"description":1281,"displayName":518,"installMethods":1282,"rationale":1283,"selectedPaths":1284,"source":322,"sourceLanguage":18,"type":244},"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",[1285],{"path":957,"priority":316},{"basePath":1287,"description":1288,"displayName":529,"installMethods":1289,"rationale":1290,"selectedPaths":1291,"source":322,"sourceLanguage":18,"type":244},"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",[1292,1293,1295,1297,1299,1301,1303,1305],{"path":957,"priority":316},{"path":1294,"priority":335},"references/cosmwasm.md",{"path":1296,"priority":335},"references/move-aptos.md",{"path":1298,"priority":335},"references/move-sui.md",{"path":1300,"priority":335},"references/solana.md",{"path":1302,"priority":335},"references/solidity.md",{"path":1304,"priority":335},"references/ton.md",{"path":1306,"priority":335},"references/vyper.md",{"basePath":1308,"description":1309,"displayName":470,"installMethods":1310,"rationale":1311,"selectedPaths":1312,"source":322,"sourceLanguage":18,"type":244},"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",[1313,1314],{"path":957,"priority":316},{"path":1315,"priority":335},"references/vulnerabilities.md",{"basePath":1317,"description":1318,"displayName":914,"installMethods":1319,"rationale":1320,"selectedPaths":1321,"source":322,"sourceLanguage":18,"type":244},"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",[1322,1323,1325,1327,1329,1331,1333],{"path":957,"priority":316},{"path":1324,"priority":335},"references/bug-class-verification.md",{"path":1326,"priority":335},"references/deep-verification.md",{"path":1328,"priority":335},"references/evidence-templates.md",{"path":1330,"priority":335},"references/false-positive-patterns.md",{"path":1332,"priority":335},"references/gate-reviews.md",{"path":1334,"priority":335},"references/standard-verification.md",{"basePath":1336,"description":792,"displayName":793,"installMethods":1337,"rationale":1338,"selectedPaths":1339,"source":322,"sourceLanguage":18,"type":244},"plugins/git-cleanup/skills/git-cleanup",{"claudeCode":12},"SKILL.md frontmatter at plugins/git-cleanup/skills/git-cleanup/SKILL.md",[1340],{"path":957,"priority":316},{"basePath":1342,"description":1343,"displayName":758,"installMethods":1344,"rationale":1345,"selectedPaths":1346,"source":322,"sourceLanguage":18,"type":244},"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",[1347,1348],{"path":957,"priority":316},{"path":1349,"priority":335},"references/examples.md",{"basePath":1351,"description":1352,"displayName":872,"installMethods":1353,"rationale":1354,"selectedPaths":1355,"source":322,"sourceLanguage":18,"type":244},"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",[1356,1357,1359,1361,1362],{"path":957,"priority":316},{"path":1358,"priority":335},"references/INTERPRETATION_GUIDE.md",{"path":1360,"priority":1102},"scripts/draw_cards.py",{"path":1214,"priority":1102},{"path":1363,"priority":1102},"scripts/test_draw_cards.py",{"basePath":1365,"description":1366,"displayName":728,"installMethods":1367,"rationale":1368,"selectedPaths":1369,"source":322,"sourceLanguage":18,"type":244},"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",[1370,1371,1373,1375,1377,1379,1381,1383,1385,1387,1389,1391],{"path":957,"priority":316},{"path":1372,"priority":335},"references/dependabot.md",{"path":1374,"priority":335},"references/migration-checklist.md",{"path":1376,"priority":335},"references/pep723-scripts.md",{"path":1378,"priority":335},"references/prek.md",{"path":1380,"priority":335},"references/pyproject.md",{"path":1382,"priority":335},"references/ruff-config.md",{"path":1384,"priority":335},"references/security-setup.md",{"path":1386,"priority":335},"references/testing.md",{"path":1388,"priority":335},"references/uv-commands.md",{"path":1390,"priority":1102},"templates/dependabot.yml",{"path":1392,"priority":1102},"templates/pre-commit-config.yaml",{"basePath":241,"description":10,"displayName":13,"installMethods":1394,"rationale":1395,"selectedPaths":1396,"source":322,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at plugins/mutation-testing/skills/mutation-testing/SKILL.md",[1397,1398],{"path":957,"priority":316},{"path":1399,"priority":335},"references/optimization-strategies.md",{"basePath":1401,"description":1402,"displayName":550,"installMethods":1403,"rationale":1404,"selectedPaths":1405,"source":322,"sourceLanguage":18,"type":244},"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",[1406,1407,1408,1410,1412,1414,1416,1418,1420],{"path":957,"priority":316},{"path":318,"priority":321},{"path":1409,"priority":335},"references/design.md",{"path":1411,"priority":335},"references/generating.md",{"path":1413,"priority":335},"references/interpreting-failures.md",{"path":1415,"priority":335},"references/libraries.md",{"path":1417,"priority":335},"references/refactoring.md",{"path":1419,"priority":335},"references/reviewing.md",{"path":1421,"priority":335},"references/strategies.md",{"basePath":1423,"description":1424,"displayName":817,"installMethods":1425,"rationale":1426,"selectedPaths":1427,"source":322,"sourceLanguage":18,"type":244},"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",[1428],{"path":957,"priority":316},{"basePath":1430,"description":1431,"displayName":769,"installMethods":1432,"rationale":1433,"selectedPaths":1434,"source":322,"sourceLanguage":18,"type":244},"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",[1435,1436,1438,1440],{"path":957,"priority":316},{"path":1437,"priority":335},"references/codex-invocation.md",{"path":1439,"priority":335},"references/codex-review-schema.json",{"path":1441,"priority":335},"references/gemini-invocation.md",{"basePath":1443,"description":1444,"displayName":561,"installMethods":1445,"rationale":1446,"selectedPaths":1447,"source":322,"sourceLanguage":18,"type":244},"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",[1448,1449,1451],{"path":957,"priority":316},{"path":1450,"priority":335},"references/quick-reference.md",{"path":1452,"priority":335},"references/workflow.md",{"basePath":1454,"description":1455,"displayName":574,"installMethods":1456,"rationale":1457,"selectedPaths":1458,"source":322,"sourceLanguage":18,"type":244},"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",[1459,1460,1462,1464],{"path":957,"priority":316},{"path":1461,"priority":335},"references/applicability-analysis.md",{"path":1463,"priority":335},"references/language-syntax-guide.md",{"path":1452,"priority":335},{"basePath":1466,"description":1467,"displayName":585,"installMethods":1468,"rationale":1469,"selectedPaths":1470,"source":322,"sourceLanguage":18,"type":244},"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",[1471,1472,1474,1476,1478,1480,1482,1484,1486,1488,1490,1492,1494,1496,1498,1500,1502],{"path":957,"priority":316},{"path":1473,"priority":335},"references/auth-patterns.md",{"path":1475,"priority":335},"references/case-studies.md",{"path":1477,"priority":335},"references/config-patterns.md",{"path":1479,"priority":335},"references/crypto-apis.md",{"path":1481,"priority":335},"references/lang-c.md",{"path":1483,"priority":335},"references/lang-csharp.md",{"path":1485,"priority":335},"references/lang-go.md",{"path":1487,"priority":335},"references/lang-java.md",{"path":1489,"priority":335},"references/lang-javascript.md",{"path":1491,"priority":335},"references/lang-kotlin.md",{"path":1493,"priority":335},"references/lang-php.md",{"path":1495,"priority":335},"references/lang-python.md",{"path":1497,"priority":335},"references/lang-ruby.md",{"path":1499,"priority":335},"references/lang-rust.md",{"path":1501,"priority":335},"references/lang-swift.md",{"path":1503,"priority":335},"references/language-specific.md",{"basePath":1505,"description":1506,"displayName":896,"installMethods":1507,"rationale":1508,"selectedPaths":1509,"source":322,"sourceLanguage":18,"type":244},"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",[1510],{"path":957,"priority":316},{"basePath":1512,"description":1513,"displayName":615,"installMethods":1514,"rationale":1515,"selectedPaths":1516,"source":322,"sourceLanguage":18,"type":244},"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",[1517],{"path":957,"priority":316},{"basePath":1519,"description":1520,"displayName":1521,"installMethods":1522,"rationale":1523,"selectedPaths":1524,"source":322,"sourceLanguage":18,"type":244},"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",[1525,1526,1528,1530,1532,1534,1536,1538,1540,1542,1544,1546,1548],{"path":957,"priority":316},{"path":1527,"priority":335},"references/build-fixes.md",{"path":1529,"priority":335},"references/diagnostic-query-templates.md",{"path":1531,"priority":335},"references/extension-yaml-format.md",{"path":1533,"priority":335},"references/important-only-suite.md",{"path":1535,"priority":335},"references/language-details.md",{"path":1537,"priority":335},"references/macos-arm64e-workaround.md",{"path":1539,"priority":335},"references/performance-tuning.md",{"path":1541,"priority":335},"references/quality-assessment.md",{"path":1543,"priority":335},"references/ruleset-catalog.md",{"path":1545,"priority":335},"references/run-all-suite.md",{"path":1547,"priority":335},"references/sarif-processing.md",{"path":1549,"priority":335},"references/threat-models.md",{"basePath":1551,"description":1552,"displayName":1553,"installMethods":1554,"rationale":1555,"selectedPaths":1556,"source":322,"sourceLanguage":18,"type":244},"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",[1557],{"path":957,"priority":316},{"basePath":1559,"description":1560,"displayName":1561,"installMethods":1562,"rationale":1563,"selectedPaths":1564,"source":322,"sourceLanguage":18,"type":244},"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",[1565,1566,1568,1570,1572],{"path":957,"priority":316},{"path":1567,"priority":335},"references/rulesets.md",{"path":1569,"priority":335},"references/scan-modes.md",{"path":1571,"priority":335},"references/scanner-task-prompt.md",{"path":1573,"priority":1102},"scripts/merge_sarif.py",{"basePath":1575,"description":1576,"displayName":828,"installMethods":1577,"rationale":1578,"selectedPaths":1579,"source":322,"sourceLanguage":18,"type":244},"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",[1580],{"path":957,"priority":316},{"basePath":1582,"description":1583,"displayName":1584,"installMethods":1585,"rationale":1586,"selectedPaths":1587,"source":322,"sourceLanguage":18,"type":244},"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",[1588],{"path":957,"priority":316},{"basePath":1590,"description":1591,"displayName":1592,"installMethods":1593,"rationale":1594,"selectedPaths":1595,"source":322,"sourceLanguage":18,"type":244},"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",[1596],{"path":957,"priority":316},{"basePath":1598,"description":1599,"displayName":1600,"installMethods":1601,"rationale":1602,"selectedPaths":1603,"source":322,"sourceLanguage":18,"type":244},"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",[1604],{"path":957,"priority":316},{"basePath":1606,"description":1607,"displayName":1608,"installMethods":1609,"rationale":1610,"selectedPaths":1611,"source":322,"sourceLanguage":18,"type":244},"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",[1612],{"path":957,"priority":316},{"basePath":1614,"description":1615,"displayName":1616,"installMethods":1617,"rationale":1618,"selectedPaths":1619,"source":322,"sourceLanguage":18,"type":244},"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",[1620],{"path":957,"priority":316},{"basePath":1622,"description":1623,"displayName":1624,"installMethods":1625,"rationale":1626,"selectedPaths":1627,"source":322,"sourceLanguage":18,"type":244},"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",[1628],{"path":957,"priority":316},{"basePath":1630,"description":1631,"displayName":1632,"installMethods":1633,"rationale":1634,"selectedPaths":1635,"source":322,"sourceLanguage":18,"type":244},"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",[1636],{"path":957,"priority":316},{"basePath":1638,"description":1639,"displayName":1640,"installMethods":1641,"rationale":1642,"selectedPaths":1643,"source":322,"sourceLanguage":18,"type":244},"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",[1644],{"path":957,"priority":316},{"basePath":1646,"description":1647,"displayName":1648,"installMethods":1649,"rationale":1650,"selectedPaths":1651,"source":322,"sourceLanguage":18,"type":244},"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",[1652],{"path":957,"priority":316},{"basePath":1654,"description":1655,"displayName":1656,"installMethods":1657,"rationale":1658,"selectedPaths":1659,"source":322,"sourceLanguage":18,"type":244},"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",[1660],{"path":957,"priority":316},{"basePath":1662,"description":1663,"displayName":1664,"installMethods":1665,"rationale":1666,"selectedPaths":1667,"source":322,"sourceLanguage":18,"type":244},"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",[1668],{"path":957,"priority":316},{"basePath":1670,"description":1671,"displayName":1672,"installMethods":1673,"rationale":1674,"selectedPaths":1675,"source":322,"sourceLanguage":18,"type":244},"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",[1676],{"path":957,"priority":316},{"basePath":1678,"description":1679,"displayName":1680,"installMethods":1681,"rationale":1682,"selectedPaths":1683,"source":322,"sourceLanguage":18,"type":244},"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",[1684],{"path":957,"priority":316},{"basePath":1686,"description":1687,"displayName":1688,"installMethods":1689,"rationale":1690,"selectedPaths":1691,"source":322,"sourceLanguage":18,"type":244},"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",[1692,1693,1695,1697,1699,1701,1703,1705],{"path":957,"priority":316},{"path":1694,"priority":335},"agent-prompt.md",{"path":1696,"priority":335},"discovery.md",{"path":1698,"priority":1102},"templates/domain-skill.md",{"path":1700,"priority":1102},"templates/fuzzer-skill.md",{"path":1702,"priority":1102},"templates/technique-skill.md",{"path":1704,"priority":1102},"templates/tool-skill.md",{"path":1706,"priority":335},"testing.md",{"basePath":1708,"description":1709,"displayName":1710,"installMethods":1711,"rationale":1712,"selectedPaths":1713,"source":322,"sourceLanguage":18,"type":244},"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",[1714],{"path":957,"priority":316},{"basePath":1716,"description":1717,"displayName":1718,"installMethods":1719,"rationale":1720,"selectedPaths":1721,"source":322,"sourceLanguage":18,"type":244},"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",[1722,1723],{"path":957,"priority":316},{"path":1724,"priority":335},"references/formats.md",{"basePath":1726,"description":1727,"displayName":1728,"installMethods":1729,"rationale":1730,"selectedPaths":1731,"source":322,"sourceLanguage":18,"type":244},"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",[1732,1733,1735,1737,1739,1741,1743,1745,1747],{"path":957,"priority":316},{"path":1734,"priority":1102},"examples/simple-handshake/expected-output.md",{"path":1736,"priority":1102},"examples/simple-handshake/protocol.py",{"path":1738,"priority":1102},"examples/simple-proverif/expected-output.md",{"path":1740,"priority":1102},"examples/simple-proverif/model.pv",{"path":1742,"priority":335},"references/ascii-sequence-diagram.md",{"path":1744,"priority":335},"references/mermaid-sequence-syntax.md",{"path":1746,"priority":335},"references/protocol-patterns.md",{"path":1748,"priority":335},"references/spec-parsing-patterns.md",{"basePath":1750,"description":1751,"displayName":1752,"installMethods":1753,"rationale":1754,"selectedPaths":1755,"source":322,"sourceLanguage":18,"type":244},"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",[1756,1757,1759,1761],{"path":957,"priority":316},{"path":1758,"priority":335},"references/diagram-types.md",{"path":1760,"priority":335},"references/mermaid-syntax.md",{"path":1762,"priority":1102},"scripts/diagram.py",{"basePath":1764,"description":1765,"displayName":1766,"installMethods":1767,"rationale":1768,"selectedPaths":1769,"source":322,"sourceLanguage":18,"type":244},"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",[1770,1771,1773,1775],{"path":957,"priority":316},{"path":1772,"priority":335},"references/graph-analysis.md",{"path":1774,"priority":335},"references/mutation-frameworks.md",{"path":1776,"priority":335},"references/triage-methodology.md",{"basePath":1778,"description":1779,"displayName":1780,"installMethods":1781,"rationale":1782,"selectedPaths":1783,"source":322,"sourceLanguage":18,"type":244},"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",[1784,1785,1787,1789],{"path":957,"priority":316},{"path":1786,"priority":335},"references/evolution-metrics.md",{"path":1788,"priority":335},"references/report-format.md",{"path":1790,"priority":1102},"scripts/graph_diff.py",{"basePath":1792,"description":1793,"displayName":1794,"installMethods":1795,"rationale":1796,"selectedPaths":1797,"source":322,"sourceLanguage":18,"type":244},"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",[1798,1799,1801,1803,1805,1807],{"path":957,"priority":316},{"path":1800,"priority":1102},"examples/simple-handshake/diagram.md",{"path":1802,"priority":1102},"examples/simple-handshake/sample-output.pv",{"path":1804,"priority":335},"references/crypto-to-proverif-mapping.md",{"path":1806,"priority":335},"references/proverif-syntax.md",{"path":1808,"priority":335},"references/security-properties.md",{"basePath":1810,"description":1811,"displayName":669,"installMethods":1812,"rationale":1813,"selectedPaths":1814,"source":322,"sourceLanguage":18,"type":244},"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",[1815,1816,1818],{"path":957,"priority":316},{"path":1817,"priority":335},"references/preanalysis-passes.md",{"path":1819,"priority":335},"references/query-patterns.md",{"basePath":1821,"description":1822,"displayName":1823,"installMethods":1824,"rationale":1825,"selectedPaths":1826,"source":322,"sourceLanguage":18,"type":244},"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",[1827],{"path":957,"priority":316},{"basePath":1829,"description":1830,"displayName":1831,"installMethods":1832,"rationale":1833,"selectedPaths":1834,"source":322,"sourceLanguage":18,"type":244},"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",[1835],{"path":957,"priority":316},{"basePath":1837,"description":1838,"displayName":1839,"installMethods":1840,"rationale":1841,"selectedPaths":1842,"source":322,"sourceLanguage":18,"type":244},"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",[1843,1844,1846,1848,1849,1851],{"path":957,"priority":316},{"path":1845,"priority":335},"references/fault-simulation.md",{"path":1847,"priority":335},"references/lessons-learned.md",{"path":1774,"priority":335},{"path":1850,"priority":335},"references/report-template.md",{"path":1852,"priority":335},"references/vector-patterns.md",{"basePath":1854,"description":1855,"displayName":698,"installMethods":1856,"rationale":1857,"selectedPaths":1858,"source":322,"sourceLanguage":18,"type":244},"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",[1859,1860],{"path":957,"priority":316},{"path":1861,"priority":335},"METHODOLOGY.md",{"basePath":1863,"description":1864,"displayName":1865,"installMethods":1866,"rationale":1867,"selectedPaths":1868,"source":322,"sourceLanguage":18,"type":244},"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",[1869,1870,1871,1873,1875],{"path":957,"priority":316},{"path":1150,"priority":335},{"path":1872,"priority":335},"references/progressive-disclosure-guide.md",{"path":1874,"priority":335},"references/tool-assignment-guide.md",{"path":1876,"priority":335},"references/workflow-patterns.md",{"basePath":1878,"description":1879,"displayName":1880,"installMethods":1881,"rationale":1882,"selectedPaths":1883,"source":322,"sourceLanguage":18,"type":244},"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",[1884,1885,1887,1889,1891,1893,1895,1897,1899,1901,1903,1905,1906,1908,1909],{"path":957,"priority":316},{"path":1886,"priority":1102},"examples/MAL_Mac_ProtonRAT_Jan25.yar",{"path":1888,"priority":1102},"examples/MAL_NPM_SupplyChain_Jan25.yar",{"path":1890,"priority":1102},"examples/MAL_Win_Remcos_Jan25.yar",{"path":1892,"priority":1102},"examples/SUSP_CRX_SuspiciousPermissions.yar",{"path":1894,"priority":1102},"examples/SUSP_JS_Obfuscation_Jan25.yar",{"path":1896,"priority":335},"references/crx-module.md",{"path":1898,"priority":335},"references/dex-module.md",{"path":1900,"priority":335},"references/performance.md",{"path":1902,"priority":335},"references/strings.md",{"path":1904,"priority":335},"references/style-guide.md",{"path":1386,"priority":335},{"path":1907,"priority":1102},"scripts/atom_analyzer.py",{"path":1214,"priority":1102},{"path":1910,"priority":1102},"scripts/yara_lint.py",{"basePath":1912,"description":1913,"displayName":839,"installMethods":1914,"rationale":1915,"selectedPaths":1916,"source":322,"sourceLanguage":18,"type":244},"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",[1917,1918,1920,1922,1924,1926,1928,1930,1932,1934,1936,1938,1940,1942,1944,1946,1948,1950,1952,1954,1956,1958,1960,1962,1964,1966,1968,1970,1972,1974,1976,1978,1980,1982,1984],{"path":957,"priority":316},{"path":1919,"priority":1102},"prompts/report_template.md",{"path":1921,"priority":1102},"prompts/system.md",{"path":1923,"priority":1102},"prompts/task.md",{"path":1925,"priority":335},"references/compile-commands.md",{"path":1927,"priority":335},"references/detection-strategy.md",{"path":1929,"priority":335},"references/ir-analysis.md",{"path":1931,"priority":335},"references/mcp-analysis.md",{"path":1933,"priority":335},"references/poc-generation.md",{"path":1935,"priority":335},"references/rust-zeroization-patterns.md",{"path":1937,"priority":1102},"tools/analyze_asm.sh",{"path":1939,"priority":1102},"tools/analyze_cfg.py",{"path":1941,"priority":1102},"tools/analyze_heap.sh",{"path":1943,"priority":1102},"tools/analyze_ir_semantic.py",{"path":1945,"priority":1102},"tools/diff_ir.sh",{"path":1947,"priority":1102},"tools/diff_rust_mir.sh",{"path":1949,"priority":1102},"tools/emit_asm.sh",{"path":1951,"priority":1102},"tools/emit_ir.sh",{"path":1953,"priority":1102},"tools/emit_rust_asm.sh",{"path":1955,"priority":1102},"tools/emit_rust_ir.sh",{"path":1957,"priority":1102},"tools/emit_rust_mir.sh",{"path":1959,"priority":1102},"tools/extract_compile_flags.py",{"path":1961,"priority":1102},"tools/generate_poc.py",{"path":1963,"priority":1102},"tools/mcp/apply_confidence_gates.py",{"path":1965,"priority":1102},"tools/mcp/check_mcp.sh",{"path":1967,"priority":1102},"tools/mcp/normalize_mcp_evidence.py",{"path":1969,"priority":1102},"tools/scripts/check_llvm_patterns.py",{"path":1971,"priority":1102},"tools/scripts/check_mir_patterns.py",{"path":1973,"priority":1102},"tools/scripts/check_rust_asm.py",{"path":1975,"priority":1102},"tools/scripts/check_rust_asm_aarch64.py",{"path":1977,"priority":1102},"tools/scripts/check_rust_asm_x86.py",{"path":1979,"priority":1102},"tools/scripts/find_dangerous_apis.py",{"path":1981,"priority":1102},"tools/scripts/semantic_audit.py",{"path":1983,"priority":1102},"tools/track_dataflow.sh",{"path":1985,"priority":1102},"tools/validate_rust_toolchain.sh",{"basePath":407,"installMethods":1987,"rationale":1989,"selectedPaths":1990,"source":322,"sourceLanguage":18,"type":1996},{"pypi":1988},"ct-analyzer","cli ecosystem detected at plugins/constant-time-analysis",[1991,1993,1994],{"path":1992,"priority":316},"pyproject.toml",{"path":318,"priority":316},{"path":1995,"priority":335},"ct_analyzer/analyzer.py","cli",{"sources":1998},[1999],"manual",{"closedIssues90d":229,"description":2001,"forks":230,"license":236,"openIssues90d":231,"pushedAt":232,"readmeSize":227,"stars":233,"topics":2002},"Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows",[2003],"agent-skills",{"classifiedAt":2005,"discoverAt":2006,"extractAt":2007,"githubAt":2007,"updatedAt":2005},1778698175241,1778698169543,1778698173272,[211,213,13,212],{"evaluatedAt":239,"extractAt":285,"updatedAt":239},[],[2012,2042,2059,2091,2116,2142],{"_creationTime":2013,"_id":2014,"community":2015,"display":2016,"identity":2022,"providers":2026,"relations":2035,"tags":2038,"workflow":2039},1778696691708.3264,"k179thjzaw5kepc7zhdj9sat3n86mcqp",{"reviewCount":8},{"description":2017,"installMethods":2018,"name":2020,"sourceUrl":2021},"Validate pending migrations for foreign key consistency, rollback safety, and best practices",{"claudeCode":2019},"ruvnet/ruflo","migrate-validate","https://github.com/ruvnet/ruflo",{"basePath":2023,"githubOwner":2024,"githubRepo":2025,"locale":18,"slug":2020,"type":244},"plugins/ruflo-migrations/skills/migrate-validate","ruvnet","ruflo",{"evaluate":2027,"extract":2034},{"promptVersionExtension":204,"promptVersionScoring":205,"score":2028,"tags":2029,"targetMarket":214,"tier":215},100,[2030,2031,2032,2033,211,213],"database","migrations","sql","validation",{"commitSha":275},{"parentExtensionId":2036,"repoId":2037},"k176me0sh9b6bc3gzttnywx4w986njzh","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[211,2030,213,2031,2032,2033],{"evaluatedAt":2040,"extractAt":2041,"updatedAt":2040},1778701008912,1778696691708,{"_creationTime":2043,"_id":2044,"community":2045,"display":2046,"identity":2049,"providers":2050,"relations":2054,"tags":2056,"workflow":2057},1778698175626.3276,"k17cj6pbcgtrw523a4sw8mhcxn86mzvv",{"reviewCount":8},{"description":1444,"installMethods":2047,"name":2048,"sourceUrl":14},{"claudeCode":12},"Semgrep Rule Creator",{"basePath":1443,"githubOwner":242,"githubRepo":243,"locale":18,"slug":561,"type":244},{"evaluate":2051,"extract":2053},{"promptVersionExtension":204,"promptVersionScoring":205,"score":2028,"tags":2052,"targetMarket":214,"tier":215},[1561,269,598,211,213],{"commitSha":275},{"parentExtensionId":2055,"repoId":281},"k1757483sd0rdv04r5773w2tb986mb9g",[211,213,269,1561,598],{"evaluatedAt":2058,"extractAt":285,"updatedAt":2058},1778699451460,{"_creationTime":2060,"_id":2061,"community":2062,"display":2063,"identity":2069,"providers":2075,"relations":2083,"tags":2086,"workflow":2087},1778698296017.8315,"k17dzgrxxkxpeqmtcn5v3tjmad86n5tm",{"reviewCount":8},{"description":2064,"installMethods":2065,"name":2067,"sourceUrl":2068},"과잉 엔지니어링 패턴이 감지되면 자동으로 활성화됩니다: (1) 사용자가 명시적으로 변경을 요청하지 않은 코드나 파일을 수정하는 경우 (2) 요청되지 않은 새로운 추상화 레이어(class, interface, factory, wrapper)를 생성하는 경우 (3) 요청되지 않은 주석, 문서, JSDoc, 타입 어노테이션을 추가하는 경우 (4) 요청되지 않은 새로운 의존성을 도입하는 경우 (5) 최소한의 편집 대신 파일 전체를 다시 작성하는 경우 (6) diff 범위가 사용자의 요청을 명백히 초과하는 경우 (7) 사용자가 \"너무 많아\", \"거기는 건드리지 마\", \"X만 변경해\", \"간단하게\", \"그만\" 등의 신호를 보내는 경우 (8) 발생할 수 없는 시나리오에 대한 에러 처리, 유효성 검사, 방어적 코드를 추가하는 경우 (9) 요청되지 않은 테스트, 설정 스캐폴딩, 문서를 생성하는 경우\n",{"claudeCode":2066},"uucz/moyu","Moyu (摸鱼)","https://github.com/uucz/moyu",{"basePath":2070,"githubOwner":2071,"githubRepo":2072,"locale":2073,"slug":2074,"type":244},"skills/moyu-ko","uucz","moyu","ko","moyu-ko",{"evaluate":2076,"extract":2081},{"promptVersionExtension":204,"promptVersionScoring":205,"score":2028,"tags":2077,"targetMarket":214,"tier":215},[2078,211,2079,213,2080],"ai-assist","prompt-engineering","refactoring",{"commitSha":275,"license":2082},"MIT",{"parentExtensionId":2084,"repoId":2085},"k17a8j7hxkm1n8dabrtcwp2z2d86nr39","kd7ccbpk8y3xm113xt8wy1c5jd86n94h",[2078,211,213,2079,2080],{"evaluatedAt":2088,"extractAt":2089,"updatedAt":2090},1778698415064,1778698296017,1778698589704,{"_creationTime":2092,"_id":2093,"community":2094,"display":2095,"identity":2101,"providers":2104,"relations":2110,"tags":2112,"workflow":2113},1778687029453.9038,"k1741ryyrp6bfas7r0wrm6yans86n4ar",{"reviewCount":8},{"description":2096,"installMethods":2097,"name":2099,"sourceUrl":2100},"Mandatory checks to run before completing any task that touches md files or dart code in this repository.",{"claudeCode":2098},"flutter/skills","definition-of-done","https://github.com/flutter/skills",{"basePath":2102,"githubOwner":2103,"githubRepo":243,"locale":18,"slug":2099,"type":244},"tool/dart_skills_lint/.agents/skills/definition-of-done","flutter",{"evaluate":2105,"extract":2109},{"promptVersionExtension":204,"promptVersionScoring":205,"score":2028,"tags":2106,"targetMarket":214,"tier":215},[2107,2103,2108,212,211],"dart","linting",{"commitSha":275},{"repoId":2111},"kd7100bqmd3gmqn2rdf4t72qqn86nfdd",[211,2107,2103,2108,212],{"evaluatedAt":2114,"extractAt":2115,"updatedAt":2114},1778687549247,1778687029453,{"_creationTime":2117,"_id":2118,"community":2119,"display":2120,"identity":2126,"providers":2130,"relations":2136,"tags":2138,"workflow":2139},1778697652123.8845,"k17bexjjjsz81ysk7bd3ggdm8s86mt2t",{"reviewCount":8},{"description":2121,"installMethods":2122,"name":2124,"sourceUrl":2125},"Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.",{"claudeCode":2123},"steipete/clawdis","openclaw-testing","https://github.com/steipete/clawdis",{"basePath":2127,"githubOwner":2128,"githubRepo":2129,"locale":18,"slug":2124,"type":244},".agents/skills/openclaw-testing","steipete","clawdis",{"evaluate":2131,"extract":2135},{"promptVersionExtension":204,"promptVersionScoring":205,"score":2028,"tags":2132,"targetMarket":214,"tier":215},[212,2133,2033,2134,213],"ci","automation",{"commitSha":275},{"repoId":2137},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[2134,2133,213,212,2033],{"evaluatedAt":2140,"extractAt":2141,"updatedAt":2140},1778697962962,1778697652123,{"_creationTime":2143,"_id":2144,"community":2145,"display":2146,"identity":2152,"providers":2157,"relations":2166,"tags":2169,"workflow":2170},1778696595410.5698,"k171sdysmt658g1cdd7hgt8p8h86nms7",{"reviewCount":8},{"description":2147,"installMethods":2148,"name":2150,"sourceUrl":2151},"End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying \"wrap up\", \"done for the day\", \"finish coding\", or ending a coding session.",{"claudeCode":2149},"rohitg00/pro-workflow","Wrap-Up Ritual","https://github.com/rohitg00/pro-workflow",{"basePath":2153,"githubOwner":2154,"githubRepo":2155,"locale":18,"slug":2156,"type":244},"skills/wrap-up","rohitg00","pro-workflow","wrap-up",{"evaluate":2158,"extract":2165},{"promptVersionExtension":204,"promptVersionScoring":205,"score":2028,"tags":2159,"targetMarket":214,"tier":215},[2160,2161,2162,2163,2164,211],"workflow","llm","productivity","memory","knowledge-base",{"commitSha":275,"license":2082},{"parentExtensionId":2167,"repoId":2168},"k17fxtjcfh5gvxdrhv2dmgn1t986mdhv","kd7am4e918eq98hrd9s31jm4vs86nn0b",[211,2164,2161,2163,2162,2160],{"evaluatedAt":2171,"extractAt":2172,"updatedAt":2171},1778697164619,1778696595410]