claudeindex
Marketplace

trailofbits

Claude Code plugins from Trail of Bits for enhanced AI-assisted security analysis and development

Stars

3,563

Forks

288

Plugins

36

Installation

1

Add the marketplace

/plugin marketplace add trailofbits/skills
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

36

Plugins

0

Skills

0

Agents

Last Crawled

March 15, 2026

Plugins

Plugin

fp-check

Systematic false positive verification for security bug analysis with mandatory gate reviews

Plugin

seatbelt-sandboxer

Generate minimal macOS Seatbelt sandbox configurations for applications

Plugin

supply-chain-risk-auditor

Audit supply-chain threat landscape of project dependencies for exploitation or takeover risk

Plugin

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.

Plugin

zeroize-audit

Detects missing or compiler-optimized zeroization of sensitive data with assembly and control-flow analysis

Plugin

agentic-actions-auditor

Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations (Claude Code Action, Gemini CLI, OpenAI Codex, GitHub AI Inference)

Plugin

skill-improver

Automatically reviews and fixes Claude Code skills through iterative refinement until they meet quality standards. Requires plugin-dev plugin.

Plugin

workflow-skill-design

Teaches design patterns for workflow-based Claude Code skills and provides a review agent for auditing existing skills

Plugin

claude-in-chrome-troubleshooting

Diagnose and fix Claude in Chrome MCP extension connectivity issues

Plugin

debug-buttercup

Debug Buttercup Kubernetes deployments

Plugin

devcontainer-setup

Create pre-configured devcontainers with Claude Code and language-specific tooling

Plugin

gh-cli

Intercepts GitHub URL fetches and curl/wget commands, redirecting to the authenticated gh CLI.

Plugin

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.

Plugin

git-cleanup

Safely analyzes and cleans up local git branches and worktrees by categorizing them as merged, squash-merged, superseded, or active work.

Plugin

yara-authoring

YARA-X detection rule authoring with linting and quality analysis

Plugin

insecure-defaults

Detects insecure default configurations including hardcoded credentials, fallback secrets, weak authentication defaults, and dangerous values in production

Plugin

modern-python

Modern Python best practices. Use when creating new Python projects, and writing Python scripts, or migrating existing projects from legacy tools.

Plugin

ask-questions-if-underspecified

Clarify ambiguous requirements by asking questions before implementing. Only when invoked explicitly.

Plugin

audit-context-building

Build deep architectural context through ultra-granular code analysis before vulnerability hunting

Plugin

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.

Plugin

burpsuite-project-parser

Search and extract data from Burp Suite project files (.burp) for security analysis

Plugin

constant-time-analysis

Detect compiler-induced timing side-channels in cryptographic code

Plugin

culture-index

Interprets Culture Index survey results for individuals and teams

Plugin

differential-review

Security-focused differential review of code changes with git history analysis and blast radius estimation

Plugin

dwarf-expert

Interact with and understand the DWARF debugging format

Plugin

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.

Plugin

fix-review

Verify fix commits address audit findings without introducing bugs

Plugin

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.

Plugin

property-based-testing

Property-based testing guidance for multiple languages and smart contracts

Plugin

semgrep-rule-creator

Create custom Semgrep rules for detecting bug patterns and security vulnerabilities

Plugin

semgrep-rule-variant-creator

Creates language variants of existing Semgrep rules with proper applicability analysis and test-driven validation

Plugin

sharp-edges

Identify error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes

Plugin

static-analysis

Static analysis toolkit with CodeQL, Semgrep, and SARIF parsing for security vulnerability detection

Plugin

spec-to-code-compliance

Specification-to-code compliance checker for blockchain audits with evidence-based alignment analysis

Plugin

testing-handbook-skills

Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)

Plugin

variant-analysis

Find similar vulnerabilities and bugs across codebases using pattern-based analysis