cuopt-developer
Pass
Audited by Gen Agent Trust Hub on May 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements strict refusal rules for high-risk operations. It explicitly forbids the execution of
sudo, destructive commands likerm -rf, ad-hoc package installations viapip/conda/apt, and bypassing CI checks with--no-verify. These rules ensure the agent remains within a safe, non-privileged workspace. - [EXTERNAL_DOWNLOADS]: All referenced repositories and domains, such as
github.com/NVIDIA/cuopt.gitanddocs.rapids.ai, are official vendor-controlled or trusted sources. The skill correctly identifies that external scripts (e.g., curl|bash) are a security risk and instructs the agent to refuse them in favor of canonical setup procedures. - [COMMAND_EXECUTION]: The skill utilizes standard development tools including
./build.sh,ctest,pytest,pre-commit, andgit. These are used in a manner consistent with its stated purpose as a developer assistant, with specific guidance on safe usage and mandatory user confirmation for write operations likegit commitorgit push. - [SAFE]: The static detection of code execution patterns in
evals/evals.jsonis a false positive in the context of a security threat. The detectedeval(user_input)string is part of a test case (IDdev-038) designed to verify that the agent correctly identifies and refuses to implement insecure code patterns.
Audit Metadata