together-dedicated-containers
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs users to install the
togetherSDK and thesprocketworker framework. Whilesprocketis fetched from a custom index (https://pypi.together.ai/), this is the official repository for Together AI, a well-known technology provider. - [COMMAND_EXECUTION]: The
jigCLI documentation includes commands for building and deploying Docker containers (jig build,jig deploy). This is the primary intended functionality of the skill for managing dedicated container runtimes. - [DATA_EXFILTRATION]: Communication is restricted to official Together AI endpoints (
api.together.ai,registry.together.xyz) for API operations and image storage. Standard placeholders forTOGETHER_API_KEYare used in documentation and scripts. - [PROMPT_INJECTION]: Instructions in
SKILL.mdare focused on steering the agent toward the correct Together AI service based on user needs (containers vs. serverless endpoints) and do not attempt to bypass safety filters or override system constraints. - [REMOTE_CODE_EXECUTION]: Documentation for
pyproject.tomlillustrates how to include build-time commands (e.g.,pip install torch) and runtime startup commands (cmd = "python app.py --queue"). These are standard configuration patterns for containerized applications.
Audit Metadata