> For the complete documentation index, see [llms.txt](https://handbook.harmonic.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.harmonic.security/ai-security-handbook.md).

# AI Security Handbook

*Last reviewed: July 22, 2026*

## Most popular articles and tools

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-box" style="color:$primary;">:box:</i></h3></td><td><strong>What is an AI sandbox</strong></td><td>Internal handbook article on what sandboxes control, where they stop, and how to test the boundary.</td><td></td></tr><tr><td><h3><i class="fa-route" style="color:$primary;">:route:</i></h3></td><td><strong>Navigating OTel</strong></td><td>Internal handbook article on AI runtime visibility, telemetry pipelines, redaction, and investigations.</td><td></td></tr><tr><td><h3><i class="fa-code-branch" style="color:$primary;">:code-branch:</i></h3></td><td><strong>Navigating Hooks</strong></td><td>Internal handbook article on lifecycle hooks, control points, logging, and supply-chain risk.</td><td></td></tr><tr><td><h3><i class="fa-arrow-up-right-from-square" style="color:$primary;">:arrow-up-right-from-square:</i></h3></td><td><strong>Auditing your Claude</strong></td><td>External resource: open-source tool for inspecting Claude Desktop usage and local configuration risk.</td><td><a href="https://github.com/HarmonicSecurity/claudit-sec">https://github.com/HarmonicSecurity/claudit-sec</a></td></tr><tr><td><h3><i class="fa-arrow-up-right-from-square" style="color:$primary;">:arrow-up-right-from-square:</i></h3></td><td><strong>Securing ChatGPT Work</strong></td><td>External resource: practitioner guide for managed rollout, data controls, sandboxing, and evidence.</td><td><a href="https://www.harmonic.security/resources/securing-chatgpt-work-a-practitioners-guide">https://www.harmonic.security/resources/securing-chatgpt-work-a-practitioners-guide</a></td></tr><tr><td><h3><i class="fa-arrow-up-right-from-square" style="color:$primary;">:arrow-up-right-from-square:</i></h3></td><td><strong>Securing Cowork</strong></td><td>External resource: practitioner guide to Claude Cowork controls, OTel, prompts, connectors, and rollout.</td><td><a href="https://www.harmonic.security/resources/securing-claude-cowork-a-security-practitioners-guide">https://www.harmonic.security/resources/securing-claude-cowork-a-security-practitioners-guide</a></td></tr></tbody></table>

## Maintained vendor coverage

The product profiles currently maintained in this handbook cover Anthropic and OpenAI. Other vendors should remain outside the published navigation until their profiles contain current, source-backed security configuration guidance.

## Related handbook guidance

* What is AI security?
* Vendor-neutral AI security control matrix
* AI security team checklist
* AI security glossary


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://handbook.harmonic.security/ai-security-handbook.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
