claudeindex
trailofbits's avatar
Author

Trail of Bits

@trailofbits
2
Marketplaces
64
Plugins
0
Skills
0
Agents
0
Commands

Marketplaces

Marketplace

skills-curated

Curated, community-vetted Claude Code plugins reviewed for quality and safety

Plugins:28
Skills:0
272
13
Marketplace

trailofbits

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

Plugins:36
Skills:0
3,563
288

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

security-awareness

Teaches agents to recognize and avoid security threats during normal activity. Covers phishing detection, credential protection, domain verification, and social engineering defense.

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

humanizer

Remove signs of AI-generated writing from text. Detects and fixes inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

Plugin

skill-extractor

Extract reusable skills from work sessions. Manual invocation only - no hooks, no noise.

Plugin

planning-with-files

File-based planning with persistent markdown files for complex multi-step tasks

Plugin

ffuf-web-fuzzing

Expert guidance for ffuf web fuzzing during authorized penetration testing, including authenticated fuzzing, auto-calibration, and result analysis

Plugin

wooyun-legacy

Web vulnerability testing methodology distilled from 88,636 real-world cases from the WooYun vulnerability database (2010-2016)

Plugin

openai-cloudflare-deploy

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare. Originally from OpenAI's curated skills catalog.

Plugin

openai-develop-web-game

Use when the agent is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text. Originally from OpenAI's curated skills catalog.

Plugin

openai-doc

Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks. Originally from OpenAI's curated skills catalog.

Plugin

openai-gh-address-comments

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in. Originally from OpenAI's curated skills catalog.

Plugin

openai-gh-fix-ci

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL. Originally from OpenAI's curated skills catalog.

Plugin

openai-jupyter-notebook

Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook. Originally from OpenAI's curated skills catalog.

Plugin

openai-netlify-deploy

Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys. Originally from OpenAI's curated skills catalog.

Plugin

openai-pdf

Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction. Originally from OpenAI's curated skills catalog.

Plugin

openai-playwright

Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script. Originally from OpenAI's curated skills catalog.

Plugin

openai-screenshot

Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed. Originally from OpenAI's curated skills catalog.

Plugin

openai-security-best-practices

Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks. Originally from OpenAI's curated skills catalog.

Plugin

openai-security-ownership-map

Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do not trigger for general maintainer lists or non-security ownership questions. Originally from OpenAI's curated skills catalog.

Plugin

openai-security-threat-model

Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations, and writes a concise Markdown threat model. Trigger only when the user explicitly asks to threat model a codebase or path, enumerate threats/abuse paths, or perform AppSec threat modeling. Do not trigger for general architecture summaries, code review, or non-security design work. Originally from OpenAI's curated skills catalog.

Plugin

openai-sentry

Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`. Originally from OpenAI's curated skills catalog.

Plugin

openai-spreadsheet

Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (`.xlsx`, `.csv`, `.tsv`) using Python (`openpyxl`, `pandas`), especially when formulas, references, and formatting need to be preserved and verified. Originally from OpenAI's curated skills catalog.

Plugin

openai-yeet

Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`). Originally from OpenAI's curated skills catalog.

Plugin

ghidra-headless

Reverse engineer binaries using Ghidra's headless analyzer. Decompile executables, extract functions, strings, symbols, and analyze call graphs without GUI.

Plugin

last30days

Researches any topic from the last 30 days across Reddit, X, and the web, surfacing real community discussions with engagement metrics

Plugin

x-research

Searches X/Twitter for real-time perspectives, dev discussions, product feedback, breaking news, and expert opinions using the X API v2

Plugin

scv-scan

Audits Solidity codebases for smart contract vulnerabilities using a four-phase workflow covering 36 vulnerability classes.

Plugin

react-pdf

Generates PDF documents using React-PDF library (@react-pdf/renderer) with flexbox layout, SVG graphics, custom fonts, and professional typesetting.

Plugin

python-code-simplifier

Simplifies and refines Python code for clarity, consistency, and maintainability while preserving all functionality.

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