Ironclaw Lead Enrichment

PassAudited by ClawScan on May 10, 2026.

Overview

The skill is coherent for lead enrichment, but it can search public sources, infer emails, persist checkpoints, and bulk-update CRM records, so users should scope and review runs.

Before installing, confirm the exact CRM table or lead list to enrich, review the external LinkedIn scraper/tool permissions, keep backups or a change log, and require approval before writing inferred emails or low-confidence matches.

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.

What this means

Incorrect or low-confidence enriched data could be written across a CRM dataset.

Why it was flagged

The skill instructs bulk CRM data reads and writes through DuckDB. This is central to lead enrichment, but it can change many business records.

Skill content
For enriching many records at once: ... Query all incomplete records from DuckDB ... UPDATE v_leads SET
Recommendation

Run on a clearly selected lead list, keep a backup or change log, and require review before writing low-confidence or inferred fields.

What this means

Actual LinkedIn scraping behavior and data handling depend on an unreviewed external skill.

Why it was flagged

The skill relies on a separate linkedin-scraper skill, but the provided artifacts do not identify its source, version, permissions, or behavior.

Skill content
LinkedIn (via linkedin-scraper skill) — name, title, company, education, connections
Recommendation

Use only a trusted, reviewed linkedin-scraper skill and confirm its permissions and terms before enrichment.

What this means

Personal lead data or enrichment progress may be stored outside the primary CRM record in an unspecified checkpoint.

Why it was flagged

The workflow processes personal lead fields such as email, LinkedIn URL, title, company, location, and education, then instructs saving checkpoints without specifying storage location or retention.

Skill content
Save checkpoint after each batch (in case of interruption)
Recommendation

Define where checkpoints are stored, what fields they include, who can access them, and when they are deleted.

What this means

A wrong company match or email pattern could create many incorrect CRM updates.

Why it was flagged

The skill may apply inferred company-level data or guessed email patterns across multiple records, so one bad assumption can affect a batch.

Skill content
Group by company (scrape company once, apply to all employees) ... Use the most common pattern as fallback
Recommendation

Require confidence labels, sample-check batches, and avoid automatically writing fallback guesses without user approval.