building-full-social-audit-for-brand
Warn
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: MEDIUMDYNAMIC_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [DYNAMIC_EXECUTION]: The skill accepts a
customMapFunctioninput parameter, described as a JavaScript function to transform output objects. This allows the execution of arbitrary JavaScript code provided as input. - [EXTERNAL_DOWNLOADS]: The skill is designed to interact with external services, specifically fetching data from Apify's API (
api.apify.com) and executing actors from theapidojonamespace on the Apify platform. - [COMMAND_EXECUTION]: The instructions include bash commands using
nodeto execute local scripts (scripts/run_actor.js) andcurlfor making REST API calls. While these are for the skill's primary purpose, they involve shell-level operations. - [CREDENTIALS_UNSAFE]: The skill relies on an
APIFY_TOKENenvironment variable. While it recommends using environment variables or a.envfile (standard security practice), the workflow involves handling sensitive API credentials which could be exposed if the environment is compromised.
Audit Metadata