nvidia-cuopt-developer
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a set of non-negotiable Refusal Rules that strictly prohibit the agent from performing potentially dangerous tasks, including system-wide package installations, bypassing CI/pre-commit checks, modifying files outside the repository (e.g., shell profiles), executing destructive commands like
rm -rforgit reset --hard, and using elevated privileges viasudo.\n- [PROMPT_INJECTION]: The skill is hardened against instruction override attempts. It includes 40+ evaluation scenarios inevals/evals.jsonthat specifically test and confirm the agent's refusal to follow malicious prompts, such as instructions to download and pipe scripts from untrusted domains to a shell or to incorporate unsafeeval()calls into the codebase.\n- [COMMAND_EXECUTION]: Execution of commands is strictly limited to project-specific development tasks like building the project (./build.sh), running test suites (pytest,ctest), and managing git state within a local fork. The skill explicitly requires the agent to seek user confirmation before any write operations, such as commits or pushes.\n- [REMOTE_CODE_EXECUTION]: A high-severity static analysis alert forevalwith user input was determined to be a false positive. The pattern appears in a defensive evaluation test case (dev-038) designed to ensure the agent rejects such implementations, rather than as an instruction for the agent to follow.\n- [EXTERNAL_DOWNLOADS]: The skill references established development infrastructure, including NVIDIA's GitHub repositories and RAPIDS documentation. It includes specific defensive rules that block the downloading and execution of scripts from arbitrary or untrusted external URLs.
Audit Metadata