tribev2-brain-encoding
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads model weights from a trusted organization's repository on HuggingFace.
- Evidence: Loads model using
TribeModel.from_pretrained("facebook/tribev2"). - Context: Downloading from the 'facebook' (Meta) organization on HuggingFace is a standard and safe operation for foundation models.
- [COMMAND_EXECUTION]: The skill provides instructions for standard environment configuration and job submission.
- Evidence: Commands like
pip install -e .andhuggingface-cli loginare routine for setting up Python projects and authenticating with AI platforms. - Evidence: Environment variables for Slurm (
SLURM_PARTITION) are standard for high-performance computing research environments. - [DATA_EXFILTRATION]: No unauthorized data access or external transmission vectors were found.
- Context: The authentication process mentioned is the official standard for accessing gated models like LLaMA and does not involve credential harvesting.
Audit Metadata