apify-competitor-intelligence
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFEDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The skill accesses the
.envsensitive file path to retrieve theAPIFY_TOKEN. This occurs inSKILL.mdvia agrepcommand and inreference/scripts/run_actor.jsby accessingprocess.env.APIFY_TOKEN. The token is used for authenticated requests toapi.apify.com. - [INDIRECT_PROMPT_INJECTION]: The skill processes data from external web sources through various Apify Actors (e.g., social media posts, business reviews).
- Ingestion points:
reference/scripts/run_actor.jsfetches and processes data from the Apify API (api.apify.com). - Boundary markers: None identified in the prompt templates or processing logic.
- Capability inventory: The skill can perform network requests (
fetch), write to the local file system (writeFileSync), and log data to the console. - Sanitization: The script includes a
csvCellfunction to sanitize data against CSV formula injection (e.g., prefixing=,+,@, or-with a single quote) and truncates long text fields. - [COMMAND_EXECUTION]: The skill instructs the user to execute shell commands, including the
mcpcCLI and a local Node.js script (reference/scripts/run_actor.js), which handles actor execution and data exporting.
Audit Metadata