Data Enricher

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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

The agent may use a third-party API key to look up email addresses for lead domains.

Why it was flagged

The skill expects use of a Hunter.io API key for domain-search calls. This is purpose-aligned, but users should provide a scoped key and note that the registry metadata declares no required credentials.

Skill content
api_key={HUNTER_API_KEY}
Recommendation

Use a dedicated Hunter.io key with limited scope or quota, and avoid sharing keys across unrelated workflows.

What this means

The agent could add lead records to a Notion workspace or database if connected to one.

Why it was flagged

The skill implies reading from and writing to a Notion lead database. This matches the purpose, but it is still a writable business-data integration that should be scoped by the user.

Skill content
Before adding any lead: ... Check if domain_key exists in Notion ... Format all data before Notion sync
Recommendation

Confirm the intended Notion database, review batches before sync, and use permissions limited to the relevant lead pipeline.

What this means

Enriched email/contact data may remain in the workspace after the task is complete.

Why it was flagged

The skill persists enriched lead data, including contact emails, to a workspace file. This is expected for batching but creates a retained copy of contact data.

Skill content
Save formatted batch to workspace/leads-enriched-YYYY-MM-DD.json
Recommendation

Store the workspace file in an appropriate location, restrict access, and delete old batches when no longer needed.