trt-strong-typing-migration

Pass

Audited by Gen Agent Trust Hub on Aug 24, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The scripts/migrate.py tool uses ast.NodeTransformer to rewrite Python code. This is an expected and documented functionality for a code migration skill. It operates locally on user-provided file paths.
  • [COMMAND_EXECUTION]: The scripts/verify.sh script executes shell commands to create a temporary test file and run the Python migrator against it to ensure correctness. It uses mktemp for a safe workspace and contains standard assertion logic.
  • [EXTERNAL_DOWNLOADS]: The skill mentions external dependencies such as nvidia-modelopt, onnx, and onnxruntime. These are official packages from well-known sources (NVIDIA and Microsoft-led ONNX community) required for the primary purpose of the skill.
  • [REMOTE_CODE_EXECUTION]: The skill documents how to run ModelOpt commands (python -m modelopt.onnx.autocast). These are legitimate vendor tools from NVIDIA used for model optimization and do not fetch code from untrusted remote servers.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 24, 2026, 11:34 AM
Security Audit — agent-trust-hub — trt-strong-typing-migration