Label Studio Setup

Pass

Audited by Gen Agent Trust Hub on Feb 23, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill instructs the user to pull the official Label Studio Docker image and install relevant Python packages from the public PyPI registry.
  • Evidence: 'docker pull heartexlabs/label-studio:latest' in SKILL.md.
  • Evidence: 'pip install label-studio' and 'pip install label-studio-sdk' in SKILL.md.
  • [CREDENTIALS_UNSAFE]: The documentation uses generic placeholders for passwords and API keys in its configuration and code examples.
  • Evidence: 'POSTGRE_PASSWORD=labelstudio' and 'LABEL_STUDIO_PASSWORD=admin' in the Docker Compose example.
  • Evidence: 'API_KEY = "your-api-key-here"' in the SDK usage examples.
  • [COMMAND_EXECUTION]: Provides standard instructions for local service management and system administration.
  • Evidence: Use of 'sudo systemctl' to enable and start the Label Studio service on a Linux host.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 23, 2026, 04:56 PM