world-labs-api
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [Data Exposure & Exfiltration] (LOW): The skill performs network operations to
api.worldlabs.aiandstorage.googleapis.comwhich are not on the predefined whitelist for data exfiltration analysis. These calls are essential for the skill's primary purpose of API integration. - Evidence: Multiple
curlexamples and a Pythonrequestsscript targethttps://api.worldlabs.ai/marble/v1andhttps://storage.googleapis.com/. - [Indirect Prompt Injection] (LOW): The skill accepts user-provided text prompts and interpolates them directly into API requests, creating a surface for indirect prompt injection if the external service processes these inputs without further validation.
- Ingestion points:
world_promptinSKILL.mdand thepromptargument in the Pythongenerate_worldfunction. - Boundary markers: None detected; instructions are directly placed in the JSON body.
- Capability inventory:
Bash(curl) andWebFetchare authorized tools used to transmit this data. - Sanitization: No sanitization or escaping of the user-provided prompt is performed before interpolation.
- [Command Execution] (LOW): The skill documentation provides and encourages the use of
Bashandcurlfor interacting with the remote API, which is a standard but powerful capability. - Evidence: The
allowed-toolssection includesBashand the body contains severalcurlcommand templates.
Audit Metadata