secure-workflow-guide

by trailofbits 6.6k CC-BY-SA-4.0 Updated Aug 18, 2026
secure-workflow-guide skill by trailofbits
secure-workflow-guide — Security skill by trailofbits

secure-workflow-guide is an open-source security skill for Claude Code and compatible agents, published by trailofbits. Its author describes it as: “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 secu…”. The project has 6.6k stars on GitHub and is available under the CC-BY-SA-4.0 license. Add it to your setup with `/plugin marketplace add trailofbits/skills`.

What secure-workflow-guide does

Guides through Trail of Bits' secure development workflow - a 5-step process to enhance smart contract security throughout development.

Installation

Add secure-workflow-guide to your agent with:

/plugin marketplace add trailofbits/skills

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for secure-workflow-guide is organised into these sections:

  • Purpose
  • The 5-Step Workflow
  • Step 1: Check for Known Security Issues
  • Step 2: Check Special Features
  • Step 3: Visual Security Inspection
  • Step 4: Document Security Properties
  • Step 5: Manual Review Areas
  • How I Work
  • Rationalizations (Do Not Skip)
  • Example Output
  • What You'll Get
  • Getting Help

When to use it

Reach for secure-workflow-guide when you want security help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear CC-BY-SA-4.0 license — safe to read and adapt
  • Ships in trailofbits/skills, an established project with 6,646 GitHub stars
  • Actively maintained (recent commits)

Topics

agent-skills

Frequently asked questions

What does secure-workflow-guide do?
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.
How do I install secure-workflow-guide?
Run /plugin marketplace add trailofbits/skills in your agent, then reload your skills. Review the source at https://github.com/trailofbits/skills before installing.
Is secure-workflow-guide free to use?
Yes. secure-workflow-guide is free and open source under the CC-BY-SA-4.0 license, so you can read, run, and adapt it within that license's terms.
Where does secure-workflow-guide come from?
secure-workflow-guide ships inside trailofbits/skills, a repository that contains 41 catalogued skills in total. The repository's 6,646 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Security →

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.

6.6k trailofbits CC-BY-SA-4.0

Understand a codebase before looking for bugs in it - what each function assumes, what it guarantees, and what it depends on elsewhere. Use when starting an audit, threat model, or architecture review on unfamiliar code, and before any vulnerability-hunting pass.

6.6k trailofbits CC-BY-SA-4.0

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).

6.6k trailofbits CC-BY-SA-4.0

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).

6.6k trailofbits CC-BY-SA-4.0

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.

6.6k trailofbits CC-BY-SA-4.0