tiktok-search
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFEDATA_EXFILTRATIONPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The skill accesses the sensitive file
~/.gooseworks/credentials.jsonto retrieve authentication tokens. - Evidence: Uses a
python3command to readapi_keyandapi_basefrom the home directory to set environment variables for subsequent API calls. - [PROMPT_INJECTION]: The skill ingests untrusted data from TikTok, creating an indirect prompt injection surface where malicious instructions could be embedded in user-controlled content.
- Ingestion points: TikTok profile bios, video titles, descriptions, and hashtag search results retrieved from
api.gooseworks.aiorapi.orth.sh. - Boundary markers: Absent; there are no instructions to use delimiters or ignore embedded instructions when processing the external data.
- Capability inventory: The skill can perform network requests using
curland execute shell commands. - Sanitization: Absent; no validation or escaping of the external content is performed before it is added to the agent context.
- [COMMAND_EXECUTION]: The skill executes shell environment exports and
python3one-liners during setup to parse configuration files.
Audit Metadata