# Auditor

> NeMo Platform auditor playbook for audit target and config CRUD through the platform SDK. Use when the task involves audit targets, audit configs, or probes.

- Skill: `nvidia-nemo/auditor-4` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nvidia-nemo/auditor-4`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nvidia-nemo/auditor-4/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: NVIDIA NeMo (https://skillmd.com/u/nvidia-nemo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nvidia-nemo/auditor-4

---

Auditor tasks

- Use `nemo_api` with `audit.targets` for target CRUD and `audit.configs`
  for config CRUD.
- Use the standard SDK actions: `create`, `list`, `retrieve`, `update`, and
  `delete`.
- Pass the target or config fields as compact JSON in `params`.
- For config create, prefer minimal valid JSON:
  - `plugins`: `{"probe_spec":"dan.AutoDANCached"}` (or requested probe)
  - `reporting`: `{}`
  - `run`: `{}`
  - `system`: `{"lite": true}`
- Follow full lifecycle: create temp resource, verify/list/update/delete, then create final verification resource.

