ai-for-science-tf-to-pytorch
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill contains no instructions aimed at bypassing safety filters or overriding agent behavior. The content is strictly technical and focused on model migration.
- [DATA_EXFILTRATION]: No network operations, hardcoded credentials, or access to sensitive file paths (such as .ssh or .aws) were found. The skill operates locally on model weights and validation arrays.
- [REMOTE_CODE_EXECUTION]: There are no patterns involving the download and execution of remote scripts or unverified packages.
- [OBFUSCATION]: All instructions and code are provided in clear text without any encoding, hidden characters, or homoglyph substitutions.
- [COMMAND_EXECUTION]: The skill includes a Python script
scripts/compare_arrays.pywhich uses standard libraries (numpy) for numerical comparison. It does not perform any dangerous system calls or arbitrary command execution. - [DYNAMIC_EXECUTION]: The Python script uses
np.loadto read validation data. Whilenp.loadcan be a deserialization vector ifallow_pickleis enabled, the script uses the default settings (which default toallow_pickle=Falsein modern NumPy), and it targets local data files provided by the user for comparison purposes.
Audit Metadata