secure-workflow-guide

Apply Trail of Bits' 5-step secure development workflow to Solidity smart contracts.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/mejango/juicy-vision --skill secure-workflow-guide-mejango
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secure-workflow-guide
Source: https://github.com/mejango/juicy-vision/tree/main/.claude/plugins/building-secure-contracts/skills/development-guidelines/secure-workflow-guide
Command: npx skills add https://github.com/mejango/juicy-vision --skill secure-workflow-guide-mejango

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps security teams apply Trail of Bits' 5-step secure development workflow to Solidity smart contracts, enabling consistent security reviews at check-ins, pre-deploy reviews, and audits.

Core Features & Use Cases

  • Step-based workflow execution: automate Slither scans, feature checks, diagram generation, security property documentation, and manual review.
  • Visual and documented outputs: generate diagrams and a robust action plan for fixes and future improvements.
  • Use Case: During CI checks or pre-audit prep, run the workflow to produce an actionable security report and recommendations.

Quick Start

Run the secure-workflow-guide against your codebase to initiate the five-step security workflow and produce an actionable plan.

Frequently Asked Questions about secure-workflow-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply a secure development workflow to Solidity smart contracts?

A secure development workflow for Solidity smart contracts involves automating Slither scans, checking upgradeability and ERC conformance, generating diagrams, and documenting security properties. This Skill applies Trail of Bits' 5-step process to produce actionable findings and visual diagrams.

What is the best way to prepare for a smart contract security audit?

The best way to prepare for a smart contract security audit is running a structured pre-audit workflow. This Skill executes automated Slither checks, token integration checks, and manual review steps to generate a robust action plan for fixes and documentation.

Do I need Slither installed to run automated smart contract security checks?

Yes, you need Slither and related tooling installed to run automated smart contract security checks. The Skill requires Slither to perform automated scans, feature checks, and security property validations during CI check-ins or pre-deployment reviews.

Can I generate visual architecture diagrams for smart contract security reviews?

Yes, you can generate visual architecture diagrams for smart contract security reviews. The Skill produces visual diagrams and documented security properties as part of its five-step workflow, providing a robust output for fixes and future improvements.

When should I run a smart contract security workflow during CI?

You should run a smart contract security workflow during CI check-ins, pre-deployment reviews, and formal security audits. The workflow produces an actionable security report and recommendations by validating upgradeability, ERC conformance, and token integration.