ai-for-science-generator

Pass

Audited by Gen Agent Trust Hub on Mar 28, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [SAFE]: The skill focuses on the legitimate technical task of migrating the GENERator DNA sequence model to Ascend NPUs. All instructions and scripts are consistent with this purpose.
  • [EXTERNAL_DOWNLOADS]: The skill configures Python's package manager to use the Huawei Cloud repository (https://repo.huaweicloud.com/repository/pypi/simple/) for downloading necessary libraries, which is a trusted infrastructure provider for the target hardware environment.
  • [COMMAND_EXECUTION]: Instructions include standard shell commands for environment initialization, conda environment management, and execution of model verification scripts. These are standard operations for ML model deployment.
  • [REMOTE_CODE_EXECUTION]: In SKILL.md, the model loading snippet uses trust_remote_code=True. While this allows the execution of code from the model's repository on HuggingFace, it is a routine requirement for many custom model architectures within the Transformers ecosystem.
  • [REMOTE_CODE_EXECUTION]: The validation script scripts/validate_generator_env.py uses importlib.import_module() to verify that necessary dependencies are installed. These dynamic imports are restricted to a predefined list of standard AI and data processing libraries.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 28, 2026, 02:16 AM
Security Audit — agent-trust-hub — ai-for-science-generator