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