Skip to content

[20260312_DOCS] Trimmed tutorial links to the pages that currently exist in the website docs tree.

Tutorials

Learn Code Scalpel through hands-on tutorials organized by skill level.

Learning Paths

  • Beginner


    New to Code Scalpel? Start here to learn the fundamentals.

    • Understanding MCP tools
    • Basic code analysis
    • Your first extractions
    • Simple security scans

    Start beginner path

  • Intermediate


    Ready for more? Learn advanced analysis and automation.

    • Multi-file analysis
    • Call graph exploration
    • Cross-file security scanning
    • Automated workflows

    Start intermediate path

  • Advanced


    Master Code Scalpel with symbolic execution and custom policies.

    • Symbolic execution deep dive
    • Custom security rules
    • Enterprise compliance
    • Production integration

    Start advanced path

Quick Tutorials

5-Minute Tutorials

15-Minute Tutorials

30-Minute Tutorials

By Use Case

I want to...

Goal Tutorial
Understand unfamiliar code Codebase Exploration
Make safe code changes Update Code Safely
Find security issues Security Scanning
Generate tests Symbolic Execution Deep Dive
Integrate into CI/CD DevOps Integration
Meet compliance requirements Enterprise Deployment

Prerequisites

Before starting tutorials, ensure you have:

  • Code Scalpel installed (Installation Guide)
  • An AI assistant configured (Claude, VS Code Copilot, or Cursor)
  • A Python project to analyze (or use our sample projects)

Sample Projects

Download sample projects to follow along:

# Clone the tutorials repository
git clone https://github.com/codescalpel/tutorials.git

# Each tutorial has its own folder
cd tutorials/beginner/sample-project

Getting Help