Trail of Bits claude-code-config banner
trailofbits trailofbits

Trail of Bits claude-code-config

Security community intermediate

Description

Opinionated defaults, documentation, and workflows for Claude Code at Trail of Bits. Covers sandboxing, permissions, hooks, skills, MCP servers, and usage patterns we've found effective across security audits, development, and research.

Installation

Terminal
claude install-skill https://github.com/trailofbits/claude-code-config

README

Trail of Bits Claude Code Config

Opinionated defaults, documentation, and workflows for Claude Code at Trail of Bits. Covers sandboxing, permissions, hooks, skills, MCP servers, and usage patterns we've found effective across security audits, development, and research.

Also see: [skills](https://github.com/trailofbits/skills) · [skills-curated](https://github.com/trailofbits/skills-curated) · [claude-code-devcontainer](https://github.com/trailofbits/claude-code-devcontainer) · [dropkit](https://github.com/trailofbits/dropkit)

**First-time setup:**

git clone https://github.com/trailofbits/claude-code-config.git
cd claude-code-config
claude

Then inside the session, run `/trailofbits:config`. It walks you through installing each component, detects what you already have, and self-installs the command so future runs work from any directory. Run `/trailofbits:config` again after updates.

Contents

**[Getting Started](#getting-started)**

    undefined

**[Configuration](#configuration)**

    undefined

**[Usage](#usage)**

    undefined

Getting Started

Read These First

Before configuring anything, read these to understand the context for why this setup works the way it does:

...