ptq
Warn
Audited by Gen Agent Trust Hub on Jul 19, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [DYNAMIC_EXECUTION]: The skill uses
importlib.import_moduleto load Python modules based on strings extracted from externalconfig.jsonfiles, creating a risk if the configuration file is compromised. - [REMOTE_CODE_EXECUTION]: Instructions explicitly guide the agent to load models using the
trust_remote_code=Trueflag, which executes arbitrary Python code provided by the model author. - [CREDENTIALS_UNSAFE]: The skill uses and references sensitive credentials, including SSH private keys (
~/.ssh/id_rsa) for remote cluster access andHF_TOKENfor accessing gated datasets. - [COMMAND_EXECUTION]: The skill performs shell command execution locally and on remote SLURM clusters, including job submission and environment inspection using a custom Python launcher.
- [EXTERNAL_DOWNLOADS]: The skill downloads container images from NVIDIA's registry (
nvcr.io), clones source code from Hugging Face's GitHub repositories, and installs various third-party Python packages from PyPI. - [INDIRECT_PROMPT_INJECTION]: The skill ingests and processes untrusted external model metadata and source code (
modeling_*.py), which serves as an attack surface for influencing the agent's behavior via data-driven instructions.
Audit Metadata