[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-trailofbits-firebase-apk-scanner-de":3,"guides-for-trailofbits-firebase-apk-scanner":2030,"similar-k17ap440z1nvyhag7bbsfwfswn86m2ay-de":2031},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":262,"isFallback":245,"parentExtension":267,"providers":320,"relations":324,"repo":325,"tags":2028,"workflow":2029},1778698175626.3252,"k17ap440z1nvyhag7bbsfwfswn86m2ay",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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},"trailofbits/skills","firebase-apk-scanner","https://github.com/trailofbits/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":243,"workflow":260},1778699293795.86,"kn72y8xg5hdxnqs2xs3yrqmzbd86n0qh","en",{"checks":20,"evaluatedAt":210,"extensionSummary":211,"features":212,"nonGoals":218,"promptVersionExtension":223,"promptVersionScoring":224,"purpose":225,"rationale":226,"score":227,"summary":228,"tags":229,"targetMarket":236,"tier":237,"useCases":238},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,99,103,105,107,109,111,113,115,117,119,121,123,126,130,133,137,140,143,146,150,153,156,160,164,168,171,175,178,181,184,187,191,194,197,200,203,207],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of Firebase security misconfigurations in Android APKs and specifies when to use it for security audits and vulnerability analysis.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides specialized scanning and analysis capabilities beyond basic string searching, offering significant value for identifying specific Firebase vulnerabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill appears to be production-ready, with a clear workflow, bundled scripts, and comprehensive documentation covering the complete lifecycle of APK security scanning.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on scanning Android APKs for Firebase security misconfigurations, adhering to a single responsibility principle.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately reflects the skill's functionality and scope, clearly stating its purpose and use cases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes scoped tools like `scanner.sh`, `apktool`, `curl`, `grep`, and `glob` which are specific to the task, rather than a single generalist command.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides clear instructions on input arguments and mentions the expected output format, with no implicit parameters or complex precedence rules.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools used (`scanner.sh`, `apktool`, `curl`, `grep`, `glob`) are standard and their names are descriptive within their respective domains.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill takes an APK file or directory as input and outputs a structured report, with inputs and outputs clearly defined.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under CC-BY-SA-4.0, a recognized open-source license, as indicated by the bundled LICENSE file.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-11, indicating recent maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The extension relies on standard command-line tools (apktool, curl, grep) and its own script, with no complex third-party dependencies requiring advanced management.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill's primary function is analysis and reporting; it does not appear to handle or expose secrets directly.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill treats APK files as data to be scanned and explicitly references reference documentation as separate content, mitigating injection risks.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill uses bundled tools and scripts; it does not fetch external code or data at runtime.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates on provided APK files and uses standard command-line tools for analysis, not modifying files outside its scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","The bundled scripts do not contain detached process spawns or retry loops around denied calls.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's purpose is to report findings, not to exfiltrate any data. It operates locally on the provided APK.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","Bundled content appears to be standard code and documentation, free of hidden steering tricks.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The bundled scripts are plain Bash and use standard tools, with no obfuscation techniques like base64 encoding or runtime fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill takes an APK as input and makes no assumptions about the user's project structure beyond that.",{"category":95,"check":96,"severity":97,"summary":98},"Trust","Issues Attention","warning","In the last 90 days, 13 issues were opened and 4 were closed, indicating a low closure rate and potentially slow maintainer response.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has a `CHANGELOG.md` and a recent commit date, indicating good versioning practices.",{"category":58,"check":62,"severity":24,"summary":104},"The extension uses standard tools like `apktool` and `curl`, and its own script. No complex third-party dependencies are used, so advanced dependency management is not required.",{"category":65,"check":66,"severity":24,"summary":106},"The skill's output is focused on scan reports and does not involve handling or displaying sensitive secrets.",{"category":65,"check":69,"severity":24,"summary":108},"The skill processes APK files as input data and references separate documentation, minimizing risks of injection.",{"category":65,"check":72,"severity":24,"summary":110},"The skill relies on bundled tools and local file processing, without fetching external code or executing remote scripts.",{"category":65,"check":75,"severity":24,"summary":112},"The skill operates on provided APKs and uses standard CLI tools, ensuring operations remain within the expected scope.",{"category":65,"check":78,"severity":24,"summary":114},"The scripts do not exhibit detached process spawns or retry loops around denied tool calls.",{"category":65,"check":81,"severity":24,"summary":116},"The skill's output is a security report; it does not exfiltrate any data from the analyzed APK or the user's environment.",{"category":65,"check":84,"severity":24,"summary":118},"The bundled content (scripts, markdown) appears free of hidden steering tricks or malicious unicode characters.",{"category":87,"check":88,"severity":24,"summary":120},"The skill's scripts are plain Bash and use standard, readable tools, with no obfuscated or dynamically fetched code.",{"category":91,"check":92,"severity":24,"summary":122},"The skill takes an APK as input and does not make assumptions about the user's project structure outside of that.",{"category":65,"check":124,"severity":24,"summary":125},"Unguarded Destructive Operations","The skill is purely analytical and does not perform any destructive operations.",{"category":127,"check":128,"severity":24,"summary":129},"Code Execution","Error Handling","The SKILL.md outlines error handling steps and the bundled script likely includes checks for the `apktool` and `scanner.sh` operations.",{"category":127,"check":131,"severity":24,"summary":132},"Logging","The skill generates a scan report, providing a record of its actions and findings.",{"category":134,"check":135,"severity":24,"summary":136},"Compliance","GDPR","The skill analyzes APKs and reports findings; it does not process personal data beyond what is within the APK for analysis.",{"category":134,"check":138,"severity":24,"summary":139},"Target market","The skill is globally applicable to Android APKs using Firebase and does not have regional restrictions.",{"category":91,"check":141,"severity":24,"summary":142},"Runtime stability","The skill uses standard command-line tools (`apktool`, `curl`, `grep`) that are widely available on POSIX systems.",{"category":44,"check":144,"severity":24,"summary":145},"README","The README is comprehensive, detailing installation, available plugins, and contribution guidelines.",{"category":33,"check":147,"severity":148,"summary":149},"Tool surface size","not_applicable","This is a single-function skill, not a tool with multiple exposed commands.",{"category":40,"check":151,"severity":148,"summary":152},"Overlapping near-synonym tools","The skill uses a single primary script and standard CLI tools, with no overlapping near-synonym commands.",{"category":44,"check":154,"severity":24,"summary":155},"Phantom features","All advertised features, such as scanning for misconfigurations, are directly implemented by the bundled script and tools.",{"category":157,"check":158,"severity":24,"summary":159},"Install","Installation instruction","Installation instructions for the Claude Code marketplace and local development are clearly provided in the README.",{"category":161,"check":162,"severity":24,"summary":163},"Errors","Actionable error messages","The SKILL.md outlines potential failure modes and recovery steps, implying actionable error reporting.",{"category":165,"check":166,"severity":24,"summary":167},"Execution","Pinned dependencies","The skill relies on standard system tools and its own script, with no external package dependencies requiring pinning.",{"category":33,"check":169,"severity":24,"summary":170},"Dry-run preview","The skill is analytical and does not perform state-changing operations, thus a dry-run mode is not applicable.",{"category":172,"check":173,"severity":24,"summary":174},"Protocol","Idempotent retry & timeouts","The skill operates locally on an APK and does not involve remote calls or state-changing operations, making this check not applicable.",{"category":134,"check":176,"severity":24,"summary":177},"Telemetry opt-in","The skill performs local analysis and does not emit telemetry.",{"category":40,"check":179,"severity":24,"summary":180},"Precise Purpose","The skill clearly states its purpose: scanning Android APKs for Firebase security misconfigurations, and defines when to use it and when not to.",{"category":40,"check":182,"severity":24,"summary":183},"Concise Frontmatter","The frontmatter is concise, clearly stating the skill's name, description, and core functionality.",{"category":44,"check":185,"severity":24,"summary":186},"Concise Body","The SKILL.md is well-structured, keeping core instructions concise and delegating detailed reference material to separate files.",{"category":188,"check":189,"severity":24,"summary":190},"Context","Progressive Disclosure","Detailed vulnerability patterns and reference documentation are correctly split into a separate `references/vulnerabilities.md` file.",{"category":188,"check":192,"severity":148,"summary":193},"Forked exploration","This skill performs a focused analysis and does not involve deep exploration or multi-file inspection that would require forking.",{"category":22,"check":195,"severity":24,"summary":196},"Usage examples","The SKILL.md provides clear examples for manual testing, demonstrating exploitation techniques and expected outputs.",{"category":22,"check":198,"severity":24,"summary":199},"Edge cases","The SKILL.md documents failure modes (e.g., missing APK, scanner failure) and includes remediation steps like manual testing.",{"category":127,"check":201,"severity":148,"summary":202},"Tool Fallback","The skill uses bundled tools and standard CLIs; it does not rely on an external MCP server with a fallback requirement.",{"category":204,"check":205,"severity":24,"summary":206},"Safety","Halt on unexpected state","The SKILL.md instructs to validate input and provides steps for manual testing if the scanner fails, implying a halt on unexpected states.",{"category":91,"check":208,"severity":24,"summary":209},"Cross-skill coupling","The skill is self-contained and focuses on APK analysis; it does not implicitly rely on other skills.",1778699293516,"This skill scans Android APK files for common Firebase security misconfigurations, including issues with databases, storage buckets, authentication, and cloud functions. It utilizes bundled scripts and standard command-line tools to decompile APKs and analyze their contents, generating a detailed report of findings and providing manual testing guidance.",[213,214,215,216,217],"Scan Android APKs for Firebase misconfigurations","Analyze Realtime Database, Firestore, and Storage security","Test Firebase authentication and Cloud Function endpoints","Generate detailed security reports","Provide manual testing guidance for uncovered issues",[219,220,221,222],"Scanning apps without authorization","Testing production Firebase projects without permission","Extracting Firebase config without testing","Analyzing non-Android targets (iOS, web apps)","3.0.0","4.4.0","To identify and report on Firebase security vulnerabilities within Android applications, aiding in mobile app security audits and penetration testing.","The extension has a high level of quality, with excellent documentation, a clear workflow, and a focused scope. The only finding was a warning about issue attention, which is minor given the overall robustness.",99,"Excellent skill for auditing Android APKs for Firebase security misconfigurations.",[230,231,232,233,234,235],"android","apk","firebase","security","audit","mobile","global","community",[239,240,241,242],"Analyzing APK files for Firebase vulnerabilities","Performing mobile app security audits","Testing Firebase endpoint security","Authorized penetration testing of Firebase-backed applications",{"codeQuality":244,"collectedAt":246,"documentation":247,"maintenance":250,"security":256,"testCoverage":259},{"hasLockfile":245},true,1778699279990,{"descriptionLength":248,"readmeSize":249},329,7901,{"closedIssues90d":251,"forks":252,"hasChangelog":245,"openIssues90d":253,"pushedAt":254,"stars":255},4,455,13,1778517916000,5161,{"hasNpmPackage":257,"license":258,"smitheryVerified":257},false,"CC-BY-SA-4.0",{"hasCi":245,"hasTests":245},{"updatedAt":261},1778699293795,{"basePath":263,"githubOwner":264,"githubRepo":265,"locale":18,"slug":13,"type":266},"plugins/firebase-apk-scanner/skills/firebase-apk-scanner","trailofbits","skills","skill",{"_creationTime":268,"_id":269,"community":270,"display":271,"identity":274,"parentExtension":277,"providers":307,"relations":316,"tags":317,"workflow":318},1778698175626.3118,"k172jweprznb6fm1fg4bff9csd86m8n8",{"reviewCount":8},{"description":272,"installMethods":273,"name":13,"sourceUrl":14},"Scan Android APKs for Firebase security misconfigurations including open databases, storage buckets, authentication issues, and exposed cloud functions. For authorized security research only.",{"claudeCode":13},{"basePath":275,"githubOwner":264,"githubRepo":265,"locale":18,"slug":13,"type":276},"plugins/firebase-apk-scanner","plugin",{"_creationTime":278,"_id":279,"community":280,"display":281,"identity":284,"providers":287,"relations":301,"tags":303,"workflow":304},1778698175626.309,"k17550d1ve8ghfmwc58xs69e3s86mn86",{"reviewCount":8},{"description":282,"installMethods":283,"name":264,"sourceUrl":14},"Claude Code plugins from Trail of Bits for enhanced AI-assisted security analysis and development",{"claudeCode":12},{"basePath":285,"githubOwner":264,"githubRepo":265,"locale":18,"slug":265,"type":286},"","marketplace",{"evaluate":288,"extract":295},{"promptVersionExtension":289,"promptVersionScoring":224,"score":290,"tags":291,"targetMarket":236,"tier":237},"3.1.0",75,[233,292,293,286,294],"development","analysis","plugins",{"commitSha":296,"marketplace":297,"plugin":299},"HEAD",{"name":264,"pluginCount":298},39,{"mcpCount":8,"provider":300,"skillCount":8},"classify",{"repoId":302},"kd7d5sbrd9m157hjv9c7v4wfyn86mk2f",[293,292,286,294,233],{"evaluatedAt":305,"extractAt":306,"updatedAt":305},1778698203402,1778698175626,{"evaluate":308,"extract":313},{"promptVersionExtension":223,"promptVersionScoring":224,"score":309,"tags":310,"targetMarket":236,"tier":312},98,[230,231,232,233,311],"pentest","verified",{"commitSha":296,"plugin":314},{"mcpCount":8,"provider":300,"skillCount":315},1,{"parentExtensionId":279,"repoId":302},[230,231,232,311,233],{"evaluatedAt":319,"extractAt":306,"updatedAt":319},1778698383409,{"evaluate":321,"extract":323},{"promptVersionExtension":223,"promptVersionScoring":224,"score":227,"tags":322,"targetMarket":236,"tier":237},[230,231,232,233,234,235],{"commitSha":296},{"parentExtensionId":269,"repoId":302},{"_creationTime":326,"_id":302,"identity":327,"providers":328,"workflow":2024},1778698169543.2075,{"githubOwner":264,"githubRepo":265,"sourceUrl":14},{"classify":329,"discover":2017,"github":2020},{"commitSha":296,"extensions":330},[331,344,357,372,403,416,427,440,451,462,473,488,498,533,544,557,568,579,592,603,616,633,648,687,716,729,746,776,787,800,811,822,835,846,857,890,903,914,932,950,971,979,1010,1017,1024,1032,1040,1048,1056,1066,1074,1082,1090,1098,1106,1114,1124,1131,1138,1162,1248,1259,1270,1285,1300,1307,1328,1335,1354,1360,1369,1383,1412,1420,1442,1449,1462,1473,1485,1524,1531,1538,1570,1578,1594,1601,1609,1617,1625,1633,1641,1649,1657,1665,1673,1681,1689,1697,1705,1727,1735,1745,1769,1783,1797,1811,1829,1840,1848,1856,1873,1882,1897,1931,2006],{"basePath":285,"description":282,"displayName":264,"installMethods":332,"rationale":333,"selectedPaths":334,"source":343,"sourceLanguage":18,"type":286},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[335,338,340],{"path":336,"priority":337},".claude-plugin/marketplace.json","mandatory",{"path":339,"priority":337},"README.md",{"path":341,"priority":342},"LICENSE","high","rule",{"basePath":345,"description":346,"displayName":347,"installMethods":348,"rationale":349,"selectedPaths":350,"source":343,"sourceLanguage":18,"type":276},"plugins/ask-questions-if-underspecified","Clarify ambiguous requirements by asking questions before implementing. Only when invoked explicitly.","ask-questions-if-underspecified",{"claudeCode":347},"plugin manifest at plugins/ask-questions-if-underspecified/.claude-plugin/plugin.json",[351,353,354],{"path":352,"priority":337},".claude-plugin/plugin.json",{"path":339,"priority":337},{"path":355,"priority":356},"skills/ask-questions-if-underspecified/SKILL.md","medium",{"basePath":358,"description":359,"displayName":360,"installMethods":361,"rationale":362,"selectedPaths":363,"source":343,"sourceLanguage":18,"type":276},"plugins/audit-context-building","Build deep architectural context through ultra-granular code analysis before vulnerability hunting","audit-context-building",{"claudeCode":360},"plugin manifest at plugins/audit-context-building/.claude-plugin/plugin.json",[364,365,366,368,370],{"path":352,"priority":337},{"path":339,"priority":337},{"path":367,"priority":356},"skills/audit-context-building/SKILL.md",{"path":369,"priority":342},"agents/function-analyzer.md",{"path":371,"priority":342},"commands/audit-context.md",{"basePath":373,"description":374,"displayName":375,"installMethods":376,"rationale":377,"selectedPaths":378,"source":343,"sourceLanguage":18,"type":276},"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":375},"plugin manifest at plugins/building-secure-contracts/.claude-plugin/plugin.json",[379,380,381,383,385,387,389,391,393,395,397,399,401],{"path":352,"priority":337},{"path":339,"priority":337},{"path":382,"priority":356},"skills/algorand-vulnerability-scanner/SKILL.md",{"path":384,"priority":356},"skills/audit-prep-assistant/SKILL.md",{"path":386,"priority":356},"skills/cairo-vulnerability-scanner/SKILL.md",{"path":388,"priority":356},"skills/code-maturity-assessor/SKILL.md",{"path":390,"priority":356},"skills/cosmos-vulnerability-scanner/SKILL.md",{"path":392,"priority":356},"skills/guidelines-advisor/SKILL.md",{"path":394,"priority":356},"skills/secure-workflow-guide/SKILL.md",{"path":396,"priority":356},"skills/solana-vulnerability-scanner/SKILL.md",{"path":398,"priority":356},"skills/substrate-vulnerability-scanner/SKILL.md",{"path":400,"priority":356},"skills/token-integration-analyzer/SKILL.md",{"path":402,"priority":356},"skills/ton-vulnerability-scanner/SKILL.md",{"basePath":404,"description":405,"displayName":406,"installMethods":407,"rationale":408,"selectedPaths":409,"source":343,"sourceLanguage":18,"type":276},"plugins/burpsuite-project-parser","Search and extract data from Burp Suite project files (.burp) for security analysis","burpsuite-project-parser",{"claudeCode":406},"plugin manifest at plugins/burpsuite-project-parser/.claude-plugin/plugin.json",[410,411,412,414],{"path":352,"priority":337},{"path":339,"priority":337},{"path":413,"priority":356},"skills/burpsuite-project-parser/SKILL.md",{"path":415,"priority":342},"commands/burp-search.md",{"basePath":417,"description":418,"displayName":419,"installMethods":420,"rationale":421,"selectedPaths":422,"source":343,"sourceLanguage":18,"type":276},"plugins/claude-in-chrome-troubleshooting","Diagnose and fix Claude in Chrome MCP extension connectivity issues","claude-in-chrome-troubleshooting",{"claudeCode":419},"plugin manifest at plugins/claude-in-chrome-troubleshooting/.claude-plugin/plugin.json",[423,424,425],{"path":352,"priority":337},{"path":339,"priority":337},{"path":426,"priority":356},"skills/claude-in-chrome-troubleshooting/SKILL.md",{"basePath":428,"description":429,"displayName":430,"installMethods":431,"rationale":432,"selectedPaths":433,"source":343,"sourceLanguage":18,"type":276},"plugins/constant-time-analysis","Detect compiler-induced timing side-channels in cryptographic code","constant-time-analysis",{"claudeCode":430},"plugin manifest at plugins/constant-time-analysis/.claude-plugin/plugin.json",[434,435,436,438],{"path":352,"priority":337},{"path":339,"priority":337},{"path":437,"priority":356},"skills/constant-time-analysis/SKILL.md",{"path":439,"priority":342},"commands/ct-check.md",{"basePath":441,"description":442,"displayName":443,"installMethods":444,"rationale":445,"selectedPaths":446,"source":343,"sourceLanguage":18,"type":276},"plugins/culture-index","Interprets Culture Index survey results for individuals and teams","culture-index",{"claudeCode":443},"plugin manifest at plugins/culture-index/.claude-plugin/plugin.json",[447,448,449],{"path":352,"priority":337},{"path":339,"priority":337},{"path":450,"priority":356},"skills/interpreting-culture-index/SKILL.md",{"basePath":452,"description":453,"displayName":454,"installMethods":455,"rationale":456,"selectedPaths":457,"source":343,"sourceLanguage":18,"type":276},"plugins/debug-buttercup","Debug Buttercup Kubernetes deployments","debug-buttercup",{"claudeCode":454},"plugin manifest at plugins/debug-buttercup/.claude-plugin/plugin.json",[458,459,460],{"path":352,"priority":337},{"path":339,"priority":337},{"path":461,"priority":356},"skills/debug-buttercup/SKILL.md",{"basePath":463,"description":464,"displayName":465,"installMethods":466,"rationale":467,"selectedPaths":468,"source":343,"sourceLanguage":18,"type":276},"plugins/devcontainer-setup","Create pre-configured devcontainers with Claude Code and language-specific tooling","devcontainer-setup",{"claudeCode":465},"plugin manifest at plugins/devcontainer-setup/.claude-plugin/plugin.json",[469,470,471],{"path":352,"priority":337},{"path":339,"priority":337},{"path":472,"priority":356},"skills/devcontainer-setup/SKILL.md",{"basePath":474,"description":475,"displayName":476,"installMethods":477,"rationale":478,"selectedPaths":479,"source":343,"sourceLanguage":18,"type":276},"plugins/differential-review","Security-focused differential review of code changes with git history analysis and blast radius estimation","differential-review",{"claudeCode":476},"plugin manifest at plugins/differential-review/.claude-plugin/plugin.json",[480,481,482,484,486],{"path":352,"priority":337},{"path":339,"priority":337},{"path":483,"priority":356},"skills/differential-review/SKILL.md",{"path":485,"priority":342},"agents/adversarial-modeler.md",{"path":487,"priority":342},"commands/diff-review.md",{"basePath":275,"description":272,"displayName":13,"installMethods":489,"rationale":490,"selectedPaths":491,"source":343,"sourceLanguage":18,"type":276},{"claudeCode":13},"plugin manifest at plugins/firebase-apk-scanner/.claude-plugin/plugin.json",[492,493,494,496],{"path":352,"priority":337},{"path":339,"priority":337},{"path":495,"priority":356},"skills/firebase-apk-scanner/SKILL.md",{"path":497,"priority":342},"commands/scan-apk.md",{"basePath":499,"description":500,"displayName":501,"installMethods":502,"rationale":503,"selectedPaths":504,"source":343,"sourceLanguage":18,"type":276},"plugins/gh-cli","Intercepts GitHub URL fetches and curl/wget commands, redirecting to the authenticated gh CLI.","gh-cli",{"claudeCode":501},"plugin manifest at plugins/gh-cli/.claude-plugin/plugin.json",[505,506,507,509,511,513,515,517,519,521,523,525,527,529,531],{"path":352,"priority":337},{"path":339,"priority":337},{"path":508,"priority":342},"hooks/cleanup-clones.sh",{"path":510,"priority":342},"hooks/hooks.json",{"path":512,"priority":342},"hooks/intercept-github-curl.bats",{"path":514,"priority":342},"hooks/intercept-github-curl.sh",{"path":516,"priority":342},"hooks/intercept-github-fetch.bats",{"path":518,"priority":342},"hooks/intercept-github-fetch.sh",{"path":520,"priority":342},"hooks/persist-session-id.sh",{"path":522,"priority":342},"hooks/session-hooks.bats",{"path":524,"priority":342},"hooks/setup-shims.bats",{"path":526,"priority":342},"hooks/setup-shims.sh",{"path":528,"priority":342},"hooks/shims/gh",{"path":530,"priority":342},"hooks/shims/gh-shim.bats",{"path":532,"priority":342},"hooks/test_helper.bash",{"basePath":534,"description":535,"displayName":536,"installMethods":537,"rationale":538,"selectedPaths":539,"source":343,"sourceLanguage":18,"type":276},"plugins/dwarf-expert","Interact with and understand the DWARF debugging format","dwarf-expert",{"claudeCode":536},"plugin manifest at plugins/dwarf-expert/.claude-plugin/plugin.json",[540,541,542],{"path":352,"priority":337},{"path":339,"priority":337},{"path":543,"priority":356},"skills/dwarf-expert/SKILL.md",{"basePath":545,"description":546,"displayName":547,"installMethods":548,"rationale":549,"selectedPaths":550,"source":343,"sourceLanguage":18,"type":276},"plugins/entry-point-analyzer","Analyzes smart contract codebases to identify state-changing entry points for security auditing. Detects externally callable functions that modify state, categorizes them by access level, and generates structured audit reports.","entry-point-analyzer",{"claudeCode":547},"plugin manifest at plugins/entry-point-analyzer/.claude-plugin/plugin.json",[551,552,553,555],{"path":352,"priority":337},{"path":339,"priority":337},{"path":554,"priority":356},"skills/entry-point-analyzer/SKILL.md",{"path":556,"priority":342},"commands/entry-points.md",{"basePath":558,"description":559,"displayName":560,"installMethods":561,"rationale":562,"selectedPaths":563,"source":343,"sourceLanguage":18,"type":276},"plugins/mutation-testing","Configures mewt or muton mutation testing campaigns — scopes targets, tunes timeouts, and optimizes long-running runs. Use when the user mentions mewt, muton, mutation testing, or wants to configure or optimize a mutation testing campaign.","mutation-testing",{"claudeCode":560},"plugin manifest at plugins/mutation-testing/.claude-plugin/plugin.json",[564,565,566],{"path":352,"priority":337},{"path":339,"priority":337},{"path":567,"priority":356},"skills/mutation-testing/SKILL.md",{"basePath":569,"description":570,"displayName":571,"installMethods":572,"rationale":573,"selectedPaths":574,"source":343,"sourceLanguage":18,"type":276},"plugins/property-based-testing","Property-based testing guidance for multiple languages and smart contracts","property-based-testing",{"claudeCode":571},"plugin manifest at plugins/property-based-testing/.claude-plugin/plugin.json",[575,576,577],{"path":352,"priority":337},{"path":339,"priority":337},{"path":578,"priority":356},"skills/property-based-testing/SKILL.md",{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":343,"sourceLanguage":18,"type":276},"plugins/semgrep-rule-creator","Create custom Semgrep rules for detecting bug patterns and security vulnerabilities","semgrep-rule-creator",{"claudeCode":582},"plugin manifest at plugins/semgrep-rule-creator/.claude-plugin/plugin.json",[586,587,588,590],{"path":352,"priority":337},{"path":339,"priority":337},{"path":589,"priority":356},"skills/semgrep-rule-creator/SKILL.md",{"path":591,"priority":342},"commands/semgrep-rule.md",{"basePath":593,"description":594,"displayName":595,"installMethods":596,"rationale":597,"selectedPaths":598,"source":343,"sourceLanguage":18,"type":276},"plugins/semgrep-rule-variant-creator","Creates language variants of existing Semgrep rules with proper applicability analysis and test-driven validation","semgrep-rule-variant-creator",{"claudeCode":595},"plugin manifest at plugins/semgrep-rule-variant-creator/.claude-plugin/plugin.json",[599,600,601],{"path":352,"priority":337},{"path":339,"priority":337},{"path":602,"priority":356},"skills/semgrep-rule-variant-creator/SKILL.md",{"basePath":604,"description":605,"displayName":606,"installMethods":607,"rationale":608,"selectedPaths":609,"source":343,"sourceLanguage":18,"type":276},"plugins/sharp-edges","Identify error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes","sharp-edges",{"claudeCode":606},"plugin manifest at plugins/sharp-edges/.claude-plugin/plugin.json",[610,611,612,614],{"path":352,"priority":337},{"path":339,"priority":337},{"path":613,"priority":356},"skills/sharp-edges/SKILL.md",{"path":615,"priority":342},"agents/sharp-edges-analyzer.md",{"basePath":617,"description":618,"displayName":619,"installMethods":620,"rationale":621,"selectedPaths":622,"source":343,"sourceLanguage":18,"type":276},"plugins/static-analysis","Static analysis toolkit with CodeQL, Semgrep, and SARIF parsing for security vulnerability detection","static-analysis",{"claudeCode":619},"plugin manifest at plugins/static-analysis/.claude-plugin/plugin.json",[623,624,625,627,629,631],{"path":352,"priority":337},{"path":339,"priority":337},{"path":626,"priority":356},"skills/codeql/SKILL.md",{"path":628,"priority":356},"skills/sarif-parsing/SKILL.md",{"path":630,"priority":356},"skills/semgrep/SKILL.md",{"path":632,"priority":342},"agents/semgrep-scanner.md",{"basePath":634,"description":635,"displayName":636,"installMethods":637,"rationale":638,"selectedPaths":639,"source":343,"sourceLanguage":18,"type":276},"plugins/spec-to-code-compliance","Specification-to-code compliance checker for blockchain audits with evidence-based alignment analysis","spec-to-code-compliance",{"claudeCode":636},"plugin manifest at plugins/spec-to-code-compliance/.claude-plugin/plugin.json",[640,641,642,644,646],{"path":352,"priority":337},{"path":339,"priority":337},{"path":643,"priority":356},"skills/spec-to-code-compliance/SKILL.md",{"path":645,"priority":342},"agents/spec-compliance-checker.md",{"path":647,"priority":342},"commands/spec-compliance.md",{"basePath":649,"description":650,"displayName":651,"installMethods":652,"rationale":653,"selectedPaths":654,"source":343,"sourceLanguage":18,"type":276},"plugins/testing-handbook-skills","Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)","testing-handbook-skills",{"claudeCode":651},"plugin manifest at plugins/testing-handbook-skills/.claude-plugin/plugin.json",[655,656,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685],{"path":352,"priority":337},{"path":339,"priority":337},{"path":658,"priority":356},"skills/address-sanitizer/SKILL.md",{"path":660,"priority":356},"skills/aflpp/SKILL.md",{"path":662,"priority":356},"skills/atheris/SKILL.md",{"path":664,"priority":356},"skills/cargo-fuzz/SKILL.md",{"path":666,"priority":356},"skills/constant-time-testing/SKILL.md",{"path":668,"priority":356},"skills/coverage-analysis/SKILL.md",{"path":670,"priority":356},"skills/fuzzing-dictionary/SKILL.md",{"path":672,"priority":356},"skills/fuzzing-obstacles/SKILL.md",{"path":674,"priority":356},"skills/harness-writing/SKILL.md",{"path":676,"priority":356},"skills/libafl/SKILL.md",{"path":678,"priority":356},"skills/libfuzzer/SKILL.md",{"path":680,"priority":356},"skills/ossfuzz/SKILL.md",{"path":682,"priority":356},"skills/ruzzy/SKILL.md",{"path":684,"priority":356},"skills/testing-handbook-generator/SKILL.md",{"path":686,"priority":356},"skills/wycheproof/SKILL.md",{"basePath":688,"description":689,"displayName":690,"installMethods":691,"rationale":692,"selectedPaths":693,"source":343,"sourceLanguage":18,"type":276},"plugins/trailmark","Builds multi-language source code graphs for security analysis: call graphs, attack surface mapping, blast radius, taint propagation, complexity hotspots, and entry point enumeration. Generates Mermaid diagrams (call graphs, class hierarchies, dependency maps, heatmaps). Compares code graph snapshots for structural diff and evolution analysis. Runs graph-informed mutation testing triage (genotoxic). Generates mutation-driven test vectors (vector-forge). Extracts crypto protocol message flows and converts Mermaid diagrams to ProVerif models. Projects SARIF and weAudit findings onto code graphs. Use when analyzing call paths, mapping attack surface, visualizing code architecture, triaging survived mutants, generating cryptographic test vectors, diagramming crypto protocols, formally verifying protocols, or augmenting audits with static analysis findings.","trailmark",{"claudeCode":690},"plugin manifest at plugins/trailmark/.claude-plugin/plugin.json",[694,695,696,698,700,702,704,706,708,710,712,714],{"path":352,"priority":337},{"path":339,"priority":337},{"path":697,"priority":356},"skills/audit-augmentation/SKILL.md",{"path":699,"priority":356},"skills/crypto-protocol-diagram/SKILL.md",{"path":701,"priority":356},"skills/diagramming-code/SKILL.md",{"path":703,"priority":356},"skills/genotoxic/SKILL.md",{"path":705,"priority":356},"skills/graph-evolution/SKILL.md",{"path":707,"priority":356},"skills/mermaid-to-proverif/SKILL.md",{"path":709,"priority":356},"skills/trailmark/SKILL.md",{"path":711,"priority":356},"skills/trailmark-structural/SKILL.md",{"path":713,"priority":356},"skills/trailmark-summary/SKILL.md",{"path":715,"priority":356},"skills/vector-forge/SKILL.md",{"basePath":717,"description":718,"displayName":719,"installMethods":720,"rationale":721,"selectedPaths":722,"source":343,"sourceLanguage":18,"type":276},"plugins/variant-analysis","Find similar vulnerabilities and bugs across codebases using pattern-based analysis","variant-analysis",{"claudeCode":719},"plugin manifest at plugins/variant-analysis/.claude-plugin/plugin.json",[723,724,725,727],{"path":352,"priority":337},{"path":339,"priority":337},{"path":726,"priority":356},"skills/variant-analysis/SKILL.md",{"path":728,"priority":342},"commands/variants.md",{"basePath":730,"description":731,"displayName":732,"installMethods":733,"rationale":734,"selectedPaths":735,"source":343,"sourceLanguage":18,"type":276},"plugins/c-review","Comprehensive C/C++ security code review with specialized bug-finding agents covering memory safety, type safety, concurrency, and Linux/Windows userspace-specific issues","c-review",{"claudeCode":732},"plugin manifest at plugins/c-review/.claude-plugin/plugin.json",[736,737,738,740,742,744],{"path":352,"priority":337},{"path":339,"priority":337},{"path":739,"priority":356},"skills/c-review/SKILL.md",{"path":741,"priority":342},"agents/c-review-dedup-judge.md",{"path":743,"priority":342},"agents/c-review-fp-judge.md",{"path":745,"priority":342},"agents/c-review-worker.md",{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":343,"sourceLanguage":18,"type":276},"plugins/modern-python","Modern Python best practices. Use when creating new Python projects, and writing Python scripts, or migrating existing projects from legacy tools.","modern-python",{"claudeCode":749},"plugin manifest at plugins/modern-python/.claude-plugin/plugin.json",[753,754,755,757,758,759,760,762,764,766,768,770,772,774],{"path":352,"priority":337},{"path":339,"priority":337},{"path":756,"priority":356},"skills/modern-python/SKILL.md",{"path":510,"priority":342},{"path":524,"priority":342},{"path":526,"priority":342},{"path":761,"priority":342},"hooks/shims/pip",{"path":763,"priority":342},"hooks/shims/pip-shim.bats",{"path":765,"priority":342},"hooks/shims/pipx",{"path":767,"priority":342},"hooks/shims/pipx-shim.bats",{"path":769,"priority":342},"hooks/shims/python",{"path":771,"priority":342},"hooks/shims/python-shim.bats",{"path":773,"priority":342},"hooks/shims/uv",{"path":775,"priority":342},"hooks/shims/uv-shim.bats",{"basePath":777,"description":778,"displayName":779,"installMethods":780,"rationale":781,"selectedPaths":782,"source":343,"sourceLanguage":18,"type":276},"plugins/insecure-defaults","Detects insecure default configurations including hardcoded credentials, fallback secrets, weak authentication defaults, and dangerous values in production","insecure-defaults",{"claudeCode":779},"plugin manifest at plugins/insecure-defaults/.claude-plugin/plugin.json",[783,784,785],{"path":352,"priority":337},{"path":339,"priority":337},{"path":786,"priority":356},"skills/insecure-defaults/SKILL.md",{"basePath":788,"description":789,"displayName":790,"installMethods":791,"rationale":792,"selectedPaths":793,"source":343,"sourceLanguage":18,"type":276},"plugins/second-opinion","Runs code reviews using external LLM CLIs (OpenAI Codex, Google Gemini) on uncommitted changes, branch diffs, or specific commits. Bundles Codex's built-in MCP server for direct tool access.","second-opinion",{"claudeCode":790},"plugin manifest at plugins/second-opinion/.claude-plugin/plugin.json",[794,795,796,798],{"path":352,"priority":337},{"path":339,"priority":337},{"path":797,"priority":356},"skills/second-opinion/SKILL.md",{"path":799,"priority":337},".mcp.json",{"basePath":801,"description":802,"displayName":803,"installMethods":804,"rationale":805,"selectedPaths":806,"source":343,"sourceLanguage":18,"type":276},"plugins/yara-authoring","YARA-X detection rule authoring with linting and quality analysis","yara-authoring",{"claudeCode":803},"plugin manifest at plugins/yara-authoring/.claude-plugin/plugin.json",[807,808,809],{"path":352,"priority":337},{"path":339,"priority":337},{"path":810,"priority":356},"skills/yara-rule-authoring/SKILL.md",{"basePath":812,"description":813,"displayName":814,"installMethods":815,"rationale":816,"selectedPaths":817,"source":343,"sourceLanguage":18,"type":276},"plugins/git-cleanup","Safely analyzes and cleans up local git branches and worktrees by categorizing them as merged, squash-merged, superseded, or active work.","git-cleanup",{"claudeCode":814},"plugin manifest at plugins/git-cleanup/.claude-plugin/plugin.json",[818,819,820],{"path":352,"priority":337},{"path":339,"priority":337},{"path":821,"priority":356},"skills/git-cleanup/SKILL.md",{"basePath":823,"description":824,"displayName":825,"installMethods":826,"rationale":827,"selectedPaths":828,"source":343,"sourceLanguage":18,"type":276},"plugins/workflow-skill-design","Teaches design patterns for workflow-based Claude Code skills and provides a review agent for auditing existing skills","workflow-skill-design",{"claudeCode":825},"plugin manifest at plugins/workflow-skill-design/.claude-plugin/plugin.json",[829,830,831,833],{"path":352,"priority":337},{"path":339,"priority":337},{"path":832,"priority":356},"skills/designing-workflow-skills/SKILL.md",{"path":834,"priority":342},"agents/workflow-skill-reviewer.md",{"basePath":836,"description":837,"displayName":838,"installMethods":839,"rationale":840,"selectedPaths":841,"source":343,"sourceLanguage":18,"type":276},"plugins/seatbelt-sandboxer","Generate minimal macOS Seatbelt sandbox configurations for applications","seatbelt-sandboxer",{"claudeCode":838},"plugin manifest at plugins/seatbelt-sandboxer/.claude-plugin/plugin.json",[842,843,844],{"path":352,"priority":337},{"path":339,"priority":337},{"path":845,"priority":356},"skills/seatbelt-sandboxer/SKILL.md",{"basePath":847,"description":848,"displayName":849,"installMethods":850,"rationale":851,"selectedPaths":852,"source":343,"sourceLanguage":18,"type":276},"plugins/supply-chain-risk-auditor","Audit supply-chain threat landscape of project dependencies for exploitation or takeover risk","supply-chain-risk-auditor",{"claudeCode":849},"plugin manifest at plugins/supply-chain-risk-auditor/.claude-plugin/plugin.json",[853,854,855],{"path":352,"priority":337},{"path":339,"priority":337},{"path":856,"priority":356},"skills/supply-chain-risk-auditor/SKILL.md",{"basePath":858,"description":859,"displayName":860,"installMethods":861,"rationale":862,"selectedPaths":863,"source":343,"sourceLanguage":18,"type":276},"plugins/zeroize-audit","Detects missing or compiler-optimized zeroization of sensitive data with assembly and control-flow analysis","zeroize-audit",{"claudeCode":860},"plugin manifest at plugins/zeroize-audit/.claude-plugin/plugin.json",[864,865,866,868,870,872,874,876,878,880,882,884,886,888],{"path":352,"priority":337},{"path":339,"priority":337},{"path":867,"priority":356},"skills/zeroize-audit/SKILL.md",{"path":869,"priority":342},"agents/0-preflight.md",{"path":871,"priority":342},"agents/1-mcp-resolver.md",{"path":873,"priority":342},"agents/2-source-analyzer.md",{"path":875,"priority":342},"agents/2b-rust-source-analyzer.md",{"path":877,"priority":342},"agents/3-tu-compiler-analyzer.md",{"path":879,"priority":342},"agents/3b-rust-compiler-analyzer.md",{"path":881,"priority":342},"agents/4-report-assembler.md",{"path":883,"priority":342},"agents/5-poc-generator.md",{"path":885,"priority":342},"agents/5b-poc-validator.md",{"path":887,"priority":342},"agents/5c-poc-verifier.md",{"path":889,"priority":342},"agents/6-test-generator.md",{"basePath":891,"description":892,"displayName":893,"installMethods":894,"rationale":895,"selectedPaths":896,"source":343,"sourceLanguage":18,"type":276},"plugins/let-fate-decide","Draws Tarot cards using cryptographic randomness to add entropy to vague or underspecified planning. Interprets the spread to guide next steps. Use when feeling lucky, invoking heart-of-the-cards energy, or when prompts are ambiguous.","let-fate-decide",{"claudeCode":893},"plugin manifest at plugins/let-fate-decide/.claude-plugin/plugin.json",[897,898,899,901],{"path":352,"priority":337},{"path":339,"priority":337},{"path":900,"priority":356},"skills/let-fate-decide/SKILL.md",{"path":902,"priority":342},"agents/draw.md",{"basePath":904,"description":905,"displayName":906,"installMethods":907,"rationale":908,"selectedPaths":909,"source":343,"sourceLanguage":18,"type":276},"plugins/agentic-actions-auditor","Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations (Claude Code Action, Gemini CLI, OpenAI Codex, GitHub AI Inference)","agentic-actions-auditor",{"claudeCode":906},"plugin manifest at plugins/agentic-actions-auditor/.claude-plugin/plugin.json",[910,911,912],{"path":352,"priority":337},{"path":339,"priority":337},{"path":913,"priority":356},"skills/agentic-actions-auditor/SKILL.md",{"basePath":915,"description":916,"displayName":917,"installMethods":918,"rationale":919,"selectedPaths":920,"source":343,"sourceLanguage":18,"type":276},"plugins/skill-improver","Automatically reviews and fixes Claude Code skills through iterative refinement until they meet quality standards. Requires plugin-dev plugin.","skill-improver",{"claudeCode":917},"plugin manifest at plugins/skill-improver/.claude-plugin/plugin.json",[921,922,923,925,927,929,930],{"path":352,"priority":337},{"path":339,"priority":337},{"path":924,"priority":356},"skills/skill-improver/SKILL.md",{"path":926,"priority":342},"commands/cancel-skill-improver.md",{"path":928,"priority":342},"commands/skill-improver.md",{"path":510,"priority":342},{"path":931,"priority":342},"hooks/stop-hook.sh",{"basePath":933,"description":934,"displayName":935,"installMethods":936,"rationale":937,"selectedPaths":938,"source":343,"sourceLanguage":18,"type":276},"plugins/fp-check","Systematic false positive verification for security bug analysis with mandatory gate reviews","fp-check",{"claudeCode":935},"plugin manifest at plugins/fp-check/.claude-plugin/plugin.json",[939,940,941,943,945,947,949],{"path":352,"priority":337},{"path":339,"priority":337},{"path":942,"priority":356},"skills/fp-check/SKILL.md",{"path":944,"priority":342},"agents/data-flow-analyzer.md",{"path":946,"priority":342},"agents/exploitability-verifier.md",{"path":948,"priority":342},"agents/poc-builder.md",{"path":510,"priority":342},{"basePath":951,"description":952,"displayName":953,"installMethods":954,"rationale":955,"selectedPaths":956,"source":343,"sourceLanguage":18,"type":276},"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":953},"plugin manifest at plugins/dimensional-analysis/.claude-plugin/plugin.json",[957,958,959,961,963,965,967,969],{"path":352,"priority":337},{"path":339,"priority":337},{"path":960,"priority":356},"skills/dimensional-analysis/SKILL.md",{"path":962,"priority":342},"agents/arithmetic-scanner.md",{"path":964,"priority":342},"agents/dimension-annotator.md",{"path":966,"priority":342},"agents/dimension-discoverer.md",{"path":968,"priority":342},"agents/dimension-propagator.md",{"path":970,"priority":342},"agents/dimension-validator.md",{"basePath":972,"description":973,"displayName":501,"installMethods":974,"rationale":975,"selectedPaths":976,"source":343,"sourceLanguage":18,"type":266},".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",[977],{"path":978,"priority":337},"SKILL.md",{"basePath":980,"description":981,"displayName":906,"installMethods":982,"rationale":983,"selectedPaths":984,"source":343,"sourceLanguage":18,"type":266},"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",[985,986,988,990,992,994,996,998,1000,1002,1004,1006,1008],{"path":978,"priority":337},{"path":987,"priority":356},"references/action-profiles.md",{"path":989,"priority":356},"references/cross-file-resolution.md",{"path":991,"priority":356},"references/foundations.md",{"path":993,"priority":356},"references/vector-a-env-var-intermediary.md",{"path":995,"priority":356},"references/vector-b-direct-expression-injection.md",{"path":997,"priority":356},"references/vector-c-cli-data-fetch.md",{"path":999,"priority":356},"references/vector-d-pr-target-checkout.md",{"path":1001,"priority":356},"references/vector-e-error-log-injection.md",{"path":1003,"priority":356},"references/vector-f-subshell-expansion.md",{"path":1005,"priority":356},"references/vector-g-eval-of-ai-output.md",{"path":1007,"priority":356},"references/vector-h-dangerous-sandbox-configs.md",{"path":1009,"priority":356},"references/vector-i-wildcard-allowlists.md",{"basePath":1011,"description":1012,"displayName":347,"installMethods":1013,"rationale":1014,"selectedPaths":1015,"source":343,"sourceLanguage":18,"type":266},"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",[1016],{"path":978,"priority":337},{"basePath":1018,"description":1019,"displayName":360,"installMethods":1020,"rationale":1021,"selectedPaths":1022,"source":343,"sourceLanguage":18,"type":266},"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",[1023],{"path":978,"priority":337},{"basePath":1025,"description":1026,"displayName":1027,"installMethods":1028,"rationale":1029,"selectedPaths":1030,"source":343,"sourceLanguage":18,"type":266},"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",[1031],{"path":978,"priority":337},{"basePath":1033,"description":1034,"displayName":1035,"installMethods":1036,"rationale":1037,"selectedPaths":1038,"source":343,"sourceLanguage":18,"type":266},"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",[1039],{"path":978,"priority":337},{"basePath":1041,"description":1042,"displayName":1043,"installMethods":1044,"rationale":1045,"selectedPaths":1046,"source":343,"sourceLanguage":18,"type":266},"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",[1047],{"path":978,"priority":337},{"basePath":1049,"description":1050,"displayName":1051,"installMethods":1052,"rationale":1053,"selectedPaths":1054,"source":343,"sourceLanguage":18,"type":266},"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",[1055],{"path":978,"priority":337},{"basePath":1057,"description":1058,"displayName":1059,"installMethods":1060,"rationale":1061,"selectedPaths":1062,"source":343,"sourceLanguage":18,"type":266},"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",[1063,1064],{"path":978,"priority":337},{"path":1065,"priority":356},"CHANGELOG.md",{"basePath":1067,"description":1068,"displayName":1069,"installMethods":1070,"rationale":1071,"selectedPaths":1072,"source":343,"sourceLanguage":18,"type":266},"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",[1073],{"path":978,"priority":337},{"basePath":1075,"description":1076,"displayName":1077,"installMethods":1078,"rationale":1079,"selectedPaths":1080,"source":343,"sourceLanguage":18,"type":266},"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",[1081],{"path":978,"priority":337},{"basePath":1083,"description":1084,"displayName":1085,"installMethods":1086,"rationale":1087,"selectedPaths":1088,"source":343,"sourceLanguage":18,"type":266},"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",[1089],{"path":978,"priority":337},{"basePath":1091,"description":1092,"displayName":1093,"installMethods":1094,"rationale":1095,"selectedPaths":1096,"source":343,"sourceLanguage":18,"type":266},"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",[1097],{"path":978,"priority":337},{"basePath":1099,"description":1100,"displayName":1101,"installMethods":1102,"rationale":1103,"selectedPaths":1104,"source":343,"sourceLanguage":18,"type":266},"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",[1105],{"path":978,"priority":337},{"basePath":1107,"description":1108,"displayName":1109,"installMethods":1110,"rationale":1111,"selectedPaths":1112,"source":343,"sourceLanguage":18,"type":266},"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",[1113],{"path":978,"priority":337},{"basePath":1115,"description":1116,"displayName":406,"installMethods":1117,"rationale":1118,"selectedPaths":1119,"source":343,"sourceLanguage":18,"type":266},"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",[1120,1121],{"path":978,"priority":337},{"path":1122,"priority":1123},"scripts/burp-search.sh","low",{"basePath":1125,"description":1126,"displayName":732,"installMethods":1127,"rationale":1128,"selectedPaths":1129,"source":343,"sourceLanguage":18,"type":266},"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",[1130],{"path":978,"priority":337},{"basePath":1132,"description":1133,"displayName":419,"installMethods":1134,"rationale":1135,"selectedPaths":1136,"source":343,"sourceLanguage":18,"type":266},"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",[1137],{"path":978,"priority":337},{"basePath":1139,"description":1140,"displayName":430,"installMethods":1141,"rationale":1142,"selectedPaths":1143,"source":343,"sourceLanguage":18,"type":266},"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",[1144,1145,1146,1148,1150,1152,1154,1156,1158,1160],{"path":978,"priority":337},{"path":339,"priority":342},{"path":1147,"priority":356},"references/compiled.md",{"path":1149,"priority":356},"references/javascript.md",{"path":1151,"priority":356},"references/kotlin.md",{"path":1153,"priority":356},"references/php.md",{"path":1155,"priority":356},"references/python.md",{"path":1157,"priority":356},"references/ruby.md",{"path":1159,"priority":356},"references/swift.md",{"path":1161,"priority":356},"references/vm-compiled.md",{"basePath":1163,"description":1164,"displayName":1165,"installMethods":1166,"rationale":1167,"selectedPaths":1168,"source":343,"sourceLanguage":18,"type":266},"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",[1169,1170,1172,1174,1176,1178,1180,1182,1184,1186,1188,1190,1192,1194,1196,1198,1200,1202,1204,1206,1208,1210,1212,1214,1216,1218,1220,1222,1224,1226,1228,1230,1232,1234,1236,1238,1240,1242,1244,1246],{"path":978,"priority":337},{"path":1171,"priority":356},"references/anti-patterns.md",{"path":1173,"priority":356},"references/archetype-administrator.md",{"path":1175,"priority":356},"references/archetype-coordinator.md",{"path":1177,"priority":356},"references/archetype-craftsman.md",{"path":1179,"priority":356},"references/archetype-daredevil.md",{"path":1181,"priority":356},"references/archetype-debater.md",{"path":1183,"priority":356},"references/archetype-facilitator.md",{"path":1185,"priority":356},"references/archetype-influencer.md",{"path":1187,"priority":356},"references/archetype-operator.md",{"path":1189,"priority":356},"references/archetype-persuader.md",{"path":1191,"priority":356},"references/archetype-philosopher.md",{"path":1193,"priority":356},"references/archetype-rainmaker.md",{"path":1195,"priority":356},"references/archetype-scholar.md",{"path":1197,"priority":356},"references/archetype-socializer.md",{"path":1199,"priority":356},"references/archetype-specialist.md",{"path":1201,"priority":356},"references/archetype-technical-expert.md",{"path":1203,"priority":356},"references/archetype-traditionalist.md",{"path":1205,"priority":356},"references/archetype-trailblazer.md",{"path":1207,"priority":356},"references/conversation-starters.md",{"path":1209,"priority":356},"references/interview-trait-signals.md",{"path":1211,"priority":356},"references/motivators.md",{"path":1213,"priority":356},"references/patterns-archetypes.md",{"path":1215,"priority":356},"references/primary-traits.md",{"path":1217,"priority":356},"references/secondary-traits.md",{"path":1219,"priority":356},"references/team-composition.md",{"path":1221,"priority":1123},"scripts/check_deps.py",{"path":1223,"priority":1123},"scripts/culture_index/__init__.py",{"path":1225,"priority":1123},"scripts/culture_index/constants.py",{"path":1227,"priority":1123},"scripts/culture_index/extract.py",{"path":1229,"priority":1123},"scripts/culture_index/models.py",{"path":1231,"priority":1123},"scripts/culture_index/opencv_extractor.py",{"path":1233,"priority":1123},"scripts/extract_pdf.py",{"path":1235,"priority":1123},"scripts/pyproject.toml",{"path":1237,"priority":1123},"templates/burnout-report.md",{"path":1239,"priority":1123},"templates/comparison-report.md",{"path":1241,"priority":1123},"templates/hiring-profile.md",{"path":1243,"priority":1123},"templates/individual-report.md",{"path":1245,"priority":1123},"templates/predicted-profile.md",{"path":1247,"priority":1123},"templates/team-report.md",{"basePath":1249,"description":1250,"displayName":454,"installMethods":1251,"rationale":1252,"selectedPaths":1253,"source":343,"sourceLanguage":18,"type":266},"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",[1254,1255,1257],{"path":978,"priority":337},{"path":1256,"priority":356},"references/failure-patterns.md",{"path":1258,"priority":1123},"scripts/diagnose.sh",{"basePath":1260,"description":1261,"displayName":465,"installMethods":1262,"rationale":1263,"selectedPaths":1264,"source":343,"sourceLanguage":18,"type":266},"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",[1265,1266,1268],{"path":978,"priority":337},{"path":1267,"priority":356},"references/dockerfile-best-practices.md",{"path":1269,"priority":356},"references/features-vs-dockerfile.md",{"basePath":1271,"description":1272,"displayName":476,"installMethods":1273,"rationale":1274,"selectedPaths":1275,"source":343,"sourceLanguage":18,"type":266},"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",[1276,1277,1279,1281,1283],{"path":978,"priority":337},{"path":1278,"priority":356},"adversarial.md",{"path":1280,"priority":356},"methodology.md",{"path":1282,"priority":356},"patterns.md",{"path":1284,"priority":356},"reporting.md",{"basePath":1286,"description":1287,"displayName":953,"installMethods":1288,"rationale":1289,"selectedPaths":1290,"source":343,"sourceLanguage":18,"type":266},"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",[1291,1292,1294,1296,1298],{"path":978,"priority":337},{"path":1293,"priority":356},"references/annotate.md",{"path":1295,"priority":356},"references/bug-patterns.md",{"path":1297,"priority":356},"references/common-dimensions.md",{"path":1299,"priority":356},"references/dimension-algebra.md",{"basePath":1301,"description":1302,"displayName":536,"installMethods":1303,"rationale":1304,"selectedPaths":1305,"source":343,"sourceLanguage":18,"type":266},"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",[1306],{"path":978,"priority":337},{"basePath":1308,"description":1309,"displayName":547,"installMethods":1310,"rationale":1311,"selectedPaths":1312,"source":343,"sourceLanguage":18,"type":266},"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",[1313,1314,1316,1318,1320,1322,1324,1326],{"path":978,"priority":337},{"path":1315,"priority":356},"references/cosmwasm.md",{"path":1317,"priority":356},"references/move-aptos.md",{"path":1319,"priority":356},"references/move-sui.md",{"path":1321,"priority":356},"references/solana.md",{"path":1323,"priority":356},"references/solidity.md",{"path":1325,"priority":356},"references/ton.md",{"path":1327,"priority":356},"references/vyper.md",{"basePath":263,"description":10,"displayName":13,"installMethods":1329,"rationale":1330,"selectedPaths":1331,"source":343,"sourceLanguage":18,"type":266},{"claudeCode":12},"SKILL.md frontmatter at plugins/firebase-apk-scanner/skills/firebase-apk-scanner/SKILL.md",[1332,1333],{"path":978,"priority":337},{"path":1334,"priority":356},"references/vulnerabilities.md",{"basePath":1336,"description":1337,"displayName":935,"installMethods":1338,"rationale":1339,"selectedPaths":1340,"source":343,"sourceLanguage":18,"type":266},"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",[1341,1342,1344,1346,1348,1350,1352],{"path":978,"priority":337},{"path":1343,"priority":356},"references/bug-class-verification.md",{"path":1345,"priority":356},"references/deep-verification.md",{"path":1347,"priority":356},"references/evidence-templates.md",{"path":1349,"priority":356},"references/false-positive-patterns.md",{"path":1351,"priority":356},"references/gate-reviews.md",{"path":1353,"priority":356},"references/standard-verification.md",{"basePath":1355,"description":813,"displayName":814,"installMethods":1356,"rationale":1357,"selectedPaths":1358,"source":343,"sourceLanguage":18,"type":266},"plugins/git-cleanup/skills/git-cleanup",{"claudeCode":12},"SKILL.md frontmatter at plugins/git-cleanup/skills/git-cleanup/SKILL.md",[1359],{"path":978,"priority":337},{"basePath":1361,"description":1362,"displayName":779,"installMethods":1363,"rationale":1364,"selectedPaths":1365,"source":343,"sourceLanguage":18,"type":266},"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",[1366,1367],{"path":978,"priority":337},{"path":1368,"priority":356},"references/examples.md",{"basePath":1370,"description":1371,"displayName":893,"installMethods":1372,"rationale":1373,"selectedPaths":1374,"source":343,"sourceLanguage":18,"type":266},"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",[1375,1376,1378,1380,1381],{"path":978,"priority":337},{"path":1377,"priority":356},"references/INTERPRETATION_GUIDE.md",{"path":1379,"priority":1123},"scripts/draw_cards.py",{"path":1235,"priority":1123},{"path":1382,"priority":1123},"scripts/test_draw_cards.py",{"basePath":1384,"description":1385,"displayName":749,"installMethods":1386,"rationale":1387,"selectedPaths":1388,"source":343,"sourceLanguage":18,"type":266},"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",[1389,1390,1392,1394,1396,1398,1400,1402,1404,1406,1408,1410],{"path":978,"priority":337},{"path":1391,"priority":356},"references/dependabot.md",{"path":1393,"priority":356},"references/migration-checklist.md",{"path":1395,"priority":356},"references/pep723-scripts.md",{"path":1397,"priority":356},"references/prek.md",{"path":1399,"priority":356},"references/pyproject.md",{"path":1401,"priority":356},"references/ruff-config.md",{"path":1403,"priority":356},"references/security-setup.md",{"path":1405,"priority":356},"references/testing.md",{"path":1407,"priority":356},"references/uv-commands.md",{"path":1409,"priority":1123},"templates/dependabot.yml",{"path":1411,"priority":1123},"templates/pre-commit-config.yaml",{"basePath":1413,"description":559,"displayName":560,"installMethods":1414,"rationale":1415,"selectedPaths":1416,"source":343,"sourceLanguage":18,"type":266},"plugins/mutation-testing/skills/mutation-testing",{"claudeCode":12},"SKILL.md frontmatter at plugins/mutation-testing/skills/mutation-testing/SKILL.md",[1417,1418],{"path":978,"priority":337},{"path":1419,"priority":356},"references/optimization-strategies.md",{"basePath":1421,"description":1422,"displayName":571,"installMethods":1423,"rationale":1424,"selectedPaths":1425,"source":343,"sourceLanguage":18,"type":266},"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",[1426,1427,1428,1430,1432,1434,1436,1438,1440],{"path":978,"priority":337},{"path":339,"priority":342},{"path":1429,"priority":356},"references/design.md",{"path":1431,"priority":356},"references/generating.md",{"path":1433,"priority":356},"references/interpreting-failures.md",{"path":1435,"priority":356},"references/libraries.md",{"path":1437,"priority":356},"references/refactoring.md",{"path":1439,"priority":356},"references/reviewing.md",{"path":1441,"priority":356},"references/strategies.md",{"basePath":1443,"description":1444,"displayName":838,"installMethods":1445,"rationale":1446,"selectedPaths":1447,"source":343,"sourceLanguage":18,"type":266},"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",[1448],{"path":978,"priority":337},{"basePath":1450,"description":1451,"displayName":790,"installMethods":1452,"rationale":1453,"selectedPaths":1454,"source":343,"sourceLanguage":18,"type":266},"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",[1455,1456,1458,1460],{"path":978,"priority":337},{"path":1457,"priority":356},"references/codex-invocation.md",{"path":1459,"priority":356},"references/codex-review-schema.json",{"path":1461,"priority":356},"references/gemini-invocation.md",{"basePath":1463,"description":1464,"displayName":582,"installMethods":1465,"rationale":1466,"selectedPaths":1467,"source":343,"sourceLanguage":18,"type":266},"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",[1468,1469,1471],{"path":978,"priority":337},{"path":1470,"priority":356},"references/quick-reference.md",{"path":1472,"priority":356},"references/workflow.md",{"basePath":1474,"description":1475,"displayName":595,"installMethods":1476,"rationale":1477,"selectedPaths":1478,"source":343,"sourceLanguage":18,"type":266},"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",[1479,1480,1482,1484],{"path":978,"priority":337},{"path":1481,"priority":356},"references/applicability-analysis.md",{"path":1483,"priority":356},"references/language-syntax-guide.md",{"path":1472,"priority":356},{"basePath":1486,"description":1487,"displayName":606,"installMethods":1488,"rationale":1489,"selectedPaths":1490,"source":343,"sourceLanguage":18,"type":266},"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",[1491,1492,1494,1496,1498,1500,1502,1504,1506,1508,1510,1512,1514,1516,1518,1520,1522],{"path":978,"priority":337},{"path":1493,"priority":356},"references/auth-patterns.md",{"path":1495,"priority":356},"references/case-studies.md",{"path":1497,"priority":356},"references/config-patterns.md",{"path":1499,"priority":356},"references/crypto-apis.md",{"path":1501,"priority":356},"references/lang-c.md",{"path":1503,"priority":356},"references/lang-csharp.md",{"path":1505,"priority":356},"references/lang-go.md",{"path":1507,"priority":356},"references/lang-java.md",{"path":1509,"priority":356},"references/lang-javascript.md",{"path":1511,"priority":356},"references/lang-kotlin.md",{"path":1513,"priority":356},"references/lang-php.md",{"path":1515,"priority":356},"references/lang-python.md",{"path":1517,"priority":356},"references/lang-ruby.md",{"path":1519,"priority":356},"references/lang-rust.md",{"path":1521,"priority":356},"references/lang-swift.md",{"path":1523,"priority":356},"references/language-specific.md",{"basePath":1525,"description":1526,"displayName":917,"installMethods":1527,"rationale":1528,"selectedPaths":1529,"source":343,"sourceLanguage":18,"type":266},"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",[1530],{"path":978,"priority":337},{"basePath":1532,"description":1533,"displayName":636,"installMethods":1534,"rationale":1535,"selectedPaths":1536,"source":343,"sourceLanguage":18,"type":266},"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",[1537],{"path":978,"priority":337},{"basePath":1539,"description":1540,"displayName":1541,"installMethods":1542,"rationale":1543,"selectedPaths":1544,"source":343,"sourceLanguage":18,"type":266},"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",[1545,1546,1548,1550,1552,1554,1556,1558,1560,1562,1564,1566,1568],{"path":978,"priority":337},{"path":1547,"priority":356},"references/build-fixes.md",{"path":1549,"priority":356},"references/diagnostic-query-templates.md",{"path":1551,"priority":356},"references/extension-yaml-format.md",{"path":1553,"priority":356},"references/important-only-suite.md",{"path":1555,"priority":356},"references/language-details.md",{"path":1557,"priority":356},"references/macos-arm64e-workaround.md",{"path":1559,"priority":356},"references/performance-tuning.md",{"path":1561,"priority":356},"references/quality-assessment.md",{"path":1563,"priority":356},"references/ruleset-catalog.md",{"path":1565,"priority":356},"references/run-all-suite.md",{"path":1567,"priority":356},"references/sarif-processing.md",{"path":1569,"priority":356},"references/threat-models.md",{"basePath":1571,"description":1572,"displayName":1573,"installMethods":1574,"rationale":1575,"selectedPaths":1576,"source":343,"sourceLanguage":18,"type":266},"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",[1577],{"path":978,"priority":337},{"basePath":1579,"description":1580,"displayName":1581,"installMethods":1582,"rationale":1583,"selectedPaths":1584,"source":343,"sourceLanguage":18,"type":266},"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",[1585,1586,1588,1590,1592],{"path":978,"priority":337},{"path":1587,"priority":356},"references/rulesets.md",{"path":1589,"priority":356},"references/scan-modes.md",{"path":1591,"priority":356},"references/scanner-task-prompt.md",{"path":1593,"priority":1123},"scripts/merge_sarif.py",{"basePath":1595,"description":1596,"displayName":849,"installMethods":1597,"rationale":1598,"selectedPaths":1599,"source":343,"sourceLanguage":18,"type":266},"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",[1600],{"path":978,"priority":337},{"basePath":1602,"description":1603,"displayName":1604,"installMethods":1605,"rationale":1606,"selectedPaths":1607,"source":343,"sourceLanguage":18,"type":266},"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",[1608],{"path":978,"priority":337},{"basePath":1610,"description":1611,"displayName":1612,"installMethods":1613,"rationale":1614,"selectedPaths":1615,"source":343,"sourceLanguage":18,"type":266},"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",[1616],{"path":978,"priority":337},{"basePath":1618,"description":1619,"displayName":1620,"installMethods":1621,"rationale":1622,"selectedPaths":1623,"source":343,"sourceLanguage":18,"type":266},"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",[1624],{"path":978,"priority":337},{"basePath":1626,"description":1627,"displayName":1628,"installMethods":1629,"rationale":1630,"selectedPaths":1631,"source":343,"sourceLanguage":18,"type":266},"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",[1632],{"path":978,"priority":337},{"basePath":1634,"description":1635,"displayName":1636,"installMethods":1637,"rationale":1638,"selectedPaths":1639,"source":343,"sourceLanguage":18,"type":266},"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",[1640],{"path":978,"priority":337},{"basePath":1642,"description":1643,"displayName":1644,"installMethods":1645,"rationale":1646,"selectedPaths":1647,"source":343,"sourceLanguage":18,"type":266},"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",[1648],{"path":978,"priority":337},{"basePath":1650,"description":1651,"displayName":1652,"installMethods":1653,"rationale":1654,"selectedPaths":1655,"source":343,"sourceLanguage":18,"type":266},"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",[1656],{"path":978,"priority":337},{"basePath":1658,"description":1659,"displayName":1660,"installMethods":1661,"rationale":1662,"selectedPaths":1663,"source":343,"sourceLanguage":18,"type":266},"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",[1664],{"path":978,"priority":337},{"basePath":1666,"description":1667,"displayName":1668,"installMethods":1669,"rationale":1670,"selectedPaths":1671,"source":343,"sourceLanguage":18,"type":266},"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",[1672],{"path":978,"priority":337},{"basePath":1674,"description":1675,"displayName":1676,"installMethods":1677,"rationale":1678,"selectedPaths":1679,"source":343,"sourceLanguage":18,"type":266},"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",[1680],{"path":978,"priority":337},{"basePath":1682,"description":1683,"displayName":1684,"installMethods":1685,"rationale":1686,"selectedPaths":1687,"source":343,"sourceLanguage":18,"type":266},"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",[1688],{"path":978,"priority":337},{"basePath":1690,"description":1691,"displayName":1692,"installMethods":1693,"rationale":1694,"selectedPaths":1695,"source":343,"sourceLanguage":18,"type":266},"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",[1696],{"path":978,"priority":337},{"basePath":1698,"description":1699,"displayName":1700,"installMethods":1701,"rationale":1702,"selectedPaths":1703,"source":343,"sourceLanguage":18,"type":266},"plugins/testing-handbook-skills/skills/ruzzy","Ruzzy is a coverage-guided Ruby fuzzer by Trail of Bits. Use for fuzzing pure Ruby code and Ruby C extensions.\n","ruzzy",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/ruzzy/SKILL.md",[1704],{"path":978,"priority":337},{"basePath":1706,"description":1707,"displayName":1708,"installMethods":1709,"rationale":1710,"selectedPaths":1711,"source":343,"sourceLanguage":18,"type":266},"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":978,"priority":337},{"path":1714,"priority":356},"agent-prompt.md",{"path":1716,"priority":356},"discovery.md",{"path":1718,"priority":1123},"templates/domain-skill.md",{"path":1720,"priority":1123},"templates/fuzzer-skill.md",{"path":1722,"priority":1123},"templates/technique-skill.md",{"path":1724,"priority":1123},"templates/tool-skill.md",{"path":1726,"priority":356},"testing.md",{"basePath":1728,"description":1729,"displayName":1730,"installMethods":1731,"rationale":1732,"selectedPaths":1733,"source":343,"sourceLanguage":18,"type":266},"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":978,"priority":337},{"basePath":1736,"description":1737,"displayName":1738,"installMethods":1739,"rationale":1740,"selectedPaths":1741,"source":343,"sourceLanguage":18,"type":266},"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":978,"priority":337},{"path":1744,"priority":356},"references/formats.md",{"basePath":1746,"description":1747,"displayName":1748,"installMethods":1749,"rationale":1750,"selectedPaths":1751,"source":343,"sourceLanguage":18,"type":266},"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":978,"priority":337},{"path":1754,"priority":1123},"examples/simple-handshake/expected-output.md",{"path":1756,"priority":1123},"examples/simple-handshake/protocol.py",{"path":1758,"priority":1123},"examples/simple-proverif/expected-output.md",{"path":1760,"priority":1123},"examples/simple-proverif/model.pv",{"path":1762,"priority":356},"references/ascii-sequence-diagram.md",{"path":1764,"priority":356},"references/mermaid-sequence-syntax.md",{"path":1766,"priority":356},"references/protocol-patterns.md",{"path":1768,"priority":356},"references/spec-parsing-patterns.md",{"basePath":1770,"description":1771,"displayName":1772,"installMethods":1773,"rationale":1774,"selectedPaths":1775,"source":343,"sourceLanguage":18,"type":266},"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":978,"priority":337},{"path":1778,"priority":356},"references/diagram-types.md",{"path":1780,"priority":356},"references/mermaid-syntax.md",{"path":1782,"priority":1123},"scripts/diagram.py",{"basePath":1784,"description":1785,"displayName":1786,"installMethods":1787,"rationale":1788,"selectedPaths":1789,"source":343,"sourceLanguage":18,"type":266},"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":978,"priority":337},{"path":1792,"priority":356},"references/graph-analysis.md",{"path":1794,"priority":356},"references/mutation-frameworks.md",{"path":1796,"priority":356},"references/triage-methodology.md",{"basePath":1798,"description":1799,"displayName":1800,"installMethods":1801,"rationale":1802,"selectedPaths":1803,"source":343,"sourceLanguage":18,"type":266},"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":978,"priority":337},{"path":1806,"priority":356},"references/evolution-metrics.md",{"path":1808,"priority":356},"references/report-format.md",{"path":1810,"priority":1123},"scripts/graph_diff.py",{"basePath":1812,"description":1813,"displayName":1814,"installMethods":1815,"rationale":1816,"selectedPaths":1817,"source":343,"sourceLanguage":18,"type":266},"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":978,"priority":337},{"path":1820,"priority":1123},"examples/simple-handshake/diagram.md",{"path":1822,"priority":1123},"examples/simple-handshake/sample-output.pv",{"path":1824,"priority":356},"references/crypto-to-proverif-mapping.md",{"path":1826,"priority":356},"references/proverif-syntax.md",{"path":1828,"priority":356},"references/security-properties.md",{"basePath":1830,"description":1831,"displayName":690,"installMethods":1832,"rationale":1833,"selectedPaths":1834,"source":343,"sourceLanguage":18,"type":266},"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":978,"priority":337},{"path":1837,"priority":356},"references/preanalysis-passes.md",{"path":1839,"priority":356},"references/query-patterns.md",{"basePath":1841,"description":1842,"displayName":1843,"installMethods":1844,"rationale":1845,"selectedPaths":1846,"source":343,"sourceLanguage":18,"type":266},"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":978,"priority":337},{"basePath":1849,"description":1850,"displayName":1851,"installMethods":1852,"rationale":1853,"selectedPaths":1854,"source":343,"sourceLanguage":18,"type":266},"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":978,"priority":337},{"basePath":1857,"description":1858,"displayName":1859,"installMethods":1860,"rationale":1861,"selectedPaths":1862,"source":343,"sourceLanguage":18,"type":266},"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":978,"priority":337},{"path":1865,"priority":356},"references/fault-simulation.md",{"path":1867,"priority":356},"references/lessons-learned.md",{"path":1794,"priority":356},{"path":1870,"priority":356},"references/report-template.md",{"path":1872,"priority":356},"references/vector-patterns.md",{"basePath":1874,"description":1875,"displayName":719,"installMethods":1876,"rationale":1877,"selectedPaths":1878,"source":343,"sourceLanguage":18,"type":266},"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":978,"priority":337},{"path":1881,"priority":356},"METHODOLOGY.md",{"basePath":1883,"description":1884,"displayName":1885,"installMethods":1886,"rationale":1887,"selectedPaths":1888,"source":343,"sourceLanguage":18,"type":266},"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":978,"priority":337},{"path":1171,"priority":356},{"path":1892,"priority":356},"references/progressive-disclosure-guide.md",{"path":1894,"priority":356},"references/tool-assignment-guide.md",{"path":1896,"priority":356},"references/workflow-patterns.md",{"basePath":1898,"description":1899,"displayName":1900,"installMethods":1901,"rationale":1902,"selectedPaths":1903,"source":343,"sourceLanguage":18,"type":266},"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":978,"priority":337},{"path":1906,"priority":1123},"examples/MAL_Mac_ProtonRAT_Jan25.yar",{"path":1908,"priority":1123},"examples/MAL_NPM_SupplyChain_Jan25.yar",{"path":1910,"priority":1123},"examples/MAL_Win_Remcos_Jan25.yar",{"path":1912,"priority":1123},"examples/SUSP_CRX_SuspiciousPermissions.yar",{"path":1914,"priority":1123},"examples/SUSP_JS_Obfuscation_Jan25.yar",{"path":1916,"priority":356},"references/crx-module.md",{"path":1918,"priority":356},"references/dex-module.md",{"path":1920,"priority":356},"references/performance.md",{"path":1922,"priority":356},"references/strings.md",{"path":1924,"priority":356},"references/style-guide.md",{"path":1405,"priority":356},{"path":1927,"priority":1123},"scripts/atom_analyzer.py",{"path":1235,"priority":1123},{"path":1930,"priority":1123},"scripts/yara_lint.py",{"basePath":1932,"description":1933,"displayName":860,"installMethods":1934,"rationale":1935,"selectedPaths":1936,"source":343,"sourceLanguage":18,"type":266},"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":978,"priority":337},{"path":1939,"priority":1123},"prompts/report_template.md",{"path":1941,"priority":1123},"prompts/system.md",{"path":1943,"priority":1123},"prompts/task.md",{"path":1945,"priority":356},"references/compile-commands.md",{"path":1947,"priority":356},"references/detection-strategy.md",{"path":1949,"priority":356},"references/ir-analysis.md",{"path":1951,"priority":356},"references/mcp-analysis.md",{"path":1953,"priority":356},"references/poc-generation.md",{"path":1955,"priority":356},"references/rust-zeroization-patterns.md",{"path":1957,"priority":1123},"tools/analyze_asm.sh",{"path":1959,"priority":1123},"tools/analyze_cfg.py",{"path":1961,"priority":1123},"tools/analyze_heap.sh",{"path":1963,"priority":1123},"tools/analyze_ir_semantic.py",{"path":1965,"priority":1123},"tools/diff_ir.sh",{"path":1967,"priority":1123},"tools/diff_rust_mir.sh",{"path":1969,"priority":1123},"tools/emit_asm.sh",{"path":1971,"priority":1123},"tools/emit_ir.sh",{"path":1973,"priority":1123},"tools/emit_rust_asm.sh",{"path":1975,"priority":1123},"tools/emit_rust_ir.sh",{"path":1977,"priority":1123},"tools/emit_rust_mir.sh",{"path":1979,"priority":1123},"tools/extract_compile_flags.py",{"path":1981,"priority":1123},"tools/generate_poc.py",{"path":1983,"priority":1123},"tools/mcp/apply_confidence_gates.py",{"path":1985,"priority":1123},"tools/mcp/check_mcp.sh",{"path":1987,"priority":1123},"tools/mcp/normalize_mcp_evidence.py",{"path":1989,"priority":1123},"tools/scripts/check_llvm_patterns.py",{"path":1991,"priority":1123},"tools/scripts/check_mir_patterns.py",{"path":1993,"priority":1123},"tools/scripts/check_rust_asm.py",{"path":1995,"priority":1123},"tools/scripts/check_rust_asm_aarch64.py",{"path":1997,"priority":1123},"tools/scripts/check_rust_asm_x86.py",{"path":1999,"priority":1123},"tools/scripts/find_dangerous_apis.py",{"path":2001,"priority":1123},"tools/scripts/semantic_audit.py",{"path":2003,"priority":1123},"tools/track_dataflow.sh",{"path":2005,"priority":1123},"tools/validate_rust_toolchain.sh",{"basePath":428,"installMethods":2007,"rationale":2009,"selectedPaths":2010,"source":343,"sourceLanguage":18,"type":2016},{"pypi":2008},"ct-analyzer","cli ecosystem detected at plugins/constant-time-analysis",[2011,2013,2014],{"path":2012,"priority":337},"pyproject.toml",{"path":339,"priority":337},{"path":2015,"priority":356},"ct_analyzer/analyzer.py","cli",{"sources":2018},[2019],"manual",{"closedIssues90d":251,"description":2021,"forks":252,"license":258,"openIssues90d":253,"pushedAt":254,"readmeSize":249,"stars":255,"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,[230,231,234,232,235,233],{"evaluatedAt":261,"extractAt":306,"updatedAt":261},[],[2032,2063,2093,2122,2142,2171],{"_creationTime":2033,"_id":2034,"community":2035,"display":2036,"identity":2042,"providers":2046,"relations":2056,"tags":2059,"workflow":2060},1778675056600.2393,"k17ct63reqgdem6s75y0b76kn186m8xs",{"reviewCount":8},{"description":2037,"installMethods":2038,"name":2040,"sourceUrl":2041},"Pre-production audit that scans a codebase for security, database, deployment, code quality, AI/LLM, dependency, frontend, and observability issues. Intercepts deploy commands and blocks until critical items pass. Stack-agnostic. Use for \"run ship gate\", \"am I ready to ship\", \"pre-launch audit\", \"can I deploy\", \"push to production\", \"go live checklist\", \"preflight check\". Not for CI/CD setup or infra provisioning.\n",{"claudeCode":2039},"alirezarezvani/claude-skills","ship-gate","https://github.com/alirezarezvani/claude-skills",{"basePath":2043,"githubOwner":2044,"githubRepo":2045,"locale":18,"slug":2040,"type":266},"engineering/skills/ship-gate","alirezarezvani","claude-skills",{"evaluate":2047,"extract":2054},{"promptVersionExtension":223,"promptVersionScoring":224,"score":2048,"tags":2049,"targetMarket":236,"tier":312},100,[233,2050,2051,234,2052,2053],"code-quality","deployment","checklist","devops",{"commitSha":296,"license":2055},"MIT",{"parentExtensionId":2057,"repoId":2058},"k173223hfbd6c4mx6r1jdx23wn86mbpb","kd7ff9s1w43mfyy1n7hf87816186m6px",[234,2052,2050,2051,2053,233],{"evaluatedAt":2061,"extractAt":2062,"updatedAt":2061},1778679066333,1778675056600,{"_creationTime":2064,"_id":2065,"community":2066,"display":2067,"identity":2073,"providers":2077,"relations":2086,"tags":2089,"workflow":2090},1778686547483.5188,"k17c97qrzhndzkxxzj7k0pt3rh86nt0p",{"reviewCount":8},{"description":2068,"installMethods":2069,"name":2071,"sourceUrl":2072},"When the user wants to monitor, triage, or reduce their app's crash rate — including setting up Crashlytics, prioritizing which crashes to fix first, interpreting crash data, and understanding how crashes affect App Store ranking. Use when the user mentions \"crash\", \"crashlytics\", \"crash rate\", \"ANR\", \"app not responding\", \"crash-free sessions\", \"crash-free users\", \"symbolication\", \"stability\", \"firebase crashes\", \"app crashing\", or \"crash report\". For overall analytics setup, see app-analytics.",{"claudeCode":2070},"Eronred/aso-skills","crash-analytics","https://github.com/Eronred/aso-skills",{"basePath":2074,"githubOwner":2075,"githubRepo":2076,"locale":18,"slug":2071,"type":266},"skills/crash-analytics","Eronred","aso-skills",{"evaluate":2078,"extract":2085},{"promptVersionExtension":223,"promptVersionScoring":224,"score":227,"tags":2079,"targetMarket":236,"tier":312},[2080,2081,2082,232,2083,230,2084],"app-store-optimization","mobile-analytics","crash-reporting","ios","debugging",{"commitSha":296},{"parentExtensionId":2087,"repoId":2088},"k1727n4vhgt43pj3y260sxsq3x86m9ew","kd7cmwz9bgzp6ww0emxg8jfez186n7c2",[230,2080,2082,2084,232,2083,2081],{"evaluatedAt":2091,"extractAt":2092,"updatedAt":2091},1778687039013,1778686547483,{"_creationTime":2094,"_id":2095,"community":2096,"display":2097,"identity":2103,"providers":2106,"relations":2115,"tags":2118,"workflow":2119},1778686877119.383,"k174f9m0wt10z0zw0hh8mv85vd86mg27",{"reviewCount":8},{"description":2098,"installMethods":2099,"name":2101,"sourceUrl":2102},"Comprehensive guide for Firebase Remote Config, including template management and SDK usage. Use this skill when the user needs help setting up Remote Config, managing feature flags, or updating app behavior dynamically.",{"claudeCode":2100},"firebase/agent-skills","Firebase Remote Config Basics","https://github.com/firebase/agent-skills",{"basePath":2104,"githubOwner":232,"githubRepo":2023,"locale":18,"slug":2105,"type":266},"skills/firebase-remote-config-basics","firebase-remote-config-basics",{"evaluate":2107,"extract":2113},{"promptVersionExtension":223,"promptVersionScoring":224,"score":309,"tags":2108,"targetMarket":236,"tier":312},[232,2109,2110,2111,2016,2112,230,2083],"remote-config","feature-flags","configuration","sdk",{"commitSha":296,"license":2114},"Apache-2.0",{"parentExtensionId":2116,"repoId":2117},"k178a2mzzjfj94c2c1aqwx96a986ng56","kd7eyv3zk9h3ezarbzv0hn28k586n5r6",[230,2016,2111,2110,232,2083,2109,2112],{"evaluatedAt":2120,"extractAt":2121,"updatedAt":2120},1778687226467,1778686877119,{"_creationTime":2123,"_id":2124,"community":2125,"display":2126,"identity":2130,"providers":2132,"relations":2138,"tags":2139,"workflow":2140},1778686877119.382,"k1748g6n3vm39gnbtmx9rwfg3h86nj7p",{"reviewCount":8},{"description":2127,"installMethods":2128,"name":2129,"sourceUrl":2102},"Comprehensive guide for Firebase Crashlytics, including provisioning and SDK usage. Use this skill when the user needs help setting up Crashlytics, adding crash reporting, or using the Crashlytics SDK in their application.",{"claudeCode":2100},"firebase-crashlytics",{"basePath":2131,"githubOwner":232,"githubRepo":2023,"locale":18,"slug":2129,"type":266},"skills/firebase-crashlytics",{"evaluate":2133,"extract":2137},{"promptVersionExtension":223,"promptVersionScoring":224,"score":309,"tags":2134,"targetMarket":236,"tier":312},[232,2135,230,2083,2136,2084],"crashlytics","sdk-setup",{"commitSha":296},{"parentExtensionId":2116,"repoId":2117},[230,2135,2084,232,2083,2136],{"evaluatedAt":2141,"extractAt":2121,"updatedAt":2141},1778687144084,{"_creationTime":2143,"_id":2144,"community":2145,"display":2146,"identity":2152,"providers":2157,"relations":2165,"tags":2167,"workflow":2168},1778697652123.895,"k179x649dvyg7xswjx2h5a199n86m32x",{"reviewCount":8},{"description":2147,"installMethods":2148,"name":2150,"sourceUrl":2151},"Diagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.",{"claudeCode":2149},"steipete/clawdis","Node Connect","https://github.com/steipete/clawdis",{"basePath":2153,"githubOwner":2154,"githubRepo":2155,"locale":18,"slug":2156,"type":266},"skills/node-connect","steipete","clawdis","node-connect",{"evaluate":2158,"extract":2164},{"promptVersionExtension":223,"promptVersionScoring":224,"score":2048,"tags":2159,"targetMarket":236,"tier":312},[2084,2160,230,2083,2161,2162,2163],"networking","macos","troubleshooting","openclaws",{"commitSha":296,"license":2055},{"repoId":2166},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[230,2084,2083,2161,2160,2163,2162],{"evaluatedAt":2169,"extractAt":2170,"updatedAt":2169},1778698735523,1778697652123,{"_creationTime":2172,"_id":2173,"community":2174,"display":2175,"identity":2181,"providers":2186,"relations":2196,"tags":2199,"workflow":2200},1778686592966.7637,"k17db1b8zcc9msd2bdy6jg8v2n86nhvp",{"reviewCount":8},{"description":2176,"installMethods":2177,"name":2179,"sourceUrl":2180},"Material Design 3- und Android-Plattformrichtlinien. Verwenden Sie dies beim Erstellen von Android-Apps mit Jetpack Compose oder XML-Layouts, bei der Implementierung von Material You, Navigation oder Barrierefreiheit. Löst bei Aufgaben aus, die sich auf Android UI, Compose-Komponenten, dynamische Farben oder die Einhaltung von Material Design beziehen.",{"claudeCode":2178},"ehmo/platform-design-skills","android-design-guidelines","https://github.com/ehmo/platform-design-skills",{"basePath":2182,"githubOwner":2183,"githubRepo":2184,"locale":2185,"slug":230,"type":266},"skills/android","ehmo","platform-design-skills","de",{"evaluate":2187,"extract":2195},{"promptVersionExtension":223,"promptVersionScoring":224,"score":2048,"tags":2188,"targetMarket":236,"tier":312},[230,2189,2190,2191,2192,2193,2194],"jetpack-compose","material-design","ui","guidelines","accessibility","themimg",{"commitSha":296},{"repoId":2197,"translatedFrom":2198},"kd7ecsp5eyakpne8qtk7s9pew986mkn6","k17fy0esfpapfbwdxbpy4xb0v986n5p0",[2193,230,2192,2189,2190,2194,2191],{"evaluatedAt":2201,"extractAt":2202,"updatedAt":2203},1778686415619,1778686396664,1778686592966]