[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-trailofbits-ruzzy-de":3,"guides-for-trailofbits-ruzzy":2030,"similar-k179trqv8ntdfz24k28252595986m3z0-de":2031},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":257,"isFallback":240,"parentExtension":263,"providers":321,"relations":325,"repo":326,"tags":2028,"workflow":2029},1778698175626.3328,"k179trqv8ntdfz24k28252595986m3z0",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Ruzzy is a coverage-guided Ruby fuzzer by Trail of Bits. Use for fuzzing pure Ruby code and Ruby C extensions.\n",{"claudeCode":12},"trailofbits/skills","Ruzzy","https://github.com/trailofbits/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":238,"workflow":255},1778699789355.2104,"kn79yeh88n6dpffs356a7aq3mn86n0q0","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"practices":205,"prerequisites":209,"promptVersionExtension":213,"promptVersionScoring":214,"purpose":215,"rationale":216,"score":217,"summary":218,"tags":219,"targetMarket":225,"tier":226,"useCases":227,"workflow":232},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,100,104,108,111,114,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states that Ruzzy is a coverage-guided Ruby fuzzer for finding bugs in Ruby code and C extensions, addressing the problem of ensuring the security and correctness of Ruby projects.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","Ruzzy offers a unique capability as the only production-ready coverage-guided fuzzer for Ruby, providing significant value beyond standard LLM capabilities for code analysis.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides comprehensive installation, usage, and troubleshooting instructions, along with real-world examples, indicating it is ready for production use in fuzzing Ruby applications.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on fuzzing Ruby code and C extensions, with no unrelated capabilities or domains advertised.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's functionality as a Ruby fuzzer.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This extension is a skill and does not expose individual tools; it is invoked as a single unit.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","All relevant environment variables and build flags for Ruzzy installation and execution are clearly documented, including their purpose.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This is a skill, not a set of tools with individual names.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","As a skill, it does not expose tools with parameters; its usage is described through command-line examples.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under CC-BY-SA-4.0, a permissive open-source license, as indicated by the bundled LICENSE file and trust signals.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on May 11, 2026, which is within the last 3 months, indicating active maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The skill relies on Ruby gems, and the installation instructions specify using `gem install`, implying standard Ruby dependency management practices are followed. The presence of a lockfile (`hasLockfile: true` in trust signals) suggests good dependency management.",{"category":66,"check":67,"severity":42,"summary":68},"Security","Secret Management","The skill does not handle or require any secrets or API keys.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The documentation emphasizes treating input data as data and not instructions, and the harness rules explicitly state to keep harnesses deterministic, mitigating injection risks.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The installation relies on `gem install` and standard Ruby environment setups; there are no indications of runtime downloads or execution of untrusted remote code.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's operations are focused on fuzzing Ruby code within the Ruby interpreter environment and do not involve writing to arbitrary file paths or outside the project's scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No evidence of detached process spawns or deny-retry loops was found in the documentation or usage examples.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill is focused on code analysis and fuzzing; there are no instructions or mechanisms for reading or submitting confidential data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and documentation do not contain any hidden steering tricks, control characters, or obfuscated text.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill relies on standard Ruby and C extensions, with no evidence of obfuscated code, base64 payloads, or runtime code fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill's instructions are clear and do not assume specific project directory structures beyond what is necessary for Ruby development.",{"category":96,"check":97,"severity":98,"summary":99},"Trust","Issues Attention","warning","In the last 90 days, 13 issues were opened and 4 were closed, indicating a low closure rate (approx. 24%) and potentially slow maintainer response.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The project has a `pushedAt` timestamp indicating recent commits, and a changelog is present, signifying active version management.",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","The installation and execution instructions are clear and focus on providing correct inputs (e.g., Ruby code, ASAN options); there's no indication of unstructured or unvalidated input being passed to tools.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","Fuzzing is an analytical process and does not involve destructive operations like deletion or modification of user data.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The documentation provides clear instructions on how to interpret errors (e.g., memory corruption vs. Ruby exceptions) and common troubleshooting steps, indicating robust error handling.",{"category":105,"check":115,"severity":42,"summary":116},"Logging","As a fuzzer, Ruzzy's primary output is crash reports and test results, not a continuous audit log of actions.",{"category":118,"check":119,"severity":42,"summary":120},"Compliance","GDPR","Ruzzy operates on code and data for fuzzing purposes and does not inherently process personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is focused on Ruby development and fuzzing, with no specific regional or jurisdictional limitations; it is globally applicable.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill specifies Linux x86-64/AArch64 support and provides alternatives (Dockerfile) for other platforms, indicating awareness of runtime environments.",{"category":45,"check":128,"severity":24,"summary":129},"README","The README file clearly describes the purpose of the Trail of Bits Skills Marketplace and provides installation instructions.",{"category":33,"check":131,"severity":42,"summary":132},"Tool surface size","This is a skill and not a collection of tools.",{"category":40,"check":134,"severity":42,"summary":135},"Overlapping near-synonym tools","This is a skill and not a collection of tools with potentially overlapping names.",{"category":45,"check":137,"severity":24,"summary":138},"Phantom features","All documented features, such as fuzzing pure Ruby code and C extensions, have corresponding implementation details and usage examples provided.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions via the Claude Code marketplace and local development methods, along with copy-pasteable examples.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The troubleshooting section and harness rules provide clear guidance on identifying and resolving common errors encountered during installation and execution.",{"category":148,"check":149,"severity":24,"summary":150},"Execution","Pinned dependencies","The installation relies on `gem install`, which typically pins dependencies, and the trust signals indicate a lockfile is present.",{"category":33,"check":152,"severity":42,"summary":153},"Dry-run preview","Fuzzing is an analytical process and does not have a dry-run mode as it does not perform destructive operations.",{"category":155,"check":156,"severity":42,"summary":157},"Protocol","Idempotent retry & timeouts","Ruzzy operates locally and does not involve remote calls or state-changing operations that would require idempotency or timeouts in this context.",{"category":118,"check":159,"severity":24,"summary":160},"Telemetry opt-in","There is no mention of telemetry collection in the documentation; all operations appear to be local and self-contained.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill clearly states it is a coverage-guided Ruby fuzzer for pure Ruby code and C extensions, and the 'When to Use' section provides specific scenarios.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability as a Ruby fuzzer.",{"category":45,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured and avoids unnecessary verbosity, with detailed sections clearly delineated.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","Detailed information like compilation flags and advanced sanitizer configurations are provided within the main skill document, which is appropriate for its scope.",{"category":171,"check":175,"severity":42,"summary":176},"Forked exploration","Ruzzy is a tool for fuzzing, not an exploration or audit skill that would benefit from forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The skill includes multiple end-to-end examples for fuzzing pure Ruby code and C extensions, demonstrating input, invocation, and expected outcomes.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The documentation addresses potential issues like installation failures, missing corpus directories, and Ruby interpreter leaks, providing solutions for each.",{"category":105,"check":184,"severity":42,"summary":185},"Tool Fallback","Ruzzy is a standalone skill and does not rely on external MCP servers or tools with fallbacks.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The documentation provides clear troubleshooting steps and expected behaviors, implying that unexpected states would halt the process and indicate a problem.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","Ruzzy is a self-contained skill focused on fuzzing Ruby and does not appear to have implicit dependencies on other skills.",1778699789224,"Ruzzy is a coverage-guided fuzzer for Ruby, capable of testing both pure Ruby code and Ruby C extensions with sanitizer support. It provides detailed instructions for installation, harness writing, compilation, and running fuzzing campaigns, including specific guidance for common issues and examples for libraries like msgpack.",[196,197,198,199,200],"Coverage-guided fuzzing for Ruby","Fuzzing for pure Ruby code","Fuzzing for Ruby C extensions","AddressSanitizer (ASan) and UndefinedBehaviorSanitizer (UBSan) integration","Detailed installation and usage instructions",[202,203,204],"Fuzzing non-Ruby languages","Providing a general-purpose code analysis tool beyond fuzzing","Automating bug fixing",[206,207,208],"Fuzzing","Security testing","Code quality",[210,211,212],"Linux x86-64 or AArch64/ARM64","Recent version of clang (tested back to 14.0.0, latest release recommended)","Ruby with gem installed","3.0.0","4.4.0","To provide a robust and production-ready tool for developers and security researchers to find memory corruption and undefined behavior bugs in Ruby applications and extensions.","The skill has a warning for slow issue closure rate, but overall provides excellent documentation, clear use cases, and robust implementation details for its specialized function.",75,"A well-documented and production-ready Ruby fuzzer with clear examples and troubleshooting.",[220,221,222,223,224],"fuzzer","ruby","security","testing","code-analysis","global","community",[228,229,230,231],"Fuzzing Ruby applications or libraries to uncover bugs","Testing Ruby C extensions for memory safety issues","Improving the security and stability of Ruby codebases","Integrating fuzzing into CI/CD pipelines for Ruby projects",[233,234,235,236,237],"Set up environment with ASAN_OPTIONS","Install Ruzzy with clang compiler flags","Write a fuzzing harness (tracer script for pure Ruby)","Run the fuzzer with the harness and optional corpus","Interpret output and reproduce crashes",{"codeQuality":239,"collectedAt":241,"documentation":242,"maintenance":245,"security":251,"testCoverage":254},{"hasLockfile":240},true,1778699773017,{"descriptionLength":243,"readmeSize":244},111,7901,{"closedIssues90d":246,"forks":247,"hasChangelog":240,"openIssues90d":248,"pushedAt":249,"stars":250},4,455,13,1778517916000,5161,{"hasNpmPackage":252,"license":253,"smitheryVerified":252},false,"CC-BY-SA-4.0",{"hasCi":240,"hasTests":240},{"updatedAt":256},1778699789355,{"basePath":258,"githubOwner":259,"githubRepo":260,"locale":18,"slug":261,"type":262},"plugins/testing-handbook-skills/skills/ruzzy","trailofbits","skills","ruzzy","skill",{"_creationTime":264,"_id":265,"community":266,"display":267,"identity":271,"parentExtension":274,"providers":303,"relations":317,"tags":318,"workflow":319},1778698175626.3145,"k176ez4mtxadj21gyz10edtjws86n0gz",{"reviewCount":8},{"description":268,"installMethods":269,"name":270,"sourceUrl":14},"Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)",{"claudeCode":270},"testing-handbook-skills",{"basePath":272,"githubOwner":259,"githubRepo":260,"locale":18,"slug":270,"type":273},"plugins/testing-handbook-skills","plugin",{"_creationTime":275,"_id":276,"community":277,"display":278,"identity":281,"providers":284,"relations":297,"tags":299,"workflow":300},1778698175626.309,"k17550d1ve8ghfmwc58xs69e3s86mn86",{"reviewCount":8},{"description":279,"installMethods":280,"name":259,"sourceUrl":14},"Claude Code plugins from Trail of Bits for enhanced AI-assisted security analysis and development",{"claudeCode":12},{"basePath":282,"githubOwner":259,"githubRepo":260,"locale":18,"slug":260,"type":283},"","marketplace",{"evaluate":285,"extract":291},{"promptVersionExtension":286,"promptVersionScoring":214,"score":217,"tags":287,"targetMarket":225,"tier":226},"3.1.0",[222,288,289,283,290],"development","analysis","plugins",{"commitSha":292,"marketplace":293,"plugin":295},"HEAD",{"name":259,"pluginCount":294},39,{"mcpCount":8,"provider":296,"skillCount":8},"classify",{"repoId":298},"kd7d5sbrd9m157hjv9c7v4wfyn86mk2f",[289,288,283,290,222],{"evaluatedAt":301,"extractAt":302,"updatedAt":301},1778698203402,1778698175626,{"evaluate":304,"extract":313},{"promptVersionExtension":213,"promptVersionScoring":214,"score":305,"tags":306,"targetMarket":225,"tier":312},99,[307,308,309,310,311],"code-generation","security-testing","documentation","automation","handbook","verified",{"commitSha":292,"license":314,"plugin":315},"a8270f6209a7573677312231b941402431218673",{"mcpCount":8,"provider":296,"skillCount":316},15,{"parentExtensionId":276,"repoId":298},[310,307,309,311,308],{"evaluatedAt":320,"extractAt":302,"updatedAt":320},1778698552460,{"evaluate":322,"extract":324},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":323,"targetMarket":225,"tier":226},[220,221,222,223,224],{"commitSha":292,"license":253},{"parentExtensionId":265,"repoId":298},{"_creationTime":327,"_id":298,"identity":328,"providers":329,"workflow":2024},1778698169543.2075,{"githubOwner":259,"githubRepo":260,"sourceUrl":14},{"classify":330,"discover":2017,"github":2020},{"commitSha":292,"extensions":331},[332,345,358,373,404,417,428,441,452,463,474,489,502,537,548,561,572,583,596,607,620,637,652,688,717,730,747,777,788,801,812,823,836,847,858,891,904,915,933,951,972,980,1011,1018,1025,1033,1041,1049,1057,1067,1075,1083,1091,1099,1107,1115,1125,1132,1139,1163,1249,1260,1271,1286,1301,1308,1329,1338,1357,1363,1372,1386,1415,1423,1445,1452,1465,1476,1488,1527,1534,1541,1573,1581,1597,1604,1612,1620,1628,1636,1644,1652,1660,1668,1676,1684,1692,1700,1705,1727,1735,1745,1769,1783,1797,1811,1829,1840,1848,1856,1873,1882,1897,1931,2006],{"basePath":282,"description":279,"displayName":259,"installMethods":333,"rationale":334,"selectedPaths":335,"source":344,"sourceLanguage":18,"type":283},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[336,339,341],{"path":337,"priority":338},".claude-plugin/marketplace.json","mandatory",{"path":340,"priority":338},"README.md",{"path":342,"priority":343},"LICENSE","high","rule",{"basePath":346,"description":347,"displayName":348,"installMethods":349,"rationale":350,"selectedPaths":351,"source":344,"sourceLanguage":18,"type":273},"plugins/ask-questions-if-underspecified","Clarify ambiguous requirements by asking questions before implementing. Only when invoked explicitly.","ask-questions-if-underspecified",{"claudeCode":348},"plugin manifest at plugins/ask-questions-if-underspecified/.claude-plugin/plugin.json",[352,354,355],{"path":353,"priority":338},".claude-plugin/plugin.json",{"path":340,"priority":338},{"path":356,"priority":357},"skills/ask-questions-if-underspecified/SKILL.md","medium",{"basePath":359,"description":360,"displayName":361,"installMethods":362,"rationale":363,"selectedPaths":364,"source":344,"sourceLanguage":18,"type":273},"plugins/audit-context-building","Build deep architectural context through ultra-granular code analysis before vulnerability hunting","audit-context-building",{"claudeCode":361},"plugin manifest at plugins/audit-context-building/.claude-plugin/plugin.json",[365,366,367,369,371],{"path":353,"priority":338},{"path":340,"priority":338},{"path":368,"priority":357},"skills/audit-context-building/SKILL.md",{"path":370,"priority":343},"agents/function-analyzer.md",{"path":372,"priority":343},"commands/audit-context.md",{"basePath":374,"description":375,"displayName":376,"installMethods":377,"rationale":378,"selectedPaths":379,"source":344,"sourceLanguage":18,"type":273},"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":376},"plugin manifest at plugins/building-secure-contracts/.claude-plugin/plugin.json",[380,381,382,384,386,388,390,392,394,396,398,400,402],{"path":353,"priority":338},{"path":340,"priority":338},{"path":383,"priority":357},"skills/algorand-vulnerability-scanner/SKILL.md",{"path":385,"priority":357},"skills/audit-prep-assistant/SKILL.md",{"path":387,"priority":357},"skills/cairo-vulnerability-scanner/SKILL.md",{"path":389,"priority":357},"skills/code-maturity-assessor/SKILL.md",{"path":391,"priority":357},"skills/cosmos-vulnerability-scanner/SKILL.md",{"path":393,"priority":357},"skills/guidelines-advisor/SKILL.md",{"path":395,"priority":357},"skills/secure-workflow-guide/SKILL.md",{"path":397,"priority":357},"skills/solana-vulnerability-scanner/SKILL.md",{"path":399,"priority":357},"skills/substrate-vulnerability-scanner/SKILL.md",{"path":401,"priority":357},"skills/token-integration-analyzer/SKILL.md",{"path":403,"priority":357},"skills/ton-vulnerability-scanner/SKILL.md",{"basePath":405,"description":406,"displayName":407,"installMethods":408,"rationale":409,"selectedPaths":410,"source":344,"sourceLanguage":18,"type":273},"plugins/burpsuite-project-parser","Search and extract data from Burp Suite project files (.burp) for security analysis","burpsuite-project-parser",{"claudeCode":407},"plugin manifest at plugins/burpsuite-project-parser/.claude-plugin/plugin.json",[411,412,413,415],{"path":353,"priority":338},{"path":340,"priority":338},{"path":414,"priority":357},"skills/burpsuite-project-parser/SKILL.md",{"path":416,"priority":343},"commands/burp-search.md",{"basePath":418,"description":419,"displayName":420,"installMethods":421,"rationale":422,"selectedPaths":423,"source":344,"sourceLanguage":18,"type":273},"plugins/claude-in-chrome-troubleshooting","Diagnose and fix Claude in Chrome MCP extension connectivity issues","claude-in-chrome-troubleshooting",{"claudeCode":420},"plugin manifest at plugins/claude-in-chrome-troubleshooting/.claude-plugin/plugin.json",[424,425,426],{"path":353,"priority":338},{"path":340,"priority":338},{"path":427,"priority":357},"skills/claude-in-chrome-troubleshooting/SKILL.md",{"basePath":429,"description":430,"displayName":431,"installMethods":432,"rationale":433,"selectedPaths":434,"source":344,"sourceLanguage":18,"type":273},"plugins/constant-time-analysis","Detect compiler-induced timing side-channels in cryptographic code","constant-time-analysis",{"claudeCode":431},"plugin manifest at plugins/constant-time-analysis/.claude-plugin/plugin.json",[435,436,437,439],{"path":353,"priority":338},{"path":340,"priority":338},{"path":438,"priority":357},"skills/constant-time-analysis/SKILL.md",{"path":440,"priority":343},"commands/ct-check.md",{"basePath":442,"description":443,"displayName":444,"installMethods":445,"rationale":446,"selectedPaths":447,"source":344,"sourceLanguage":18,"type":273},"plugins/culture-index","Interprets Culture Index survey results for individuals and teams","culture-index",{"claudeCode":444},"plugin manifest at plugins/culture-index/.claude-plugin/plugin.json",[448,449,450],{"path":353,"priority":338},{"path":340,"priority":338},{"path":451,"priority":357},"skills/interpreting-culture-index/SKILL.md",{"basePath":453,"description":454,"displayName":455,"installMethods":456,"rationale":457,"selectedPaths":458,"source":344,"sourceLanguage":18,"type":273},"plugins/debug-buttercup","Debug Buttercup Kubernetes deployments","debug-buttercup",{"claudeCode":455},"plugin manifest at plugins/debug-buttercup/.claude-plugin/plugin.json",[459,460,461],{"path":353,"priority":338},{"path":340,"priority":338},{"path":462,"priority":357},"skills/debug-buttercup/SKILL.md",{"basePath":464,"description":465,"displayName":466,"installMethods":467,"rationale":468,"selectedPaths":469,"source":344,"sourceLanguage":18,"type":273},"plugins/devcontainer-setup","Create pre-configured devcontainers with Claude Code and language-specific tooling","devcontainer-setup",{"claudeCode":466},"plugin manifest at plugins/devcontainer-setup/.claude-plugin/plugin.json",[470,471,472],{"path":353,"priority":338},{"path":340,"priority":338},{"path":473,"priority":357},"skills/devcontainer-setup/SKILL.md",{"basePath":475,"description":476,"displayName":477,"installMethods":478,"rationale":479,"selectedPaths":480,"source":344,"sourceLanguage":18,"type":273},"plugins/differential-review","Security-focused differential review of code changes with git history analysis and blast radius estimation","differential-review",{"claudeCode":477},"plugin manifest at plugins/differential-review/.claude-plugin/plugin.json",[481,482,483,485,487],{"path":353,"priority":338},{"path":340,"priority":338},{"path":484,"priority":357},"skills/differential-review/SKILL.md",{"path":486,"priority":343},"agents/adversarial-modeler.md",{"path":488,"priority":343},"commands/diff-review.md",{"basePath":490,"description":491,"displayName":492,"installMethods":493,"rationale":494,"selectedPaths":495,"source":344,"sourceLanguage":18,"type":273},"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":492},"plugin manifest at plugins/firebase-apk-scanner/.claude-plugin/plugin.json",[496,497,498,500],{"path":353,"priority":338},{"path":340,"priority":338},{"path":499,"priority":357},"skills/firebase-apk-scanner/SKILL.md",{"path":501,"priority":343},"commands/scan-apk.md",{"basePath":503,"description":504,"displayName":505,"installMethods":506,"rationale":507,"selectedPaths":508,"source":344,"sourceLanguage":18,"type":273},"plugins/gh-cli","Intercepts GitHub URL fetches and curl/wget commands, redirecting to the authenticated gh CLI.","gh-cli",{"claudeCode":505},"plugin manifest at plugins/gh-cli/.claude-plugin/plugin.json",[509,510,511,513,515,517,519,521,523,525,527,529,531,533,535],{"path":353,"priority":338},{"path":340,"priority":338},{"path":512,"priority":343},"hooks/cleanup-clones.sh",{"path":514,"priority":343},"hooks/hooks.json",{"path":516,"priority":343},"hooks/intercept-github-curl.bats",{"path":518,"priority":343},"hooks/intercept-github-curl.sh",{"path":520,"priority":343},"hooks/intercept-github-fetch.bats",{"path":522,"priority":343},"hooks/intercept-github-fetch.sh",{"path":524,"priority":343},"hooks/persist-session-id.sh",{"path":526,"priority":343},"hooks/session-hooks.bats",{"path":528,"priority":343},"hooks/setup-shims.bats",{"path":530,"priority":343},"hooks/setup-shims.sh",{"path":532,"priority":343},"hooks/shims/gh",{"path":534,"priority":343},"hooks/shims/gh-shim.bats",{"path":536,"priority":343},"hooks/test_helper.bash",{"basePath":538,"description":539,"displayName":540,"installMethods":541,"rationale":542,"selectedPaths":543,"source":344,"sourceLanguage":18,"type":273},"plugins/dwarf-expert","Interact with and understand the DWARF debugging format","dwarf-expert",{"claudeCode":540},"plugin manifest at plugins/dwarf-expert/.claude-plugin/plugin.json",[544,545,546],{"path":353,"priority":338},{"path":340,"priority":338},{"path":547,"priority":357},"skills/dwarf-expert/SKILL.md",{"basePath":549,"description":550,"displayName":551,"installMethods":552,"rationale":553,"selectedPaths":554,"source":344,"sourceLanguage":18,"type":273},"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":551},"plugin manifest at plugins/entry-point-analyzer/.claude-plugin/plugin.json",[555,556,557,559],{"path":353,"priority":338},{"path":340,"priority":338},{"path":558,"priority":357},"skills/entry-point-analyzer/SKILL.md",{"path":560,"priority":343},"commands/entry-points.md",{"basePath":562,"description":563,"displayName":564,"installMethods":565,"rationale":566,"selectedPaths":567,"source":344,"sourceLanguage":18,"type":273},"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":564},"plugin manifest at plugins/mutation-testing/.claude-plugin/plugin.json",[568,569,570],{"path":353,"priority":338},{"path":340,"priority":338},{"path":571,"priority":357},"skills/mutation-testing/SKILL.md",{"basePath":573,"description":574,"displayName":575,"installMethods":576,"rationale":577,"selectedPaths":578,"source":344,"sourceLanguage":18,"type":273},"plugins/property-based-testing","Property-based testing guidance for multiple languages and smart contracts","property-based-testing",{"claudeCode":575},"plugin manifest at plugins/property-based-testing/.claude-plugin/plugin.json",[579,580,581],{"path":353,"priority":338},{"path":340,"priority":338},{"path":582,"priority":357},"skills/property-based-testing/SKILL.md",{"basePath":584,"description":585,"displayName":586,"installMethods":587,"rationale":588,"selectedPaths":589,"source":344,"sourceLanguage":18,"type":273},"plugins/semgrep-rule-creator","Create custom Semgrep rules for detecting bug patterns and security vulnerabilities","semgrep-rule-creator",{"claudeCode":586},"plugin manifest at plugins/semgrep-rule-creator/.claude-plugin/plugin.json",[590,591,592,594],{"path":353,"priority":338},{"path":340,"priority":338},{"path":593,"priority":357},"skills/semgrep-rule-creator/SKILL.md",{"path":595,"priority":343},"commands/semgrep-rule.md",{"basePath":597,"description":598,"displayName":599,"installMethods":600,"rationale":601,"selectedPaths":602,"source":344,"sourceLanguage":18,"type":273},"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":599},"plugin manifest at plugins/semgrep-rule-variant-creator/.claude-plugin/plugin.json",[603,604,605],{"path":353,"priority":338},{"path":340,"priority":338},{"path":606,"priority":357},"skills/semgrep-rule-variant-creator/SKILL.md",{"basePath":608,"description":609,"displayName":610,"installMethods":611,"rationale":612,"selectedPaths":613,"source":344,"sourceLanguage":18,"type":273},"plugins/sharp-edges","Identify error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes","sharp-edges",{"claudeCode":610},"plugin manifest at plugins/sharp-edges/.claude-plugin/plugin.json",[614,615,616,618],{"path":353,"priority":338},{"path":340,"priority":338},{"path":617,"priority":357},"skills/sharp-edges/SKILL.md",{"path":619,"priority":343},"agents/sharp-edges-analyzer.md",{"basePath":621,"description":622,"displayName":623,"installMethods":624,"rationale":625,"selectedPaths":626,"source":344,"sourceLanguage":18,"type":273},"plugins/static-analysis","Static analysis toolkit with CodeQL, Semgrep, and SARIF parsing for security vulnerability detection","static-analysis",{"claudeCode":623},"plugin manifest at plugins/static-analysis/.claude-plugin/plugin.json",[627,628,629,631,633,635],{"path":353,"priority":338},{"path":340,"priority":338},{"path":630,"priority":357},"skills/codeql/SKILL.md",{"path":632,"priority":357},"skills/sarif-parsing/SKILL.md",{"path":634,"priority":357},"skills/semgrep/SKILL.md",{"path":636,"priority":343},"agents/semgrep-scanner.md",{"basePath":638,"description":639,"displayName":640,"installMethods":641,"rationale":642,"selectedPaths":643,"source":344,"sourceLanguage":18,"type":273},"plugins/spec-to-code-compliance","Specification-to-code compliance checker for blockchain audits with evidence-based alignment analysis","spec-to-code-compliance",{"claudeCode":640},"plugin manifest at plugins/spec-to-code-compliance/.claude-plugin/plugin.json",[644,645,646,648,650],{"path":353,"priority":338},{"path":340,"priority":338},{"path":647,"priority":357},"skills/spec-to-code-compliance/SKILL.md",{"path":649,"priority":343},"agents/spec-compliance-checker.md",{"path":651,"priority":343},"commands/spec-compliance.md",{"basePath":272,"description":268,"displayName":270,"installMethods":653,"rationale":654,"selectedPaths":655,"source":344,"sourceLanguage":18,"type":273},{"claudeCode":270},"plugin manifest at plugins/testing-handbook-skills/.claude-plugin/plugin.json",[656,657,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686],{"path":353,"priority":338},{"path":340,"priority":338},{"path":659,"priority":357},"skills/address-sanitizer/SKILL.md",{"path":661,"priority":357},"skills/aflpp/SKILL.md",{"path":663,"priority":357},"skills/atheris/SKILL.md",{"path":665,"priority":357},"skills/cargo-fuzz/SKILL.md",{"path":667,"priority":357},"skills/constant-time-testing/SKILL.md",{"path":669,"priority":357},"skills/coverage-analysis/SKILL.md",{"path":671,"priority":357},"skills/fuzzing-dictionary/SKILL.md",{"path":673,"priority":357},"skills/fuzzing-obstacles/SKILL.md",{"path":675,"priority":357},"skills/harness-writing/SKILL.md",{"path":677,"priority":357},"skills/libafl/SKILL.md",{"path":679,"priority":357},"skills/libfuzzer/SKILL.md",{"path":681,"priority":357},"skills/ossfuzz/SKILL.md",{"path":683,"priority":357},"skills/ruzzy/SKILL.md",{"path":685,"priority":357},"skills/testing-handbook-generator/SKILL.md",{"path":687,"priority":357},"skills/wycheproof/SKILL.md",{"basePath":689,"description":690,"displayName":691,"installMethods":692,"rationale":693,"selectedPaths":694,"source":344,"sourceLanguage":18,"type":273},"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":691},"plugin manifest at plugins/trailmark/.claude-plugin/plugin.json",[695,696,697,699,701,703,705,707,709,711,713,715],{"path":353,"priority":338},{"path":340,"priority":338},{"path":698,"priority":357},"skills/audit-augmentation/SKILL.md",{"path":700,"priority":357},"skills/crypto-protocol-diagram/SKILL.md",{"path":702,"priority":357},"skills/diagramming-code/SKILL.md",{"path":704,"priority":357},"skills/genotoxic/SKILL.md",{"path":706,"priority":357},"skills/graph-evolution/SKILL.md",{"path":708,"priority":357},"skills/mermaid-to-proverif/SKILL.md",{"path":710,"priority":357},"skills/trailmark/SKILL.md",{"path":712,"priority":357},"skills/trailmark-structural/SKILL.md",{"path":714,"priority":357},"skills/trailmark-summary/SKILL.md",{"path":716,"priority":357},"skills/vector-forge/SKILL.md",{"basePath":718,"description":719,"displayName":720,"installMethods":721,"rationale":722,"selectedPaths":723,"source":344,"sourceLanguage":18,"type":273},"plugins/variant-analysis","Find similar vulnerabilities and bugs across codebases using pattern-based analysis","variant-analysis",{"claudeCode":720},"plugin manifest at plugins/variant-analysis/.claude-plugin/plugin.json",[724,725,726,728],{"path":353,"priority":338},{"path":340,"priority":338},{"path":727,"priority":357},"skills/variant-analysis/SKILL.md",{"path":729,"priority":343},"commands/variants.md",{"basePath":731,"description":732,"displayName":733,"installMethods":734,"rationale":735,"selectedPaths":736,"source":344,"sourceLanguage":18,"type":273},"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":733},"plugin manifest at plugins/c-review/.claude-plugin/plugin.json",[737,738,739,741,743,745],{"path":353,"priority":338},{"path":340,"priority":338},{"path":740,"priority":357},"skills/c-review/SKILL.md",{"path":742,"priority":343},"agents/c-review-dedup-judge.md",{"path":744,"priority":343},"agents/c-review-fp-judge.md",{"path":746,"priority":343},"agents/c-review-worker.md",{"basePath":748,"description":749,"displayName":750,"installMethods":751,"rationale":752,"selectedPaths":753,"source":344,"sourceLanguage":18,"type":273},"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":750},"plugin manifest at plugins/modern-python/.claude-plugin/plugin.json",[754,755,756,758,759,760,761,763,765,767,769,771,773,775],{"path":353,"priority":338},{"path":340,"priority":338},{"path":757,"priority":357},"skills/modern-python/SKILL.md",{"path":514,"priority":343},{"path":528,"priority":343},{"path":530,"priority":343},{"path":762,"priority":343},"hooks/shims/pip",{"path":764,"priority":343},"hooks/shims/pip-shim.bats",{"path":766,"priority":343},"hooks/shims/pipx",{"path":768,"priority":343},"hooks/shims/pipx-shim.bats",{"path":770,"priority":343},"hooks/shims/python",{"path":772,"priority":343},"hooks/shims/python-shim.bats",{"path":774,"priority":343},"hooks/shims/uv",{"path":776,"priority":343},"hooks/shims/uv-shim.bats",{"basePath":778,"description":779,"displayName":780,"installMethods":781,"rationale":782,"selectedPaths":783,"source":344,"sourceLanguage":18,"type":273},"plugins/insecure-defaults","Detects insecure default configurations including hardcoded credentials, fallback secrets, weak authentication defaults, and dangerous values in production","insecure-defaults",{"claudeCode":780},"plugin manifest at plugins/insecure-defaults/.claude-plugin/plugin.json",[784,785,786],{"path":353,"priority":338},{"path":340,"priority":338},{"path":787,"priority":357},"skills/insecure-defaults/SKILL.md",{"basePath":789,"description":790,"displayName":791,"installMethods":792,"rationale":793,"selectedPaths":794,"source":344,"sourceLanguage":18,"type":273},"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":791},"plugin manifest at plugins/second-opinion/.claude-plugin/plugin.json",[795,796,797,799],{"path":353,"priority":338},{"path":340,"priority":338},{"path":798,"priority":357},"skills/second-opinion/SKILL.md",{"path":800,"priority":338},".mcp.json",{"basePath":802,"description":803,"displayName":804,"installMethods":805,"rationale":806,"selectedPaths":807,"source":344,"sourceLanguage":18,"type":273},"plugins/yara-authoring","YARA-X detection rule authoring with linting and quality analysis","yara-authoring",{"claudeCode":804},"plugin manifest at plugins/yara-authoring/.claude-plugin/plugin.json",[808,809,810],{"path":353,"priority":338},{"path":340,"priority":338},{"path":811,"priority":357},"skills/yara-rule-authoring/SKILL.md",{"basePath":813,"description":814,"displayName":815,"installMethods":816,"rationale":817,"selectedPaths":818,"source":344,"sourceLanguage":18,"type":273},"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":815},"plugin manifest at plugins/git-cleanup/.claude-plugin/plugin.json",[819,820,821],{"path":353,"priority":338},{"path":340,"priority":338},{"path":822,"priority":357},"skills/git-cleanup/SKILL.md",{"basePath":824,"description":825,"displayName":826,"installMethods":827,"rationale":828,"selectedPaths":829,"source":344,"sourceLanguage":18,"type":273},"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":826},"plugin manifest at plugins/workflow-skill-design/.claude-plugin/plugin.json",[830,831,832,834],{"path":353,"priority":338},{"path":340,"priority":338},{"path":833,"priority":357},"skills/designing-workflow-skills/SKILL.md",{"path":835,"priority":343},"agents/workflow-skill-reviewer.md",{"basePath":837,"description":838,"displayName":839,"installMethods":840,"rationale":841,"selectedPaths":842,"source":344,"sourceLanguage":18,"type":273},"plugins/seatbelt-sandboxer","Generate minimal macOS Seatbelt sandbox configurations for applications","seatbelt-sandboxer",{"claudeCode":839},"plugin manifest at plugins/seatbelt-sandboxer/.claude-plugin/plugin.json",[843,844,845],{"path":353,"priority":338},{"path":340,"priority":338},{"path":846,"priority":357},"skills/seatbelt-sandboxer/SKILL.md",{"basePath":848,"description":849,"displayName":850,"installMethods":851,"rationale":852,"selectedPaths":853,"source":344,"sourceLanguage":18,"type":273},"plugins/supply-chain-risk-auditor","Audit supply-chain threat landscape of project dependencies for exploitation or takeover risk","supply-chain-risk-auditor",{"claudeCode":850},"plugin manifest at plugins/supply-chain-risk-auditor/.claude-plugin/plugin.json",[854,855,856],{"path":353,"priority":338},{"path":340,"priority":338},{"path":857,"priority":357},"skills/supply-chain-risk-auditor/SKILL.md",{"basePath":859,"description":860,"displayName":861,"installMethods":862,"rationale":863,"selectedPaths":864,"source":344,"sourceLanguage":18,"type":273},"plugins/zeroize-audit","Detects missing or compiler-optimized zeroization of sensitive data with assembly and control-flow analysis","zeroize-audit",{"claudeCode":861},"plugin manifest at plugins/zeroize-audit/.claude-plugin/plugin.json",[865,866,867,869,871,873,875,877,879,881,883,885,887,889],{"path":353,"priority":338},{"path":340,"priority":338},{"path":868,"priority":357},"skills/zeroize-audit/SKILL.md",{"path":870,"priority":343},"agents/0-preflight.md",{"path":872,"priority":343},"agents/1-mcp-resolver.md",{"path":874,"priority":343},"agents/2-source-analyzer.md",{"path":876,"priority":343},"agents/2b-rust-source-analyzer.md",{"path":878,"priority":343},"agents/3-tu-compiler-analyzer.md",{"path":880,"priority":343},"agents/3b-rust-compiler-analyzer.md",{"path":882,"priority":343},"agents/4-report-assembler.md",{"path":884,"priority":343},"agents/5-poc-generator.md",{"path":886,"priority":343},"agents/5b-poc-validator.md",{"path":888,"priority":343},"agents/5c-poc-verifier.md",{"path":890,"priority":343},"agents/6-test-generator.md",{"basePath":892,"description":893,"displayName":894,"installMethods":895,"rationale":896,"selectedPaths":897,"source":344,"sourceLanguage":18,"type":273},"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":894},"plugin manifest at plugins/let-fate-decide/.claude-plugin/plugin.json",[898,899,900,902],{"path":353,"priority":338},{"path":340,"priority":338},{"path":901,"priority":357},"skills/let-fate-decide/SKILL.md",{"path":903,"priority":343},"agents/draw.md",{"basePath":905,"description":906,"displayName":907,"installMethods":908,"rationale":909,"selectedPaths":910,"source":344,"sourceLanguage":18,"type":273},"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":907},"plugin manifest at plugins/agentic-actions-auditor/.claude-plugin/plugin.json",[911,912,913],{"path":353,"priority":338},{"path":340,"priority":338},{"path":914,"priority":357},"skills/agentic-actions-auditor/SKILL.md",{"basePath":916,"description":917,"displayName":918,"installMethods":919,"rationale":920,"selectedPaths":921,"source":344,"sourceLanguage":18,"type":273},"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":918},"plugin manifest at plugins/skill-improver/.claude-plugin/plugin.json",[922,923,924,926,928,930,931],{"path":353,"priority":338},{"path":340,"priority":338},{"path":925,"priority":357},"skills/skill-improver/SKILL.md",{"path":927,"priority":343},"commands/cancel-skill-improver.md",{"path":929,"priority":343},"commands/skill-improver.md",{"path":514,"priority":343},{"path":932,"priority":343},"hooks/stop-hook.sh",{"basePath":934,"description":935,"displayName":936,"installMethods":937,"rationale":938,"selectedPaths":939,"source":344,"sourceLanguage":18,"type":273},"plugins/fp-check","Systematic false positive verification for security bug analysis with mandatory gate reviews","fp-check",{"claudeCode":936},"plugin manifest at plugins/fp-check/.claude-plugin/plugin.json",[940,941,942,944,946,948,950],{"path":353,"priority":338},{"path":340,"priority":338},{"path":943,"priority":357},"skills/fp-check/SKILL.md",{"path":945,"priority":343},"agents/data-flow-analyzer.md",{"path":947,"priority":343},"agents/exploitability-verifier.md",{"path":949,"priority":343},"agents/poc-builder.md",{"path":514,"priority":343},{"basePath":952,"description":953,"displayName":954,"installMethods":955,"rationale":956,"selectedPaths":957,"source":344,"sourceLanguage":18,"type":273},"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":954},"plugin manifest at plugins/dimensional-analysis/.claude-plugin/plugin.json",[958,959,960,962,964,966,968,970],{"path":353,"priority":338},{"path":340,"priority":338},{"path":961,"priority":357},"skills/dimensional-analysis/SKILL.md",{"path":963,"priority":343},"agents/arithmetic-scanner.md",{"path":965,"priority":343},"agents/dimension-annotator.md",{"path":967,"priority":343},"agents/dimension-discoverer.md",{"path":969,"priority":343},"agents/dimension-propagator.md",{"path":971,"priority":343},"agents/dimension-validator.md",{"basePath":973,"description":974,"displayName":505,"installMethods":975,"rationale":976,"selectedPaths":977,"source":344,"sourceLanguage":18,"type":262},".codex/skills/gh-cli","Enforces authenticated gh CLI workflows over unauthenticated curl/WebFetch patterns. Use when working with GitHub URLs, API access, pull requests, or issues.",{"claudeCode":12},"SKILL.md frontmatter at .codex/skills/gh-cli/SKILL.md",[978],{"path":979,"priority":338},"SKILL.md",{"basePath":981,"description":982,"displayName":907,"installMethods":983,"rationale":984,"selectedPaths":985,"source":344,"sourceLanguage":18,"type":262},"plugins/agentic-actions-auditor/skills/agentic-actions-auditor","Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI/CD pipelines, including env var intermediary patterns, direct expression injection, dangerous sandbox configurations, and wildcard user allowlists. Use when reviewing workflow files that invoke AI coding agents, auditing CI/CD pipeline security for prompt injection risks, or evaluating agentic action configurations.",{"claudeCode":12},"SKILL.md frontmatter at plugins/agentic-actions-auditor/skills/agentic-actions-auditor/SKILL.md",[986,987,989,991,993,995,997,999,1001,1003,1005,1007,1009],{"path":979,"priority":338},{"path":988,"priority":357},"references/action-profiles.md",{"path":990,"priority":357},"references/cross-file-resolution.md",{"path":992,"priority":357},"references/foundations.md",{"path":994,"priority":357},"references/vector-a-env-var-intermediary.md",{"path":996,"priority":357},"references/vector-b-direct-expression-injection.md",{"path":998,"priority":357},"references/vector-c-cli-data-fetch.md",{"path":1000,"priority":357},"references/vector-d-pr-target-checkout.md",{"path":1002,"priority":357},"references/vector-e-error-log-injection.md",{"path":1004,"priority":357},"references/vector-f-subshell-expansion.md",{"path":1006,"priority":357},"references/vector-g-eval-of-ai-output.md",{"path":1008,"priority":357},"references/vector-h-dangerous-sandbox-configs.md",{"path":1010,"priority":357},"references/vector-i-wildcard-allowlists.md",{"basePath":1012,"description":1013,"displayName":348,"installMethods":1014,"rationale":1015,"selectedPaths":1016,"source":344,"sourceLanguage":18,"type":262},"plugins/ask-questions-if-underspecified/skills/ask-questions-if-underspecified","Clarify requirements before implementing. Use when serious doubts arise.",{"claudeCode":12},"SKILL.md frontmatter at plugins/ask-questions-if-underspecified/skills/ask-questions-if-underspecified/SKILL.md",[1017],{"path":979,"priority":338},{"basePath":1019,"description":1020,"displayName":361,"installMethods":1021,"rationale":1022,"selectedPaths":1023,"source":344,"sourceLanguage":18,"type":262},"plugins/audit-context-building/skills/audit-context-building","Enables ultra-granular, line-by-line code analysis to build deep architectural context before vulnerability or bug finding.",{"claudeCode":12},"SKILL.md frontmatter at plugins/audit-context-building/skills/audit-context-building/SKILL.md",[1024],{"path":979,"priority":338},{"basePath":1026,"description":1027,"displayName":1028,"installMethods":1029,"rationale":1030,"selectedPaths":1031,"source":344,"sourceLanguage":18,"type":262},"plugins/building-secure-contracts/skills/algorand-vulnerability-scanner","Scans Algorand smart contracts for 11 common vulnerabilities including rekeying attacks, unchecked transaction fees, missing field validations, and access control issues. Use when auditing Algorand projects (TEAL/PyTeal).","algorand-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/algorand-vulnerability-scanner/SKILL.md",[1032],{"path":979,"priority":338},{"basePath":1034,"description":1035,"displayName":1036,"installMethods":1037,"rationale":1038,"selectedPaths":1039,"source":344,"sourceLanguage":18,"type":262},"plugins/building-secure-contracts/skills/audit-prep-assistant","Prepares codebases for security review using Trail of Bits' checklist. Helps set review goals, runs static analysis tools, increases test coverage, removes dead code, ensures accessibility, and generates documentation (flowcharts, user stories, inline comments).","audit-prep-assistant",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/audit-prep-assistant/SKILL.md",[1040],{"path":979,"priority":338},{"basePath":1042,"description":1043,"displayName":1044,"installMethods":1045,"rationale":1046,"selectedPaths":1047,"source":344,"sourceLanguage":18,"type":262},"plugins/building-secure-contracts/skills/cairo-vulnerability-scanner","Scans Cairo/StarkNet smart contracts for 6 critical vulnerabilities including felt252 arithmetic overflow, L1-L2 messaging issues, address conversion problems, and signature replay. Use when auditing StarkNet projects.","cairo-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/cairo-vulnerability-scanner/SKILL.md",[1048],{"path":979,"priority":338},{"basePath":1050,"description":1051,"displayName":1052,"installMethods":1053,"rationale":1054,"selectedPaths":1055,"source":344,"sourceLanguage":18,"type":262},"plugins/building-secure-contracts/skills/code-maturity-assessor","Systematic code maturity assessment using Trail of Bits' 9-category framework. Analyzes codebase for arithmetic safety, auditing practices, access controls, complexity, decentralization, documentation, MEV risks, low-level code, and testing. Produces professional scorecard with evidence-based ratings and actionable recommendations.","code-maturity-assessor",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/code-maturity-assessor/SKILL.md",[1056],{"path":979,"priority":338},{"basePath":1058,"description":1059,"displayName":1060,"installMethods":1061,"rationale":1062,"selectedPaths":1063,"source":344,"sourceLanguage":18,"type":262},"plugins/building-secure-contracts/skills/cosmos-vulnerability-scanner","Scans Cosmos SDK blockchain modules and CosmWasm contracts for consensus-critical vulnerabilities — chain halts, fund loss, state divergence. 25 core + 16 IBC + 10 EVM + 3 CosmWasm patterns. Use when auditing custom x/ modules, reviewing IBC integrations, or assessing pre-launch chain security. Updated for SDK v0.53.x.","cosmos-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/cosmos-vulnerability-scanner/SKILL.md",[1064,1065],{"path":979,"priority":338},{"path":1066,"priority":357},"CHANGELOG.md",{"basePath":1068,"description":1069,"displayName":1070,"installMethods":1071,"rationale":1072,"selectedPaths":1073,"source":344,"sourceLanguage":18,"type":262},"plugins/building-secure-contracts/skills/guidelines-advisor","Smart contract development advisor based on Trail of Bits' best practices. Analyzes codebase to generate documentation/specifications, review architecture, check upgradeability patterns, assess implementation quality, identify pitfalls, review dependencies, and evaluate testing. Provides actionable recommendations.","guidelines-advisor",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/guidelines-advisor/SKILL.md",[1074],{"path":979,"priority":338},{"basePath":1076,"description":1077,"displayName":1078,"installMethods":1079,"rationale":1080,"selectedPaths":1081,"source":344,"sourceLanguage":18,"type":262},"plugins/building-secure-contracts/skills/secure-workflow-guide","Guides through Trail of Bits' 5-step secure development workflow. Runs Slither scans, checks special features (upgradeability/ERC conformance/token integration), generates visual security diagrams, helps document security properties for fuzzing/verification, and reviews manual security areas.","secure-workflow-guide",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/secure-workflow-guide/SKILL.md",[1082],{"path":979,"priority":338},{"basePath":1084,"description":1085,"displayName":1086,"installMethods":1087,"rationale":1088,"selectedPaths":1089,"source":344,"sourceLanguage":18,"type":262},"plugins/building-secure-contracts/skills/solana-vulnerability-scanner","Scans Solana programs for 6 critical vulnerabilities including arbitrary CPI, improper PDA validation, missing signer/ownership checks, and sysvar spoofing. Use when auditing Solana/Anchor programs.","solana-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/solana-vulnerability-scanner/SKILL.md",[1090],{"path":979,"priority":338},{"basePath":1092,"description":1093,"displayName":1094,"installMethods":1095,"rationale":1096,"selectedPaths":1097,"source":344,"sourceLanguage":18,"type":262},"plugins/building-secure-contracts/skills/substrate-vulnerability-scanner","Scans Substrate/Polkadot pallets for 7 critical vulnerabilities including arithmetic overflow, panic DoS, incorrect weights, and bad origin checks. Use when auditing Substrate runtimes or FRAME pallets.","substrate-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/substrate-vulnerability-scanner/SKILL.md",[1098],{"path":979,"priority":338},{"basePath":1100,"description":1101,"displayName":1102,"installMethods":1103,"rationale":1104,"selectedPaths":1105,"source":344,"sourceLanguage":18,"type":262},"plugins/building-secure-contracts/skills/token-integration-analyzer","Token integration and implementation analyzer based on Trail of Bits' token integration checklist. Analyzes token implementations for ERC20/ERC721 conformity, checks for 20+ weird token patterns, assesses contract composition and owner privileges, performs on-chain scarcity analysis, and evaluates how protocols handle non-standard tokens. Context-aware for both token implementations and token integrations.","token-integration-analyzer",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/token-integration-analyzer/SKILL.md",[1106],{"path":979,"priority":338},{"basePath":1108,"description":1109,"displayName":1110,"installMethods":1111,"rationale":1112,"selectedPaths":1113,"source":344,"sourceLanguage":18,"type":262},"plugins/building-secure-contracts/skills/ton-vulnerability-scanner","Scans TON (The Open Network) smart contracts for 3 critical vulnerabilities including integer-as-boolean misuse, fake Jetton contracts, and forward TON without gas checks. Use when auditing FunC contracts.","ton-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/ton-vulnerability-scanner/SKILL.md",[1114],{"path":979,"priority":338},{"basePath":1116,"description":1117,"displayName":407,"installMethods":1118,"rationale":1119,"selectedPaths":1120,"source":344,"sourceLanguage":18,"type":262},"plugins/burpsuite-project-parser/skills/burpsuite-project-parser","Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patterns, extracting security audit findings, dumping proxy history or site map data, or analyzing HTTP traffic captured in a Burp project.",{"claudeCode":12},"SKILL.md frontmatter at plugins/burpsuite-project-parser/skills/burpsuite-project-parser/SKILL.md",[1121,1122],{"path":979,"priority":338},{"path":1123,"priority":1124},"scripts/burp-search.sh","low",{"basePath":1126,"description":1127,"displayName":733,"installMethods":1128,"rationale":1129,"selectedPaths":1130,"source":344,"sourceLanguage":18,"type":262},"plugins/c-review/skills/c-review","Performs comprehensive C/C++ security review for memory corruption, integer overflows, race conditions, and platform-specific vulnerabilities. Use when auditing native C/C++ applications, reviewing daemons or services for memory safety, or hunting integer overflow / use-after-free / race conditions in userspace code.",{"claudeCode":12},"SKILL.md frontmatter at plugins/c-review/skills/c-review/SKILL.md",[1131],{"path":979,"priority":338},{"basePath":1133,"description":1134,"displayName":420,"installMethods":1135,"rationale":1136,"selectedPaths":1137,"source":344,"sourceLanguage":18,"type":262},"plugins/claude-in-chrome-troubleshooting/skills/claude-in-chrome-troubleshooting","Diagnose and fix Claude in Chrome MCP extension connectivity issues. Use when mcp__claude-in-chrome__* tools fail, return \"Browser extension is not connected\", or behave erratically.",{"claudeCode":12},"SKILL.md frontmatter at plugins/claude-in-chrome-troubleshooting/skills/claude-in-chrome-troubleshooting/SKILL.md",[1138],{"path":979,"priority":338},{"basePath":1140,"description":1141,"displayName":431,"installMethods":1142,"rationale":1143,"selectedPaths":1144,"source":344,"sourceLanguage":18,"type":262},"plugins/constant-time-analysis/skills/constant-time-analysis","Detects timing side-channel vulnerabilities in cryptographic code. Use when implementing or reviewing crypto code, encountering division on secrets, secret-dependent branches, or constant-time programming questions in C, C++, Go, Rust, Swift, Java, Kotlin, C#, PHP, JavaScript, TypeScript, Python, or Ruby.",{"claudeCode":12},"SKILL.md frontmatter at plugins/constant-time-analysis/skills/constant-time-analysis/SKILL.md",[1145,1146,1147,1149,1151,1153,1155,1157,1159,1161],{"path":979,"priority":338},{"path":340,"priority":343},{"path":1148,"priority":357},"references/compiled.md",{"path":1150,"priority":357},"references/javascript.md",{"path":1152,"priority":357},"references/kotlin.md",{"path":1154,"priority":357},"references/php.md",{"path":1156,"priority":357},"references/python.md",{"path":1158,"priority":357},"references/ruby.md",{"path":1160,"priority":357},"references/swift.md",{"path":1162,"priority":357},"references/vm-compiled.md",{"basePath":1164,"description":1165,"displayName":1166,"installMethods":1167,"rationale":1168,"selectedPaths":1169,"source":344,"sourceLanguage":18,"type":262},"plugins/culture-index/skills/interpreting-culture-index","Interprets Culture Index (CI) surveys, behavioral profiles, and personality assessment data. Supports individual profile interpretation, team composition analysis (gas/brake/glue), burnout detection, profile comparison, hiring profiles, manager coaching, interview transcript analysis for trait prediction, candidate debrief, onboarding planning, and conflict mediation. Accepts extracted JSON or PDF input via OpenCV extraction script.","interpreting-culture-index",{"claudeCode":12},"SKILL.md frontmatter at plugins/culture-index/skills/interpreting-culture-index/SKILL.md",[1170,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,1245,1247],{"path":979,"priority":338},{"path":1172,"priority":357},"references/anti-patterns.md",{"path":1174,"priority":357},"references/archetype-administrator.md",{"path":1176,"priority":357},"references/archetype-coordinator.md",{"path":1178,"priority":357},"references/archetype-craftsman.md",{"path":1180,"priority":357},"references/archetype-daredevil.md",{"path":1182,"priority":357},"references/archetype-debater.md",{"path":1184,"priority":357},"references/archetype-facilitator.md",{"path":1186,"priority":357},"references/archetype-influencer.md",{"path":1188,"priority":357},"references/archetype-operator.md",{"path":1190,"priority":357},"references/archetype-persuader.md",{"path":1192,"priority":357},"references/archetype-philosopher.md",{"path":1194,"priority":357},"references/archetype-rainmaker.md",{"path":1196,"priority":357},"references/archetype-scholar.md",{"path":1198,"priority":357},"references/archetype-socializer.md",{"path":1200,"priority":357},"references/archetype-specialist.md",{"path":1202,"priority":357},"references/archetype-technical-expert.md",{"path":1204,"priority":357},"references/archetype-traditionalist.md",{"path":1206,"priority":357},"references/archetype-trailblazer.md",{"path":1208,"priority":357},"references/conversation-starters.md",{"path":1210,"priority":357},"references/interview-trait-signals.md",{"path":1212,"priority":357},"references/motivators.md",{"path":1214,"priority":357},"references/patterns-archetypes.md",{"path":1216,"priority":357},"references/primary-traits.md",{"path":1218,"priority":357},"references/secondary-traits.md",{"path":1220,"priority":357},"references/team-composition.md",{"path":1222,"priority":1124},"scripts/check_deps.py",{"path":1224,"priority":1124},"scripts/culture_index/__init__.py",{"path":1226,"priority":1124},"scripts/culture_index/constants.py",{"path":1228,"priority":1124},"scripts/culture_index/extract.py",{"path":1230,"priority":1124},"scripts/culture_index/models.py",{"path":1232,"priority":1124},"scripts/culture_index/opencv_extractor.py",{"path":1234,"priority":1124},"scripts/extract_pdf.py",{"path":1236,"priority":1124},"scripts/pyproject.toml",{"path":1238,"priority":1124},"templates/burnout-report.md",{"path":1240,"priority":1124},"templates/comparison-report.md",{"path":1242,"priority":1124},"templates/hiring-profile.md",{"path":1244,"priority":1124},"templates/individual-report.md",{"path":1246,"priority":1124},"templates/predicted-profile.md",{"path":1248,"priority":1124},"templates/team-report.md",{"basePath":1250,"description":1251,"displayName":455,"installMethods":1252,"rationale":1253,"selectedPaths":1254,"source":344,"sourceLanguage":18,"type":262},"plugins/debug-buttercup/skills/debug-buttercup","Debugs the Buttercup CRS (Cyber Reasoning System) running on Kubernetes. Use when diagnosing pod crashes, restart loops, Redis failures, resource pressure, disk saturation, DinD issues, or any service misbehavior in the crs namespace. Covers triage, log analysis, queue inspection, and common failure patterns for: redis, fuzzer-bot, coverage-bot, seed-gen, patcher, build-bot, scheduler, task-server, task-downloader, program-model, litellm, dind, tracer-bot, merger-bot, competition-api, pov-reproducer, scratch-cleaner, registry-cache, image-preloader, ui.\n",{"claudeCode":12},"SKILL.md frontmatter at plugins/debug-buttercup/skills/debug-buttercup/SKILL.md",[1255,1256,1258],{"path":979,"priority":338},{"path":1257,"priority":357},"references/failure-patterns.md",{"path":1259,"priority":1124},"scripts/diagnose.sh",{"basePath":1261,"description":1262,"displayName":466,"installMethods":1263,"rationale":1264,"selectedPaths":1265,"source":344,"sourceLanguage":18,"type":262},"plugins/devcontainer-setup/skills/devcontainer-setup","Creates devcontainers with Claude Code, language-specific tooling (Python/Node/Rust/Go), and persistent volumes. Use when adding devcontainer support to a project, setting up isolated development environments, or configuring sandboxed Claude Code workspaces.",{"claudeCode":12},"SKILL.md frontmatter at plugins/devcontainer-setup/skills/devcontainer-setup/SKILL.md",[1266,1267,1269],{"path":979,"priority":338},{"path":1268,"priority":357},"references/dockerfile-best-practices.md",{"path":1270,"priority":357},"references/features-vs-dockerfile.md",{"basePath":1272,"description":1273,"displayName":477,"installMethods":1274,"rationale":1275,"selectedPaths":1276,"source":344,"sourceLanguage":18,"type":262},"plugins/differential-review/skills/differential-review","Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and prevents security regressions.\n",{"claudeCode":12},"SKILL.md frontmatter at plugins/differential-review/skills/differential-review/SKILL.md",[1277,1278,1280,1282,1284],{"path":979,"priority":338},{"path":1279,"priority":357},"adversarial.md",{"path":1281,"priority":357},"methodology.md",{"path":1283,"priority":357},"patterns.md",{"path":1285,"priority":357},"reporting.md",{"basePath":1287,"description":1288,"displayName":954,"installMethods":1289,"rationale":1290,"selectedPaths":1291,"source":344,"sourceLanguage":18,"type":262},"plugins/dimensional-analysis/skills/dimensional-analysis","Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when someone asks to annotate units in a codebase, perform a dimensional analysis, or find vulnerabilities in a DeFi protocol, offchain code, or other blockchain-related codebase with arithmetic. Prevents dimensional mismatches and catches formula bugs early.",{"claudeCode":12},"SKILL.md frontmatter at plugins/dimensional-analysis/skills/dimensional-analysis/SKILL.md",[1292,1293,1295,1297,1299],{"path":979,"priority":338},{"path":1294,"priority":357},"references/annotate.md",{"path":1296,"priority":357},"references/bug-patterns.md",{"path":1298,"priority":357},"references/common-dimensions.md",{"path":1300,"priority":357},"references/dimension-algebra.md",{"basePath":1302,"description":1303,"displayName":540,"installMethods":1304,"rationale":1305,"selectedPaths":1306,"source":344,"sourceLanguage":18,"type":262},"plugins/dwarf-expert/skills/dwarf-expert","Provides expertise for analyzing DWARF debug files and understanding the DWARF debug format/standard (v3-v5). Triggers when understanding DWARF information, interacting with DWARF files, answering DWARF-related questions, or working with code that parses DWARF data.",{"claudeCode":12},"SKILL.md frontmatter at plugins/dwarf-expert/skills/dwarf-expert/SKILL.md",[1307],{"path":979,"priority":338},{"basePath":1309,"description":1310,"displayName":551,"installMethods":1311,"rationale":1312,"selectedPaths":1313,"source":344,"sourceLanguage":18,"type":262},"plugins/entry-point-analyzer/skills/entry-point-analyzer","Analyzes smart contract codebases to identify state-changing entry points for security auditing. Detects externally callable functions that modify state, categorizes them by access level (public, admin, role-restricted, contract-only), and generates structured audit reports. Excludes view/pure/read-only functions. Use when auditing smart contracts (Solidity, Vyper, Solana/Rust, Move, TON, CosmWasm) or when asked to find entry points, audit flows, external functions, access control patterns, or privileged operations.",{"claudeCode":12},"SKILL.md frontmatter at plugins/entry-point-analyzer/skills/entry-point-analyzer/SKILL.md",[1314,1315,1317,1319,1321,1323,1325,1327],{"path":979,"priority":338},{"path":1316,"priority":357},"references/cosmwasm.md",{"path":1318,"priority":357},"references/move-aptos.md",{"path":1320,"priority":357},"references/move-sui.md",{"path":1322,"priority":357},"references/solana.md",{"path":1324,"priority":357},"references/solidity.md",{"path":1326,"priority":357},"references/ton.md",{"path":1328,"priority":357},"references/vyper.md",{"basePath":1330,"description":1331,"displayName":492,"installMethods":1332,"rationale":1333,"selectedPaths":1334,"source":344,"sourceLanguage":18,"type":262},"plugins/firebase-apk-scanner/skills/firebase-apk-scanner","Scans Android APKs for Firebase security misconfigurations including open databases, storage buckets, authentication issues, and exposed cloud functions. Use when analyzing APK files for Firebase vulnerabilities, performing mobile app security audits, or testing Firebase endpoint security. For authorized security research only.",{"claudeCode":12},"SKILL.md frontmatter at plugins/firebase-apk-scanner/skills/firebase-apk-scanner/SKILL.md",[1335,1336],{"path":979,"priority":338},{"path":1337,"priority":357},"references/vulnerabilities.md",{"basePath":1339,"description":1340,"displayName":936,"installMethods":1341,"rationale":1342,"selectedPaths":1343,"source":344,"sourceLanguage":18,"type":262},"plugins/fp-check/skills/fp-check","Systematically verifies suspected security bugs to eliminate false positives. Produces TRUE POSITIVE or FALSE POSITIVE verdicts with documented evidence for each bug.",{"claudeCode":12},"SKILL.md frontmatter at plugins/fp-check/skills/fp-check/SKILL.md",[1344,1345,1347,1349,1351,1353,1355],{"path":979,"priority":338},{"path":1346,"priority":357},"references/bug-class-verification.md",{"path":1348,"priority":357},"references/deep-verification.md",{"path":1350,"priority":357},"references/evidence-templates.md",{"path":1352,"priority":357},"references/false-positive-patterns.md",{"path":1354,"priority":357},"references/gate-reviews.md",{"path":1356,"priority":357},"references/standard-verification.md",{"basePath":1358,"description":814,"displayName":815,"installMethods":1359,"rationale":1360,"selectedPaths":1361,"source":344,"sourceLanguage":18,"type":262},"plugins/git-cleanup/skills/git-cleanup",{"claudeCode":12},"SKILL.md frontmatter at plugins/git-cleanup/skills/git-cleanup/SKILL.md",[1362],{"path":979,"priority":338},{"basePath":1364,"description":1365,"displayName":780,"installMethods":1366,"rationale":1367,"selectedPaths":1368,"source":344,"sourceLanguage":18,"type":262},"plugins/insecure-defaults/skills/insecure-defaults","Detects fail-open insecure defaults (hardcoded secrets, weak auth, permissive security) that allow apps to run insecurely in production. Use when auditing security, reviewing config management, or analyzing environment variable handling.",{"claudeCode":12},"SKILL.md frontmatter at plugins/insecure-defaults/skills/insecure-defaults/SKILL.md",[1369,1370],{"path":979,"priority":338},{"path":1371,"priority":357},"references/examples.md",{"basePath":1373,"description":1374,"displayName":894,"installMethods":1375,"rationale":1376,"selectedPaths":1377,"source":344,"sourceLanguage":18,"type":262},"plugins/let-fate-decide/skills/let-fate-decide","Draws 4 Tarot cards to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.",{"claudeCode":12},"SKILL.md frontmatter at plugins/let-fate-decide/skills/let-fate-decide/SKILL.md",[1378,1379,1381,1383,1384],{"path":979,"priority":338},{"path":1380,"priority":357},"references/INTERPRETATION_GUIDE.md",{"path":1382,"priority":1124},"scripts/draw_cards.py",{"path":1236,"priority":1124},{"path":1385,"priority":1124},"scripts/test_draw_cards.py",{"basePath":1387,"description":1388,"displayName":750,"installMethods":1389,"rationale":1390,"selectedPaths":1391,"source":344,"sourceLanguage":18,"type":262},"plugins/modern-python/skills/modern-python","Configures Python projects with modern tooling (uv, ruff, ty). Use when creating projects, writing standalone scripts, or migrating from pip/Poetry/mypy/black.",{"claudeCode":12},"SKILL.md frontmatter at plugins/modern-python/skills/modern-python/SKILL.md",[1392,1393,1395,1397,1399,1401,1403,1405,1407,1409,1411,1413],{"path":979,"priority":338},{"path":1394,"priority":357},"references/dependabot.md",{"path":1396,"priority":357},"references/migration-checklist.md",{"path":1398,"priority":357},"references/pep723-scripts.md",{"path":1400,"priority":357},"references/prek.md",{"path":1402,"priority":357},"references/pyproject.md",{"path":1404,"priority":357},"references/ruff-config.md",{"path":1406,"priority":357},"references/security-setup.md",{"path":1408,"priority":357},"references/testing.md",{"path":1410,"priority":357},"references/uv-commands.md",{"path":1412,"priority":1124},"templates/dependabot.yml",{"path":1414,"priority":1124},"templates/pre-commit-config.yaml",{"basePath":1416,"description":563,"displayName":564,"installMethods":1417,"rationale":1418,"selectedPaths":1419,"source":344,"sourceLanguage":18,"type":262},"plugins/mutation-testing/skills/mutation-testing",{"claudeCode":12},"SKILL.md frontmatter at plugins/mutation-testing/skills/mutation-testing/SKILL.md",[1420,1421],{"path":979,"priority":338},{"path":1422,"priority":357},"references/optimization-strategies.md",{"basePath":1424,"description":1425,"displayName":575,"installMethods":1426,"rationale":1427,"selectedPaths":1428,"source":344,"sourceLanguage":18,"type":262},"plugins/property-based-testing/skills/property-based-testing","Provides guidance for property-based testing across multiple languages and smart contracts. Use when writing tests, reviewing code with serialization/validation/parsing patterns, designing features, or when property-based testing would provide stronger coverage than example-based tests.",{"claudeCode":12},"SKILL.md frontmatter at plugins/property-based-testing/skills/property-based-testing/SKILL.md",[1429,1430,1431,1433,1435,1437,1439,1441,1443],{"path":979,"priority":338},{"path":340,"priority":343},{"path":1432,"priority":357},"references/design.md",{"path":1434,"priority":357},"references/generating.md",{"path":1436,"priority":357},"references/interpreting-failures.md",{"path":1438,"priority":357},"references/libraries.md",{"path":1440,"priority":357},"references/refactoring.md",{"path":1442,"priority":357},"references/reviewing.md",{"path":1444,"priority":357},"references/strategies.md",{"basePath":1446,"description":1447,"displayName":839,"installMethods":1448,"rationale":1449,"selectedPaths":1450,"source":344,"sourceLanguage":18,"type":262},"plugins/seatbelt-sandboxer/skills/seatbelt-sandboxer","Generates minimal macOS Seatbelt sandbox configurations. Use when sandboxing, isolating, or restricting macOS applications with allowlist-based profiles.",{"claudeCode":12},"SKILL.md frontmatter at plugins/seatbelt-sandboxer/skills/seatbelt-sandboxer/SKILL.md",[1451],{"path":979,"priority":338},{"basePath":1453,"description":1454,"displayName":791,"installMethods":1455,"rationale":1456,"selectedPaths":1457,"source":344,"sourceLanguage":18,"type":262},"plugins/second-opinion/skills/second-opinion","Runs external LLM code reviews (OpenAI Codex or Google Gemini CLI) on uncommitted changes, branch diffs, or specific commits. Use when the user asks for a second opinion, external review, codex review, gemini review, or mentions /second-opinion.",{"claudeCode":12},"SKILL.md frontmatter at plugins/second-opinion/skills/second-opinion/SKILL.md",[1458,1459,1461,1463],{"path":979,"priority":338},{"path":1460,"priority":357},"references/codex-invocation.md",{"path":1462,"priority":357},"references/codex-review-schema.json",{"path":1464,"priority":357},"references/gemini-invocation.md",{"basePath":1466,"description":1467,"displayName":586,"installMethods":1468,"rationale":1469,"selectedPaths":1470,"source":344,"sourceLanguage":18,"type":262},"plugins/semgrep-rule-creator/skills/semgrep-rule-creator","Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.",{"claudeCode":12},"SKILL.md frontmatter at plugins/semgrep-rule-creator/skills/semgrep-rule-creator/SKILL.md",[1471,1472,1474],{"path":979,"priority":338},{"path":1473,"priority":357},"references/quick-reference.md",{"path":1475,"priority":357},"references/workflow.md",{"basePath":1477,"description":1478,"displayName":599,"installMethods":1479,"rationale":1480,"selectedPaths":1481,"source":344,"sourceLanguage":18,"type":262},"plugins/semgrep-rule-variant-creator/skills/semgrep-rule-variant-creator","Creates language variants of existing Semgrep rules. Use when porting a Semgrep rule to specified target languages. Takes an existing rule and target languages as input, produces independent rule+test directories for each language.",{"claudeCode":12},"SKILL.md frontmatter at plugins/semgrep-rule-variant-creator/skills/semgrep-rule-variant-creator/SKILL.md",[1482,1483,1485,1487],{"path":979,"priority":338},{"path":1484,"priority":357},"references/applicability-analysis.md",{"path":1486,"priority":357},"references/language-syntax-guide.md",{"path":1475,"priority":357},{"basePath":1489,"description":1490,"displayName":610,"installMethods":1491,"rationale":1492,"selectedPaths":1493,"source":344,"sourceLanguage":18,"type":262},"plugins/sharp-edges/skills/sharp-edges","Identifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes. Use when reviewing API designs, configuration schemas, cryptographic library ergonomics, or evaluating whether code follows 'secure by default' and 'pit of success' principles. Triggers: footgun, misuse-resistant, secure defaults, API usability, dangerous configuration.",{"claudeCode":12},"SKILL.md frontmatter at plugins/sharp-edges/skills/sharp-edges/SKILL.md",[1494,1495,1497,1499,1501,1503,1505,1507,1509,1511,1513,1515,1517,1519,1521,1523,1525],{"path":979,"priority":338},{"path":1496,"priority":357},"references/auth-patterns.md",{"path":1498,"priority":357},"references/case-studies.md",{"path":1500,"priority":357},"references/config-patterns.md",{"path":1502,"priority":357},"references/crypto-apis.md",{"path":1504,"priority":357},"references/lang-c.md",{"path":1506,"priority":357},"references/lang-csharp.md",{"path":1508,"priority":357},"references/lang-go.md",{"path":1510,"priority":357},"references/lang-java.md",{"path":1512,"priority":357},"references/lang-javascript.md",{"path":1514,"priority":357},"references/lang-kotlin.md",{"path":1516,"priority":357},"references/lang-php.md",{"path":1518,"priority":357},"references/lang-python.md",{"path":1520,"priority":357},"references/lang-ruby.md",{"path":1522,"priority":357},"references/lang-rust.md",{"path":1524,"priority":357},"references/lang-swift.md",{"path":1526,"priority":357},"references/language-specific.md",{"basePath":1528,"description":1529,"displayName":918,"installMethods":1530,"rationale":1531,"selectedPaths":1532,"source":344,"sourceLanguage":18,"type":262},"plugins/skill-improver/skills/skill-improver","Iteratively reviews and fixes Claude Code skill quality issues until they meet standards. Runs automated fix-review cycles using the skill-reviewer agent. Use to fix skill quality issues, improve skill descriptions, run automated skill review loops, or iteratively refine a skill. Triggers on 'fix my skill', 'improve skill quality', 'skill improvement loop'. NOT for one-time reviews—use /skill-reviewer directly.",{"claudeCode":12},"SKILL.md frontmatter at plugins/skill-improver/skills/skill-improver/SKILL.md",[1533],{"path":979,"priority":338},{"basePath":1535,"description":1536,"displayName":640,"installMethods":1537,"rationale":1538,"selectedPaths":1539,"source":344,"sourceLanguage":18,"type":262},"plugins/spec-to-code-compliance/skills/spec-to-code-compliance","Verifies code implements exactly what documentation specifies for blockchain audits. Use when comparing code against whitepapers, finding gaps between specs and implementation, or performing compliance checks for protocol implementations.",{"claudeCode":12},"SKILL.md frontmatter at plugins/spec-to-code-compliance/skills/spec-to-code-compliance/SKILL.md",[1540],{"path":979,"priority":338},{"basePath":1542,"description":1543,"displayName":1544,"installMethods":1545,"rationale":1546,"selectedPaths":1547,"source":344,"sourceLanguage":18,"type":262},"plugins/static-analysis/skills/codeql","Scans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis. Triggers on \"run codeql\", \"codeql scan\", \"codeql analysis\", \"build codeql database\", or \"find vulnerabilities with codeql\". Supports \"run all\" (security-and-quality + security-experimental suites) and \"important only\" (high-precision security findings) scan modes. Also handles creating data extension models and processing CodeQL SARIF output.","codeql",{"claudeCode":12},"SKILL.md frontmatter at plugins/static-analysis/skills/codeql/SKILL.md",[1548,1549,1551,1553,1555,1557,1559,1561,1563,1565,1567,1569,1571],{"path":979,"priority":338},{"path":1550,"priority":357},"references/build-fixes.md",{"path":1552,"priority":357},"references/diagnostic-query-templates.md",{"path":1554,"priority":357},"references/extension-yaml-format.md",{"path":1556,"priority":357},"references/important-only-suite.md",{"path":1558,"priority":357},"references/language-details.md",{"path":1560,"priority":357},"references/macos-arm64e-workaround.md",{"path":1562,"priority":357},"references/performance-tuning.md",{"path":1564,"priority":357},"references/quality-assessment.md",{"path":1566,"priority":357},"references/ruleset-catalog.md",{"path":1568,"priority":357},"references/run-all-suite.md",{"path":1570,"priority":357},"references/sarif-processing.md",{"path":1572,"priority":357},"references/threat-models.md",{"basePath":1574,"description":1575,"displayName":1576,"installMethods":1577,"rationale":1578,"selectedPaths":1579,"source":344,"sourceLanguage":18,"type":262},"plugins/static-analysis/skills/sarif-parsing","Parses and processes SARIF files from static analysis tools like CodeQL, Semgrep, or other scanners. Triggers on \"parse sarif\", \"read scan results\", \"aggregate findings\", \"deduplicate alerts\", or \"process sarif output\". Handles filtering, deduplication, format conversion, and CI/CD integration of SARIF data. Does NOT run scans — use the Semgrep or CodeQL skills for that.","sarif-parsing",{"claudeCode":12},"SKILL.md frontmatter at plugins/static-analysis/skills/sarif-parsing/SKILL.md",[1580],{"path":979,"priority":338},{"basePath":1582,"description":1583,"displayName":1584,"installMethods":1585,"rationale":1586,"selectedPaths":1587,"source":344,"sourceLanguage":18,"type":262},"plugins/static-analysis/skills/semgrep","Run Semgrep static analysis scan on a codebase using parallel subagents. Supports two scan modes — \"run all\" (full ruleset coverage) and \"important only\" (high-confidence security vulnerabilities). Automatically detects and uses Semgrep Pro for cross-file taint analysis when available. Use when asked to scan code for vulnerabilities, run a security audit with Semgrep, find bugs, or perform static analysis. Spawns parallel workers for multi-language codebases.","semgrep",{"claudeCode":12},"SKILL.md frontmatter at plugins/static-analysis/skills/semgrep/SKILL.md",[1588,1589,1591,1593,1595],{"path":979,"priority":338},{"path":1590,"priority":357},"references/rulesets.md",{"path":1592,"priority":357},"references/scan-modes.md",{"path":1594,"priority":357},"references/scanner-task-prompt.md",{"path":1596,"priority":1124},"scripts/merge_sarif.py",{"basePath":1598,"description":1599,"displayName":850,"installMethods":1600,"rationale":1601,"selectedPaths":1602,"source":344,"sourceLanguage":18,"type":262},"plugins/supply-chain-risk-auditor/skills/supply-chain-risk-auditor","Identifies dependencies at heightened risk of exploitation or takeover. Use when assessing supply chain attack surface, evaluating dependency health, or scoping security engagements.",{"claudeCode":12},"SKILL.md frontmatter at plugins/supply-chain-risk-auditor/skills/supply-chain-risk-auditor/SKILL.md",[1603],{"path":979,"priority":338},{"basePath":1605,"description":1606,"displayName":1607,"installMethods":1608,"rationale":1609,"selectedPaths":1610,"source":344,"sourceLanguage":18,"type":262},"plugins/testing-handbook-skills/skills/address-sanitizer","AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C/C++ code to find buffer overflows and use-after-free bugs.\n","address-sanitizer",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/address-sanitizer/SKILL.md",[1611],{"path":979,"priority":338},{"basePath":1613,"description":1614,"displayName":1615,"installMethods":1616,"rationale":1617,"selectedPaths":1618,"source":344,"sourceLanguage":18,"type":262},"plugins/testing-handbook-skills/skills/aflpp","AFL++ is a fork of AFL with better fuzzing performance and advanced features. Use for multi-core fuzzing of C/C++ projects.\n","aflpp",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/aflpp/SKILL.md",[1619],{"path":979,"priority":338},{"basePath":1621,"description":1622,"displayName":1623,"installMethods":1624,"rationale":1625,"selectedPaths":1626,"source":344,"sourceLanguage":18,"type":262},"plugins/testing-handbook-skills/skills/atheris","Atheris is a coverage-guided Python fuzzer based on libFuzzer. Use for fuzzing pure Python code and Python C extensions.\n","atheris",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/atheris/SKILL.md",[1627],{"path":979,"priority":338},{"basePath":1629,"description":1630,"displayName":1631,"installMethods":1632,"rationale":1633,"selectedPaths":1634,"source":344,"sourceLanguage":18,"type":262},"plugins/testing-handbook-skills/skills/cargo-fuzz","cargo-fuzz is the de facto fuzzing tool for Rust projects using Cargo. Use for fuzzing Rust code with libFuzzer backend.\n","cargo-fuzz",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/cargo-fuzz/SKILL.md",[1635],{"path":979,"priority":338},{"basePath":1637,"description":1638,"displayName":1639,"installMethods":1640,"rationale":1641,"selectedPaths":1642,"source":344,"sourceLanguage":18,"type":262},"plugins/testing-handbook-skills/skills/constant-time-testing","Constant-time testing detects timing side channels in cryptographic code. Use when auditing crypto implementations for timing vulnerabilities.\n","constant-time-testing",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/constant-time-testing/SKILL.md",[1643],{"path":979,"priority":338},{"basePath":1645,"description":1646,"displayName":1647,"installMethods":1648,"rationale":1649,"selectedPaths":1650,"source":344,"sourceLanguage":18,"type":262},"plugins/testing-handbook-skills/skills/coverage-analysis","Coverage analysis measures code exercised during fuzzing. Use when assessing harness effectiveness or identifying fuzzing blockers.\n","coverage-analysis",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/coverage-analysis/SKILL.md",[1651],{"path":979,"priority":338},{"basePath":1653,"description":1654,"displayName":1655,"installMethods":1656,"rationale":1657,"selectedPaths":1658,"source":344,"sourceLanguage":18,"type":262},"plugins/testing-handbook-skills/skills/fuzzing-dictionary","Fuzzing dictionaries guide fuzzers with domain-specific tokens. Use when fuzzing parsers, protocols, or format-specific code.\n","fuzzing-dictionary",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/fuzzing-dictionary/SKILL.md",[1659],{"path":979,"priority":338},{"basePath":1661,"description":1662,"displayName":1663,"installMethods":1664,"rationale":1665,"selectedPaths":1666,"source":344,"sourceLanguage":18,"type":262},"plugins/testing-handbook-skills/skills/fuzzing-obstacles","Techniques for patching code to overcome fuzzing obstacles. Use when checksums, global state, or other barriers block fuzzer progress.\n","fuzzing-obstacles",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/fuzzing-obstacles/SKILL.md",[1667],{"path":979,"priority":338},{"basePath":1669,"description":1670,"displayName":1671,"installMethods":1672,"rationale":1673,"selectedPaths":1674,"source":344,"sourceLanguage":18,"type":262},"plugins/testing-handbook-skills/skills/harness-writing","Techniques for writing effective fuzzing harnesses across languages. Use when creating new fuzz targets or improving existing harness code.\n","harness-writing",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/harness-writing/SKILL.md",[1675],{"path":979,"priority":338},{"basePath":1677,"description":1678,"displayName":1679,"installMethods":1680,"rationale":1681,"selectedPaths":1682,"source":344,"sourceLanguage":18,"type":262},"plugins/testing-handbook-skills/skills/libafl","LibAFL is a modular fuzzing library for building custom fuzzers. Use for advanced fuzzing needs, custom mutators, or non-standard fuzzing targets.\n","libafl",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/libafl/SKILL.md",[1683],{"path":979,"priority":338},{"basePath":1685,"description":1686,"displayName":1687,"installMethods":1688,"rationale":1689,"selectedPaths":1690,"source":344,"sourceLanguage":18,"type":262},"plugins/testing-handbook-skills/skills/libfuzzer","Coverage-guided fuzzer built into LLVM for C/C++ projects. Use for fuzzing C/C++ code that can be compiled with Clang.\n","libfuzzer",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/libfuzzer/SKILL.md",[1691],{"path":979,"priority":338},{"basePath":1693,"description":1694,"displayName":1695,"installMethods":1696,"rationale":1697,"selectedPaths":1698,"source":344,"sourceLanguage":18,"type":262},"plugins/testing-handbook-skills/skills/ossfuzz","OSS-Fuzz provides free continuous fuzzing for open source projects. Use when setting up continuous fuzzing infrastructure or enrolling projects.\n","ossfuzz",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/ossfuzz/SKILL.md",[1699],{"path":979,"priority":338},{"basePath":258,"description":10,"displayName":261,"installMethods":1701,"rationale":1702,"selectedPaths":1703,"source":344,"sourceLanguage":18,"type":262},{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/ruzzy/SKILL.md",[1704],{"path":979,"priority":338},{"basePath":1706,"description":1707,"displayName":1708,"installMethods":1709,"rationale":1710,"selectedPaths":1711,"source":344,"sourceLanguage":18,"type":262},"plugins/testing-handbook-skills/skills/testing-handbook-generator","Meta-skill that analyzes the Trail of Bits Testing Handbook (appsec.guide) and generates Claude Code skills for security testing tools and techniques. Use when creating new skills based on handbook content.\n","testing-handbook-generator",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/testing-handbook-generator/SKILL.md",[1712,1713,1715,1717,1719,1721,1723,1725],{"path":979,"priority":338},{"path":1714,"priority":357},"agent-prompt.md",{"path":1716,"priority":357},"discovery.md",{"path":1718,"priority":1124},"templates/domain-skill.md",{"path":1720,"priority":1124},"templates/fuzzer-skill.md",{"path":1722,"priority":1124},"templates/technique-skill.md",{"path":1724,"priority":1124},"templates/tool-skill.md",{"path":1726,"priority":357},"testing.md",{"basePath":1728,"description":1729,"displayName":1730,"installMethods":1731,"rationale":1732,"selectedPaths":1733,"source":344,"sourceLanguage":18,"type":262},"plugins/testing-handbook-skills/skills/wycheproof","Wycheproof provides test vectors for validating cryptographic implementations. Use when testing crypto code for known attacks and edge cases.\n","wycheproof",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/wycheproof/SKILL.md",[1734],{"path":979,"priority":338},{"basePath":1736,"description":1737,"displayName":1738,"installMethods":1739,"rationale":1740,"selectedPaths":1741,"source":344,"sourceLanguage":18,"type":262},"plugins/trailmark/skills/audit-augmentation","Augments Trailmark code graphs with external audit findings from SARIF static analysis results and weAudit annotation files. Maps findings to graph nodes by file and line overlap, creates severity-based subgraphs, and enables cross-referencing findings with pre-analysis data (blast radius, taint, etc.). Use when projecting SARIF results onto a code graph, overlaying weAudit annotations, cross-referencing Semgrep or CodeQL findings with call graph data, or visualizing audit findings in the context of code structure.\n","audit-augmentation",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/audit-augmentation/SKILL.md",[1742,1743],{"path":979,"priority":338},{"path":1744,"priority":357},"references/formats.md",{"basePath":1746,"description":1747,"displayName":1748,"installMethods":1749,"rationale":1750,"selectedPaths":1751,"source":344,"sourceLanguage":18,"type":262},"plugins/trailmark/skills/crypto-protocol-diagram","Extracts protocol message flow from source code, RFCs, academic papers, pseudocode, informal prose, ProVerif (.pv), or Tamarin (.spthy) models and generates Mermaid sequenceDiagrams with cryptographic annotations. Use when diagramming a crypto protocol, visualizing a handshake or key exchange flow, extracting message flow from a spec or RFC, diagramming a ProVerif or Tamarin model, or drawing sequence diagrams for TLS, Noise, Signal, X3DH, Double Ratchet, FROST, DH, or ECDH protocols.","crypto-protocol-diagram",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/crypto-protocol-diagram/SKILL.md",[1752,1753,1755,1757,1759,1761,1763,1765,1767],{"path":979,"priority":338},{"path":1754,"priority":1124},"examples/simple-handshake/expected-output.md",{"path":1756,"priority":1124},"examples/simple-handshake/protocol.py",{"path":1758,"priority":1124},"examples/simple-proverif/expected-output.md",{"path":1760,"priority":1124},"examples/simple-proverif/model.pv",{"path":1762,"priority":357},"references/ascii-sequence-diagram.md",{"path":1764,"priority":357},"references/mermaid-sequence-syntax.md",{"path":1766,"priority":357},"references/protocol-patterns.md",{"path":1768,"priority":357},"references/spec-parsing-patterns.md",{"basePath":1770,"description":1771,"displayName":1772,"installMethods":1773,"rationale":1774,"selectedPaths":1775,"source":344,"sourceLanguage":18,"type":262},"plugins/trailmark/skills/diagramming-code","Generates Mermaid diagrams from Trailmark code graphs. Produces call graphs, class hierarchies, module dependency maps, containment diagrams, complexity heatmaps, and attack surface data flow visualizations. Use when visualizing code architecture, drawing call graphs, generating class diagrams, creating dependency maps, producing complexity heatmaps, or visualizing data flow and attack surface paths as Mermaid diagrams.\n","diagramming-code",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/diagramming-code/SKILL.md",[1776,1777,1779,1781],{"path":979,"priority":338},{"path":1778,"priority":357},"references/diagram-types.md",{"path":1780,"priority":357},"references/mermaid-syntax.md",{"path":1782,"priority":1124},"scripts/diagram.py",{"basePath":1784,"description":1785,"displayName":1786,"installMethods":1787,"rationale":1788,"selectedPaths":1789,"source":344,"sourceLanguage":18,"type":262},"plugins/trailmark/skills/genotoxic","Graph-informed mutation testing triage. Parses codebases with Trailmark, runs mutation testing and necessist, then uses survived mutants, unnecessary test statements, and call graph data to identify false positives, missing test coverage, and fuzzing targets. Use when triaging survived mutants, analyzing mutation testing results, identifying test gaps, finding fuzzing targets from weak tests, running mutation frameworks (including circomvent and cairo-mutants), or using necessist.","genotoxic",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/genotoxic/SKILL.md",[1790,1791,1793,1795],{"path":979,"priority":338},{"path":1792,"priority":357},"references/graph-analysis.md",{"path":1794,"priority":357},"references/mutation-frameworks.md",{"path":1796,"priority":357},"references/triage-methodology.md",{"basePath":1798,"description":1799,"displayName":1800,"installMethods":1801,"rationale":1802,"selectedPaths":1803,"source":344,"sourceLanguage":18,"type":262},"plugins/trailmark/skills/graph-evolution","Compares Trailmark code graphs at two source code snapshots (git commits, tags, or directories) to surface security-relevant structural changes. Detects new attack paths, complexity shifts, blast radius growth, taint propagation changes, and privilege boundary modifications that text diffs miss. Use when comparing code between commits or tags, analyzing structural evolution, detecting attack surface growth, reviewing what changed between audit snapshots, or finding security-relevant changes that text diffs miss.\n","graph-evolution",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/graph-evolution/SKILL.md",[1804,1805,1807,1809],{"path":979,"priority":338},{"path":1806,"priority":357},"references/evolution-metrics.md",{"path":1808,"priority":357},"references/report-format.md",{"path":1810,"priority":1124},"scripts/graph_diff.py",{"basePath":1812,"description":1813,"displayName":1814,"installMethods":1815,"rationale":1816,"selectedPaths":1817,"source":344,"sourceLanguage":18,"type":262},"plugins/trailmark/skills/mermaid-to-proverif","Translates Mermaid sequenceDiagrams describing cryptographic protocols into ProVerif formal verification models (.pv files). Use when generating a ProVerif model, formally verifying a protocol, converting a Mermaid diagram to ProVerif, verifying protocol security properties (secrecy, authentication, forward secrecy), checking for replay attacks, or producing a .pv file from a sequence diagram.","mermaid-to-proverif",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/mermaid-to-proverif/SKILL.md",[1818,1819,1821,1823,1825,1827],{"path":979,"priority":338},{"path":1820,"priority":1124},"examples/simple-handshake/diagram.md",{"path":1822,"priority":1124},"examples/simple-handshake/sample-output.pv",{"path":1824,"priority":357},"references/crypto-to-proverif-mapping.md",{"path":1826,"priority":357},"references/proverif-syntax.md",{"path":1828,"priority":357},"references/security-properties.md",{"basePath":1830,"description":1831,"displayName":691,"installMethods":1832,"rationale":1833,"selectedPaths":1834,"source":344,"sourceLanguage":18,"type":262},"plugins/trailmark/skills/trailmark","Builds and queries multi-language source code graphs for security analysis. Includes pre-analysis passes for blast radius, taint propagation, privilege boundaries, and entry point enumeration. Use when analyzing call paths, mapping attack surface, finding complexity hotspots, enumerating entry points, tracing taint propagation, measuring blast radius, or building a code graph for audit prioritization. Prefer `trailmark.parse.detect_languages()` or `--language auto` when the target language is unknown or polyglot.",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/trailmark/SKILL.md",[1835,1836,1838],{"path":979,"priority":338},{"path":1837,"priority":357},"references/preanalysis-passes.md",{"path":1839,"priority":357},"references/query-patterns.md",{"basePath":1841,"description":1842,"displayName":1843,"installMethods":1844,"rationale":1845,"selectedPaths":1846,"source":344,"sourceLanguage":18,"type":262},"plugins/trailmark/skills/trailmark-structural","Runs full Trailmark structural analysis on Trailmark 0.2.x by building a graph, running `preanalysis()`, and reporting hotspots, taint, blast radius, privilege boundaries, and attack surface. Use when vivisect needs detailed structural data for a target. Triggers: structural analysis, blast radius, taint analysis, complexity hotspots.","trailmark-structural",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/trailmark-structural/SKILL.md",[1847],{"path":979,"priority":338},{"basePath":1849,"description":1850,"displayName":1851,"installMethods":1852,"rationale":1853,"selectedPaths":1854,"source":344,"sourceLanguage":18,"type":262},"plugins/trailmark/skills/trailmark-summary","Runs a Trailmark summary analysis on a codebase. Returns auto-detected languages, entry point count, and dependency list. Use when vivisect or galvanize needs a quick structural overview. Triggers: trailmark summary, code summary, structural overview.","trailmark-summary",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/trailmark-summary/SKILL.md",[1855],{"path":979,"priority":338},{"basePath":1857,"description":1858,"displayName":1859,"installMethods":1860,"rationale":1861,"selectedPaths":1862,"source":344,"sourceLanguage":18,"type":262},"plugins/trailmark/skills/vector-forge","Mutation-driven test vector generation. Finds implementations of a cryptographic algorithm or protocol, runs mutation testing to identify escaped mutants, then generates new test vectors that deliberately exercise the uncovered code paths. Compares before/after mutation kill rates to prove vector effectiveness. Use when generating cryptographic test vectors, measuring Wycheproof coverage gaps, finding escaped mutants via mutation testing, creating cross-implementation test suites, or improving test vector coverage for crypto primitives.","vector-forge",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/vector-forge/SKILL.md",[1863,1864,1866,1868,1869,1871],{"path":979,"priority":338},{"path":1865,"priority":357},"references/fault-simulation.md",{"path":1867,"priority":357},"references/lessons-learned.md",{"path":1794,"priority":357},{"path":1870,"priority":357},"references/report-template.md",{"path":1872,"priority":357},"references/vector-patterns.md",{"basePath":1874,"description":1875,"displayName":720,"installMethods":1876,"rationale":1877,"selectedPaths":1878,"source":344,"sourceLanguage":18,"type":262},"plugins/variant-analysis/skills/variant-analysis","Find similar vulnerabilities and bugs across codebases using pattern-based analysis. Use when hunting bug variants, building CodeQL/Semgrep queries, analyzing security vulnerabilities, or performing systematic code audits after finding an initial issue.",{"claudeCode":12},"SKILL.md frontmatter at plugins/variant-analysis/skills/variant-analysis/SKILL.md",[1879,1880],{"path":979,"priority":338},{"path":1881,"priority":357},"METHODOLOGY.md",{"basePath":1883,"description":1884,"displayName":1885,"installMethods":1886,"rationale":1887,"selectedPaths":1888,"source":344,"sourceLanguage":18,"type":262},"plugins/workflow-skill-design/skills/designing-workflow-skills","Guides the design and structuring of workflow-based Claude Code skills with multi-step phases, decision trees, subagent delegation, and progressive disclosure. Use when creating skills that involve sequential pipelines, routing patterns, safety gates, task tracking, phased execution, or any multi-step workflow. Also applies when reviewing or refactoring existing workflow skills for quality.","designing-workflow-skills",{"claudeCode":12},"SKILL.md frontmatter at plugins/workflow-skill-design/skills/designing-workflow-skills/SKILL.md",[1889,1890,1891,1893,1895],{"path":979,"priority":338},{"path":1172,"priority":357},{"path":1892,"priority":357},"references/progressive-disclosure-guide.md",{"path":1894,"priority":357},"references/tool-assignment-guide.md",{"path":1896,"priority":357},"references/workflow-patterns.md",{"basePath":1898,"description":1899,"displayName":1900,"installMethods":1901,"rationale":1902,"selectedPaths":1903,"source":344,"sourceLanguage":18,"type":262},"plugins/yara-authoring/skills/yara-rule-authoring","Guides authoring of high-quality YARA-X detection rules for malware identification. Use when writing, reviewing, or optimizing YARA rules. Covers naming conventions, string selection, performance optimization, migration from legacy YARA, and false positive reduction. Triggers on: YARA, YARA-X, malware detection, threat hunting, IOC, signature, crx module, dex module.\n","yara-rule-authoring",{"claudeCode":12},"SKILL.md frontmatter at plugins/yara-authoring/skills/yara-rule-authoring/SKILL.md",[1904,1905,1907,1909,1911,1913,1915,1917,1919,1921,1923,1925,1926,1928,1929],{"path":979,"priority":338},{"path":1906,"priority":1124},"examples/MAL_Mac_ProtonRAT_Jan25.yar",{"path":1908,"priority":1124},"examples/MAL_NPM_SupplyChain_Jan25.yar",{"path":1910,"priority":1124},"examples/MAL_Win_Remcos_Jan25.yar",{"path":1912,"priority":1124},"examples/SUSP_CRX_SuspiciousPermissions.yar",{"path":1914,"priority":1124},"examples/SUSP_JS_Obfuscation_Jan25.yar",{"path":1916,"priority":357},"references/crx-module.md",{"path":1918,"priority":357},"references/dex-module.md",{"path":1920,"priority":357},"references/performance.md",{"path":1922,"priority":357},"references/strings.md",{"path":1924,"priority":357},"references/style-guide.md",{"path":1408,"priority":357},{"path":1927,"priority":1124},"scripts/atom_analyzer.py",{"path":1236,"priority":1124},{"path":1930,"priority":1124},"scripts/yara_lint.py",{"basePath":1932,"description":1933,"displayName":861,"installMethods":1934,"rationale":1935,"selectedPaths":1936,"source":344,"sourceLanguage":18,"type":262},"plugins/zeroize-audit/skills/zeroize-audit","Detects missing zeroization of sensitive data in source code and identifies zeroization removed by compiler optimizations, with assembly-level analysis, and control-flow verification. Use for auditing C/C++/Rust code handling secrets, keys, passwords, or other sensitive data.",{"claudeCode":12},"SKILL.md frontmatter at plugins/zeroize-audit/skills/zeroize-audit/SKILL.md",[1937,1938,1940,1942,1944,1946,1948,1950,1952,1954,1956,1958,1960,1962,1964,1966,1968,1970,1972,1974,1976,1978,1980,1982,1984,1986,1988,1990,1992,1994,1996,1998,2000,2002,2004],{"path":979,"priority":338},{"path":1939,"priority":1124},"prompts/report_template.md",{"path":1941,"priority":1124},"prompts/system.md",{"path":1943,"priority":1124},"prompts/task.md",{"path":1945,"priority":357},"references/compile-commands.md",{"path":1947,"priority":357},"references/detection-strategy.md",{"path":1949,"priority":357},"references/ir-analysis.md",{"path":1951,"priority":357},"references/mcp-analysis.md",{"path":1953,"priority":357},"references/poc-generation.md",{"path":1955,"priority":357},"references/rust-zeroization-patterns.md",{"path":1957,"priority":1124},"tools/analyze_asm.sh",{"path":1959,"priority":1124},"tools/analyze_cfg.py",{"path":1961,"priority":1124},"tools/analyze_heap.sh",{"path":1963,"priority":1124},"tools/analyze_ir_semantic.py",{"path":1965,"priority":1124},"tools/diff_ir.sh",{"path":1967,"priority":1124},"tools/diff_rust_mir.sh",{"path":1969,"priority":1124},"tools/emit_asm.sh",{"path":1971,"priority":1124},"tools/emit_ir.sh",{"path":1973,"priority":1124},"tools/emit_rust_asm.sh",{"path":1975,"priority":1124},"tools/emit_rust_ir.sh",{"path":1977,"priority":1124},"tools/emit_rust_mir.sh",{"path":1979,"priority":1124},"tools/extract_compile_flags.py",{"path":1981,"priority":1124},"tools/generate_poc.py",{"path":1983,"priority":1124},"tools/mcp/apply_confidence_gates.py",{"path":1985,"priority":1124},"tools/mcp/check_mcp.sh",{"path":1987,"priority":1124},"tools/mcp/normalize_mcp_evidence.py",{"path":1989,"priority":1124},"tools/scripts/check_llvm_patterns.py",{"path":1991,"priority":1124},"tools/scripts/check_mir_patterns.py",{"path":1993,"priority":1124},"tools/scripts/check_rust_asm.py",{"path":1995,"priority":1124},"tools/scripts/check_rust_asm_aarch64.py",{"path":1997,"priority":1124},"tools/scripts/check_rust_asm_x86.py",{"path":1999,"priority":1124},"tools/scripts/find_dangerous_apis.py",{"path":2001,"priority":1124},"tools/scripts/semantic_audit.py",{"path":2003,"priority":1124},"tools/track_dataflow.sh",{"path":2005,"priority":1124},"tools/validate_rust_toolchain.sh",{"basePath":429,"installMethods":2007,"rationale":2009,"selectedPaths":2010,"source":344,"sourceLanguage":18,"type":2016},{"pypi":2008},"ct-analyzer","cli ecosystem detected at plugins/constant-time-analysis",[2011,2013,2014],{"path":2012,"priority":338},"pyproject.toml",{"path":340,"priority":338},{"path":2015,"priority":357},"ct_analyzer/analyzer.py","cli",{"sources":2018},[2019],"manual",{"closedIssues90d":246,"description":2021,"forks":247,"license":253,"openIssues90d":248,"pushedAt":249,"readmeSize":244,"stars":250,"topics":2022},"Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows",[2023],"agent-skills",{"classifiedAt":2025,"discoverAt":2026,"extractAt":2027,"githubAt":2027,"updatedAt":2025},1778698175241,1778698169543,1778698173272,[224,220,221,222,223],{"evaluatedAt":256,"extractAt":302,"updatedAt":256},[],[2032,2069,2099,2130,2161,2189],{"_creationTime":2033,"_id":2034,"community":2035,"display":2036,"identity":2042,"providers":2047,"relations":2062,"tags":2065,"workflow":2066},1778675056600.249,"k176bgqbfa54d9kxrf8abw5j9s86mhr5",{"reviewCount":8},{"description":2037,"installMethods":2038,"name":2040,"sourceUrl":2041},"Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to \"design REST APIs\", \"optimize database queries\", \"implement authentication\", \"build microservices\", \"review backend code\", \"set up GraphQL\", \"handle database migrations\", or \"load test APIs\". Covers Node.js/Express/Fastify development, PostgreSQL optimization, API security, and backend architecture patterns.",{"claudeCode":2039},"alirezarezvani/claude-skills","Senior Backend Engineer","https://github.com/alirezarezvani/claude-skills",{"basePath":2043,"githubOwner":2044,"githubRepo":2045,"locale":18,"slug":2046,"type":262},"engineering-team/skills/senior-backend","alirezarezvani","claude-skills","senior-backend",{"evaluate":2048,"extract":2060},{"promptVersionExtension":213,"promptVersionScoring":214,"score":2049,"tags":2050,"targetMarket":225,"tier":312},100,[2051,2052,2053,2054,2055,2056,2057,2058,2059,222,223],"backend","api","rest","microservices","database","postgresql","typescript","node-js","express",{"commitSha":292,"license":2061},"MIT",{"parentExtensionId":2063,"repoId":2064},"k179s2ynpr6g927zdzf23zrhad86net8","kd7ff9s1w43mfyy1n7hf87816186m6px",[2052,2051,2055,2059,2054,2058,2056,2053,222,223,2057],{"evaluatedAt":2067,"extractAt":2068,"updatedAt":2067},1778683394838,1778675056600,{"_creationTime":2070,"_id":2071,"community":2072,"display":2073,"identity":2079,"providers":2084,"relations":2092,"tags":2095,"workflow":2096},1778695548458.377,"k17esa27yncbsd0bz8hcg2crg986mjqk",{"reviewCount":8},{"description":2074,"installMethods":2075,"name":2077,"sourceUrl":2078},"Extract the conceptual essence of a repository as skills, agents, and teams — the project's roles, procedures, and coordination patterns expressed as agentskills.io-standard definitions. Reads an arbitrary codebase and produces generalized definitions that capture WHAT the project does and WHO operates it, without replicating HOW it does it. Use when onboarding to a new codebase and wanting to understand its conceptual architecture, when bootstrapping an agentic system from an existing project, when studying a project's organizational DNA for cross-pollination, or when creating a skill/agent/team library inspired by a reference implementation.\n",{"claudeCode":2076},"pjt222/agent-almanac","Metal","https://github.com/pjt222/agent-almanac",{"basePath":2080,"githubOwner":2081,"githubRepo":2082,"locale":18,"slug":2083,"type":262},"skills/metal","pjt222","agent-almanac","metal",{"evaluate":2085,"extract":2091},{"promptVersionExtension":213,"promptVersionScoring":214,"score":2049,"tags":2086,"targetMarket":225,"tier":312},[224,2087,2088,2089,2090],"conceptualization","agent-definition","repository-structure","software-architecture",{"commitSha":292,"license":2061},{"parentExtensionId":2093,"repoId":2094},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[2088,224,2087,2089,2090],{"evaluatedAt":2097,"extractAt":2098,"updatedAt":2097},1778699463464,1778695548458,{"_creationTime":2100,"_id":2101,"community":2102,"display":2103,"identity":2109,"providers":2113,"relations":2122,"tags":2125,"workflow":2126},1778699508017.8022,"k17ayarn0e5prt2n3bh82hxn5n86nv51",{"reviewCount":8},{"description":2104,"installMethods":2105,"name":2107,"sourceUrl":2108},"Context Runtime für KI-Agenten — 59 MCP-Tools, 10 Lesemodi, über 95 Shell-Muster, Tree-sitter AST für 18 Sprachen. Komprimiert LLM-Kontext um bis zu 99%. Verwenden Sie es beim Lesen von Dateien, Ausführen von Shell-Befehlen, Suchen von Code oder Erkunden von Verzeichnissen. Automatische Installation, falls nicht vorhanden.",{"claudeCode":2106},"yvgude/lean-ctx","lean-ctx","https://github.com/yvgude/lean-ctx",{"basePath":2110,"githubOwner":2111,"githubRepo":2107,"locale":2112,"slug":2107,"type":262},"skills/lean-ctx","yvgude","de",{"evaluate":2114,"extract":2121},{"promptVersionExtension":213,"promptVersionScoring":214,"score":2049,"tags":2115,"targetMarket":225,"tier":312},[2116,2117,2118,2119,2120,224],"context-compression","ai-agent","cli-tools","developer-tools","rust",{"commitSha":292},{"repoId":2123,"translatedFrom":2124},"kd7dxtfr9j3z54hs3bz0218e1n86may0","k170fxxh22hdspg4vr94whgj1986mpr9",[2117,2118,224,2116,2119,2120],{"evaluatedAt":2127,"extractAt":2128,"updatedAt":2129},1778699456179,1778699438912,1778699508017,{"_creationTime":2131,"_id":2132,"community":2133,"display":2134,"identity":2140,"providers":2145,"relations":2153,"tags":2156,"workflow":2157},1778698405469.0413,"k17e4wbf2c3x45d7e730x7eje986mc5g",{"reviewCount":8},{"description":2135,"installMethods":2136,"name":2138,"sourceUrl":2139},"Ordnet eine Codebasis in Feature-gruppierte Flussdiagramme ein, identifiziert doppelte Belange über Features hinweg und schlägt eine einheitliche Architektur vor. Wird verwendet, wenn nach \"dem idealen Pfad\" gefragt wird, duplizierte Systeme vereinheitlicht oder die Architektur vor einem Refactoring auditiert werden soll. Gibt ein vorgeschlagenes einheitliches Flussdiagramm sowie Prompts zum Erstellen eines Plans pro System aus.",{"claudeCode":2137},"thedotmack/claude-mem","Pathfinder","https://github.com/thedotmack/claude-mem",{"basePath":2141,"githubOwner":2142,"githubRepo":2143,"locale":2112,"slug":2144,"type":262},"plugin/skills/pathfinder","thedotmack","claude-mem","pathfinder",{"evaluate":2146,"extract":2151},{"promptVersionExtension":213,"promptVersionScoring":214,"score":2049,"tags":2147,"targetMarket":225,"tier":312},[224,2148,309,2149,2150],"architecture","refactoring","flowchart",{"commitSha":292,"license":2152},"Apache-2.0",{"repoId":2154,"translatedFrom":2155},"kd70jnxgm695az2wtf37zbqdj986mp7k","k176pxdjxvnyex7jv6abt3myd586n5vv",[2148,224,309,2150,2149],{"evaluatedAt":2158,"extractAt":2159,"updatedAt":2160},1778698228002,1778698056313,1778698405469,{"_creationTime":2162,"_id":2163,"community":2164,"display":2165,"identity":2171,"providers":2174,"relations":2183,"tags":2185,"workflow":2186},1778694578248.103,"k17712r7xw99tfa8w7xzre9a4d86m8re",{"reviewCount":8},{"description":2166,"installMethods":2167,"name":2169,"sourceUrl":2170},"Codacy Cloud workflow for this repository -- run Codacy's analyzers locally before `git push` (mirrors what Codacy CI runs), and fetch/cluster Codacy issues for any PR via the v3 API. Use when the user mentions Codacy, \"codacy analysis\", `codacy-analysis-cli`, \"codacy issues on PR\", \"fix codacy CI\", \"codacy markdownlint findings\", or any Codacy gate failing on a netdata-org PR. Ships scripts analyze-local.sh (docker/binary runner for codacy-analysis-cli) and pr-issues.sh (paginated v3 issue fetch + group-by tool/pattern/severity/file). Token-safe -- CODACY_TOKEN never reaches assistant-visible stdout. Read-only by design in the current SOW; write actions (mark FP, mark fixed) are deferred.",{"claudeCode":2168},"netdata/netdata","codacy-audit","https://github.com/netdata/netdata",{"basePath":2172,"githubOwner":2173,"githubRepo":2173,"locale":18,"slug":2169,"type":262},".agents/skills/codacy-audit","netdata",{"evaluate":2175,"extract":2182},{"promptVersionExtension":213,"promptVersionScoring":214,"score":2049,"tags":2176,"targetMarket":225,"tier":312},[2177,224,2178,2179,2180,2181],"codacy","ci","pr-review","linting","security-analysis",{"commitSha":292},{"repoId":2184},"kd70yp91ybn40a638h3hzz6nbd86m2cw",[2178,2177,224,2180,2179,2181],{"evaluatedAt":2187,"extractAt":2188,"updatedAt":2187},1778694601008,1778694578248,{"_creationTime":2190,"_id":2191,"community":2192,"display":2193,"identity":2199,"providers":2203,"relations":2210,"tags":2213,"workflow":2214},1778692488329.0144,"k1724vjyyetw8qcfh8anb4c3tn86ngy7",{"reviewCount":8},{"description":2194,"installMethods":2195,"name":2197,"sourceUrl":2198},"Extract domain knowledge from existing project sources and generate domain rules. Also handles vault sync and domain listing.",{"claudeCode":2196},"luiseiman/claude-kit","domain-extract","https://github.com/luiseiman/claude-kit",{"basePath":2200,"githubOwner":2201,"githubRepo":2202,"locale":18,"slug":2197,"type":262},"skills/domain-extract","luiseiman","claude-kit",{"evaluate":2204,"extract":2209},{"promptVersionExtension":213,"promptVersionScoring":214,"score":2049,"tags":2205,"targetMarket":225,"tier":312},[2206,2207,2208,224,310],"domain-extraction","knowledge-management","rule-generation",{"commitSha":292},{"parentExtensionId":2211,"repoId":2212},"k17650xadq8363kzchr4w0gmf186nq24","kd79wqc8an5wh20cc2znr8tyb586mxwx",[310,224,2206,2207,2208],{"evaluatedAt":2215,"extractAt":2216,"updatedAt":2215},1778693090713,1778692488329]