Skip to content

jinnu92/ai-security-field-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Security: The Field Guide to LLMs, Agents, and MCP

OWASP Top 10 for LLMs, Agents, and MCP — A Plain-English Reference with Real-World Examples, Attack Walkthroughs, and Defensive Playbooks.

Overview

This guide provides a comprehensive look at the security landscape for Large Language Models (LLMs), AI Agents, and the Model Context Protocol (MCP).

How to View the Book

Option 1: Live Website (Recommended)

You can view the interactive version of this book at: https://jinnu92.github.io/ai-security-field-guide/ (Replace with your GitHub username once deployed)

Option 2: Local Development

To run the book locally:

  1. Clone this repository:

    git clone https://github.com/your-username/ai-security-book.git
    cd ai-security-book
  2. Create and activate a virtual environment:

    python3 -m venv .venv
    source .venv/bin/activate
  3. Install dependencies:

    pip install -r requirements.txt

    (Note: You may need to create a requirements.txt file if it doesn't exist)

  4. Start the MkDocs server:

    mkdocs serve
  5. Open http://127.0.0.1:8000/ in your browser.

Project Structure

  • docs/: Contains the Markdown source files for the book.
  • mkdocs.yml: Configuration for the MkDocs site and theme.
  • part1-8: Organized chapters covering Foundations, OWASP Top 10s, and Playbooks.

License

This work is licensed under Creative Commons Attribution 4.0 International.

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors