nvflare-convert-pytorch
Pass
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the nvflare command-line interface to interact with the federated learning ecosystem, including listing and inspecting recipes. It also executes generated Python scripts to validate the conversion process before completion.
- [EXTERNAL_DOWNLOADS]: The workflow involves installing project-specific dependencies via uv pip and potentially downloading datasets from user-provided URLs. These actions are standard requirements for training and validating machine learning models.
- [PROMPT_INJECTION]: The skill processes user-supplied training code and dataset URLs as ingestion points. While explicit boundary markers are limited, the workflow requires auditing model constructor arguments and validating download assumptions. The agent has the capability to write and execute scripts (python job.py) and call the nvflare CLI, and it is instructed to perform local validation and export checks as part of the sanitization process.
Audit Metadata