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