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