nemo-gym-debugging
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill provides diagnostic documentation and scripts tailored for NVIDIA's Nemo Gym framework. The tools are designed to assist developers in identifying common failures in infrastructure, model serving, and data schemas.
- [COMMAND_EXECUTION]: The
references/diagnostic-snippets.mdfile contains various shell commands and Python snippets that execute locally to analyze logs and summarize dataset files. These snippets use standard system utilities likeripgrep,wc, andfindfor read-only diagnostics. - [SAFE]: The
scripts/check_tool_call_jsonl.pyutility provides static validation of JSONL datasets. It operates entirely on local files and uses Python's standard library to perform schema checks without external network calls or sensitive data access.
Audit Metadata