# AI/ML/LLM Security

- [What is this AREA?](https://lookbook.cyberjungles.com/ai-ml-llm-security/what-is-this-area.md)
- [Self-Study AI/ML/LLM Roadmap for Security Folks](https://lookbook.cyberjungles.com/ai-ml-llm-security/self-study-ai-ml-llm-roadmap-for-security-folks.md): This roadmap is coming from a security enthusiast who wanted to improve herself in AI/ML/LLM area to discover its security side.
- [AI/ML Dictionary](https://lookbook.cyberjungles.com/ai-ml-llm-security/ai-ml-dictionary.md): While learning all those new terms, I needed to look back occasionally. So, this dictionary is coming from those lookbacks.
- [Generative AI in a Nutshell](https://lookbook.cyberjungles.com/ai-ml-llm-security/generative-ai-in-a-nutshell.md)
- [(WIP) AI/ML/LLM Application Security Testing](https://lookbook.cyberjungles.com/ai-ml-llm-security/wip-ai-ml-llm-application-security-testing.md)
- [(WIP) Offensive Approach for Prompt Injection Attacks](https://lookbook.cyberjungles.com/ai-ml-llm-security/wip-ai-ml-llm-application-security-testing/wip-offensive-approach-for-prompt-injection-attacks.md)
- [Standard Input: Prompt Injection](https://lookbook.cyberjungles.com/ai-ml-llm-security/wip-ai-ml-llm-application-security-testing/standard-input-prompt-injection.md): This blog aims to explain the nature of the prompt injection attacks in LLM-based apps and how a security engineer can approach an LLM-based app for testing.
- [(WIP) Training Issues](https://lookbook.cyberjungles.com/ai-ml-llm-security/wip-ai-ml-llm-application-security-testing/wip-training-issues.md)
- [(WIP) Multi-Modal LLM Application Security Testing](https://lookbook.cyberjungles.com/ai-ml-llm-security/wip-ai-ml-llm-application-security-testing/wip-multi-modal-llm-application-security-testing.md)
- [(WIP) Resources](https://lookbook.cyberjungles.com/ai-ml-llm-security/wip-ai-ml-llm-application-security-testing/wip-resources.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lookbook.cyberjungles.com/ai-ml-llm-security.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
