guidelines-advisor

Analyze smart contract codebases against Trail of Bits' development guidelines.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/fjor1025/InfoSec-Framework --skill guidelines-advisor-fjor1025
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: guidelines-advisor
Source: https://github.com/fjor1025/InfoSec-Framework/tree/main/ClaudeSkills/plugins/building-secure-contracts/skills/guidelines-advisor
Command: npx skills add https://github.com/fjor1025/InfoSec-Framework --skill guidelines-advisor-fjor1025

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of ensuring smart contracts adhere to best practices and security guidelines, reducing vulnerabilities and improving code quality.

Core Features & Use Cases

  • Codebase Analysis: Systematically reviews smart contract code against established development guidelines.
  • Actionable Recommendations: Provides prioritized suggestions for documentation, architecture, implementation, and testing.
  • Use Case: A development team can use this Skill to get a comprehensive security and quality review of their new smart contract before deployment, identifying potential pitfalls and areas for improvement.

Quick Start

Use the guidelines-advisor skill to analyze the codebase in the current directory.

Frequently Asked Questions about guidelines-advisor

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

FAQPage Schema
How do I audit smart contract code against development guidelines?

Smart contract security audits using development guidelines review your codebase against Trail of Bits best practices. This Skill systematically analyzes code to identify common pitfalls, upgradeability issues, and dependency risks while providing actionable implementation recommendations.

Can I use this to review Solidity, Rust, and Cairo smart contracts?

Yes, this Skill supports analyzing Solidity, Rust, and Cairo smart contracts. It utilizes tools like Slither where available to systematically review your codebase against Trail of Bits development guidelines and identify common pitfalls, upgradeability issues, and dependency risks.

What smart contract vulnerabilities does a Trail of Bits guidelines review identify?

A Trail of Bits guidelines review identifies common pitfalls, upgradeability issues, and dependency risks in smart contracts. It analyzes your codebase to provide comprehensive recommendations across documentation, architecture, implementation, and testing to reduce vulnerabilities and improve code quality.

How do I get architecture and testing recommendations for my smart contract codebase?

To get architecture and testing recommendations for your smart contract codebase, run the Skill in your current directory. It analyzes your code against established guidelines and outputs prioritized suggestions for documentation, architecture, implementation, and testing.

Does this guidelines advisor require Slither to run a security audit?

No, Slither is not required to run a smart contract security audit with the guidelines advisor. The Skill utilizes Slither where available to enhance the analysis, but it independently reviews your codebase against Trail of Bits guidelines to identify pitfalls and dependency risks.