apify-competitor-intelligence
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill guides the user to perform shell operations using
nodeand themcpcCLI to interact with the Apify API. - [DATA_EXFILTRATION]: The
run_actor.jsscript includes theAPIFY_TOKENas a query parameter in requests toapi.apify.com. This is a standard integration method for this service, though it results in credentials appearing in the request URL. - [SAFE]: The script implements a security check in the
csvCellfunction to prevent CSV Formula Injection (Excel Injection) by prefixing potentially dangerous leading characters with a single quote. - [PROMPT_INJECTION]: The skill processes untrusted data from social media and web platforms, which presents a surface for indirect prompt injection.
- Ingestion points: External data is retrieved via Apify Actors in
run_actor.jsand displayed or saved to files. - Boundary markers: The skill lacks explicit delimiters or instructions to the agent to disregard instructions within the scraped content.
- Capability inventory: The skill has the ability to write to the file system and perform network requests to the Apify API.
- Sanitization: The script performs structural sanitization for CSV files but does not filter the content for adversarial natural language patterns.
Audit Metadata