Ironclaw Lead Enrichment
Analysis
The skill is coherently designed for lead enrichment, but it should be reviewed because it can bulk collect personal lead data and update CRM records without a clear confirmation, rollback, or retention boundary.
Findings (4)
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.
For enriching many records at once: ... Query all incomplete records from DuckDB ... Process in batches of 10-20 records ... UPDATE v_leads SET "Email" = ?, "LinkedIn URL" = ?, ...
This directs the agent to perform bulk database mutation of CRM records. The artifacts include quality rules, but do not require user review or a rollback mechanism before committing bulk enriched or inferred values.
LinkedIn (via linkedin-scraper skill) ... Web Search (via web_search tool) ... Company Website (via web_fetch)
The instruction-only skill depends on other tools or skills for its core data sources. Those components are not part of this artifact set, so their provenance and permissions should be checked separately.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Works with DuckDB workspace entries ... Query the target object ... FROM v_leads ... UPDATE v_leads SET
The skill assumes read/write access to workspace CRM data. This is expected for enrichment, but it is still delegated authority over business records.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Save checkpoint after each batch ... | Email address | Email | ... | LinkedIn URL | ... | Education | Education | ... | Phone | Phone |
The skill persists batches of enriched personal contact data, including emails, LinkedIn URLs, education, and phone numbers, but does not specify retention, storage boundaries, or cleanup expectations.
