Apify Lead Generation
Analysis
The skill is broadly aligned with Apify lead scraping, but users should review it because it can run external Apify actors with your token and has risky export/network-handling signals.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
This returns: - Actor description and README - Required and optional input parameters
The workflow brings remote Actor README content into the agent context; third-party documentation can contain instructions that should not override the user's task or the skill's safety rules.
| Contact enrichment | `vdrmota/contact-info-scraper` | Emails, phones from URLs |
The skill relies on named Apify Actors, including third-party publishers, rather than only code contained in this package.
const strValue = String(value);
if (strValue.includes(',') || strValue.includes('"') || strValue.includes('\n')) {
return `"${strValue.replace(/"/g, '""')}"`;
}
return strValue;The CSV export escapes separators but does not neutralize values beginning with spreadsheet-formula characters such as =, +, -, or @, even though the data comes from untrusted scraped web content.
const content = require('fs').readFileSync(outputPath, 'utf-8');The supplied static scan reports this local output-file read is combined with a network send. The SKILL.md describes local file export and Apify API use, but does not clearly disclose uploading saved lead files after export.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
- `APIFY_TOKEN` configured in OpenClaw settings
The skill requires an Apify credential and the script uses it for authenticated API calls to start actors and download datasets.
