Actorization converts existing software into reusable serverless applications compatible with the Apify platform. Actors are programs packaged as Docker images that accept well-defined JSON input, perform an action, and optionally produce structured JSON output.
55
62%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Fix and improve this skill with Tessl
tessl review fix ./skills/apify-actorization/SKILL.mdThe canonical home for this skill is apify-actorization in sickn33/antigravity-awesome-skills
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
The skill's Monetization section explicitly documents a platform API to charge users: "Charge for events in your code with `await Actor.charge('result')`". That is a specific function to perform monetary charges (direct financial execution), not a generic tool, so it grants direct financial execution capability.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The runtime workflow described for Apify Actorization ingests outsider-authored free text via `Actor.getInput()` / `apify actor:get-input` (and potentially request queue `userData`) from an actor’s external input source provided by the user executing the actor, without any restriction to trusted first-party content.
0159794
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.