apify-actorization
Warn
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The file
references/cli-actorization.mdincludes aDockerfileexample that executes a remote shell script usingcurl ... | shto install theubiutility. This installation method uses a non-trusted source (houseabsolute/ubi) and is a high-risk execution pattern during container builds.\n- [REMOTE_CODE_EXECUTION]: The inclusion of thecurl | shpattern in the documentation directly contradicts the explicit security advice inSKILL.md, which warns users against installing software via piping remote scripts to a shell.\n- [PROMPT_INJECTION]: The skill involves processing data from external web sources, which introduces an indirect prompt injection surface.\n - Ingestion points: Scraped web content and metadata are ingested into the Actor environment as part of its primary function, as noted in
SKILL.md.\n - Boundary markers: While the instructions recommend sanitization, the provided code templates do not implement explicit boundary markers or instructions for the agent to ignore embedded commands in the untrusted data.\n
- Capability inventory: The Actor environment has capabilities including shell command execution (
references/cli-actorization.md), file system operations (Actor.push_data), and network access for crawling activities.\n - Sanitization: The
SKILL.mdfile contains a dedicated security section advising users to sanitize crawled content and treat it as untrusted, but the templates rely on the user to implement these protections.\n- [EXTERNAL_DOWNLOADS]: The skill fetches a bootstrap script from a third-party GitHub repository (houseabsolute/ubi) and references various official vendor resources from Apify.\n- [COMMAND_EXECUTION]: The skill guides the use of theapifyCLI for initialization, local execution (apify run), and deployment (apify push), and uses package managers such asnpmandpipto install dependencies.
Audit Metadata