auditor

Manage audit configurations, targets, and jobs for LLM inference endpoint vulnerability scanning.

58|16|Updated May 14, 2026
One-click install
npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill auditor-nvidia-nemo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auditor
Source: https://github.com/NVIDIA-NeMo/nemo-platform/tree/main/plugins/nemo-auditor/src/nemo_auditor/skills/auditor
Command: npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill auditor-nvidia-nemo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the complexity of securing AI agents by providing a standardized interface for managing audit configurations, targets, and jobs to identify vulnerabilities.

Core Features & Use Cases

  • Audit Configuration Management: Define and manage probe specifications like AutoDANCached to test model robustness.
  • Target Deployment: Easily register and manage various inference endpoints including NIM and OpenAI models for auditing.
  • Job Execution: Run or submit audit jobs locally or to a cluster to perform automated vulnerability scanning.
  • Use Case: Security engineers can use this to systematically probe a new LLM deployment for jailbreak vulnerabilities before moving it to production.

Quick Start

Use the auditor skill to create a new audit configuration named security-check with the AutoDANCached probe specification.

Frequently Asked Questions about auditor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate LLM vulnerability scanning for production inference endpoints?

Automate LLM vulnerability scanning by configuring audit jobs that systematically test inference endpoints against adversarial probes. This skill manages audit configurations, registers targets like NIM or OpenAI models, and executes jobs to evaluate model robustness for production AI safety.

What is the best way to test LLM robustness against jailbreak vulnerabilities before deployment?

Testing LLM robustness against jailbreaks involves using probe specifications like AutoDANCached within an audit configuration. Security engineers can run these automated vulnerability scanning jobs locally or on a cluster to identify jailbreak vulnerabilities before moving models to production.

Can I audit OpenAI and NIM models using the same vulnerability scanning configuration?

Yes, you can audit OpenAI and NIM models using the same workflow. The target deployment feature allows you to register and manage various inference endpoints, enabling systematic vulnerability scanning across different model architectures using standardized audit configurations.

How do I run automated security audits on a cluster instead of locally?

To run automated security audits on a cluster, use the job execution feature to submit audit jobs remotely. This facilitates production-grade AI safety testing by allowing you to execute vulnerability scanning workflows across distributed computing environments rather than just local execution.

What are adversarial probes in LLM security auditing?

Adversarial probes in LLM security auditing are standardized test specifications, such as AutoDANCached, used to evaluate model robustness. They systematically query inference endpoints to identify potential vulnerabilities and ensure compliance with security benchmarks before production deployment.

Does the auditor skill support compliance testing for AI agents?

Yes, the auditor skill supports compliance testing by providing a standardized interface for managing audit configurations and jobs. It systematically tests AI agents against security benchmarks to identify vulnerabilities, ensuring production deployments meet required safety and compliance standards.