claudeindex
Marketplace

trailofbits

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

Stars

4,294

Forks

379

Plugins

38

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

38

Plugins

0

Skills

0

Agents

Last Crawled

April 5, 2026

Plugins

Plugin

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.

Plugin

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.

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

claude-in-chrome-troubleshooting

Diagnose and fix Claude in Chrome MCP extension connectivity issues

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

debug-buttercup

Debug Buttercup Kubernetes deployments

Plugin

devcontainer-setup

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

Plugin

differential-review

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

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

gh-cli

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

Plugin

dwarf-expert

Interact with and understand the DWARF debugging format

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

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

insecure-defaults

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

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

yara-authoring

YARA-X detection rule authoring with linting and quality analysis

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

workflow-skill-design

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

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

zeroize-audit

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

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

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

fp-check

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

Plugin

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.