tribe-v2-agent-alignment
Warn
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/align_encoder.pyinvokes several HuggingFace model loading methods (e.g.,AutoTokenizer.from_pretrained,AutoModel.from_pretrained, andAutoFeatureExtractor.from_pretrained) with thetrust_remote_code=Trueparameter enabled. This configuration allows for the execution of arbitrary code defined within a model's repository. While common for certain model architectures, it creates a potential vulnerability if the agent is instructed to benchmark untrusted or malicious model IDs. - [EXTERNAL_DOWNLOADS]: The skill requires the installation of several external Python dependencies, including
tribev2,transformers,torch,scikit-learn,numpy,opencv-python-headless, andsoundfile. Furthermore, the workflow involves downloading large model weights (approximately 10 GB) from HuggingFace repositories, specificallyfacebook/tribev2. - [COMMAND_EXECUTION]: The
SKILL.mdfile and integration documentation provide multiple shell command examples for the agent to execute, including dependency installation viapipand the execution of the Python benchmarking script. This functional pattern assumes the agent has shell access and relies on the integrity of the provided command-line arguments. - [DATA_EXFILTRATION]: The script
scripts/align_encoder.pyis designed to read files from a user-specified stimulus directory (--stimulus-dir). While intended for processing text, video, and audio data for alignment scoring, this functionality involves accessing and reading local filesystem content, which could be targeted for unauthorized data access if stimulus paths are not properly constrained.
Audit Metadata