label-training-data
Warn
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill uses
joblib.loadin theactive_learning_pipeline.pyscript to load a pre-trained model.\n - Evidence:
model = joblib.load("models/current_model.pkl")inreferences/EXAMPLES.md.\n - Description: Loading models with
jobliborpicklecan lead to arbitrary code execution if the source file is untrusted or malicious.\n\n- [EXTERNAL_DOWNLOADS]: The skill downloads the Label Studio software and associated Docker images.\n - Evidence:
pip install label-studioanddocker pull heartexlabs/label-studio:latestinSKILL.md.\n - Description: These downloads originate from the official repositories of the Label Studio project.\n\n- [PROMPT_INJECTION]: The skill ingests external datasets for the purpose of labeling, which creates an attack surface for indirect prompt injection.\n
- Ingestion points: Loading data from
data/unlabeled_texts.csvandexports/annotations.jsoninreferences/EXAMPLES.md.\n - Boundary markers: No specific delimiters or safety instructions are used to separate data from system prompts.\n
- Capability inventory: The skill is granted
Bashand file management tools (Read,Write,Edit) inSKILL.md.\n - Sanitization: The provided code does not perform sanitization or validation of the input text content before it is processed or displayed in the labeling interface.
Audit Metadata