finding-tiktok-ugc-creators-for-brands
Warn
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: MEDIUMDYNAMIC_EXECUTIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [DYNAMIC_EXECUTION]: The skill accepts a
customMapFunctionparameter described as a "JavaScript function to transform each output object," which can lead to arbitrary code execution if the underlying actor processes this string usingeval()or similar mechanisms. - [COMMAND_EXECUTION]: The documentation instructs the agent to execute shell commands using
node scripts/run_actor.jsandcurlto interact with the Apify API. While the script itself is not provided in the snippet, invoking external scripts with arguments provided in the instructions is a common vector for command injection. - [CREDENTIALS_UNSAFE]: The skill requires the
APIFY_TOKENenvironment variable to be set. While it follows the safe practice of using environment variables instead of hardcoding, the presence of shell commands (curl) that explicitly include the token in the URL (token=$APIFY_TOKEN) increases the risk of credential exposure in command history or logs.
Audit Metadata