Lead Generation

PassAudited by ClawScan on May 10, 2026.

Overview

This appears to be a coherent lead-generation skill, but users should notice its Xpoz OAuth/MCP dependency, local saved lead data, and packaging metadata inconsistencies.

Before installing, confirm you trust Xpoz, the mcporter npm package, and the skill package despite the metadata mismatch. Be comfortable with product/search terms being sent to mcp.xpoz.ai, review saved data under data/lead-generation, and edit any outreach drafts before sending.

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.

What this means

Your Xpoz account token may be used for lead-search API calls.

Why it was flagged

The skill requires an Xpoz OAuth-backed account to call the provider. This is expected for the service, but it grants delegated account/API access.

Skill content
"credentials": "Xpoz account (free tier) — auth via xpoz-setup skill (OAuth 2.1)"
Recommendation

Use the intended Xpoz account, review what access xpoz-setup grants, and revoke the token if you stop using the skill.

What this means

Your product keywords, target audience assumptions, and prospecting searches may be visible to the Xpoz service.

Why it was flagged

The skill sends generated product and lead-search queries to the Xpoz MCP service and receives social post/user results. This external MCP data flow is disclosed and purpose-aligned.

Skill content
"network": ["mcp.xpoz.ai"] ... mcporter call xpoz.getTwitterPostsByKeywords query="GENERATED_QUERY"
Recommendation

Avoid putting confidential product or customer information into search queries unless you are comfortable sharing it with Xpoz.

What this means

Saved files can influence future lead searches and may contain business strategy or prospect identifiers.

Why it was flagged

The skill persists product profiles, search queries, and sent-lead tracking for reuse across runs.

Skill content
Save to `data/lead-generation/product-profile.json` and `search-queries.json` ... Deduplicate via `data/lead-generation/sent-leads.json`
Recommendation

Periodically inspect or delete the data/lead-generation files if they become outdated or should not persist.

What this means

It is harder to confirm exactly which publisher/version produced this package.

Why it was flagged

The bundled metadata differs from the supplied registry metadata and SKILL.md version, which is a provenance/packaging inconsistency rather than direct evidence of malicious behavior.

Skill content
"ownerId": "kn76bnw12ah5rp8g47ek22wacx80zasb", "slug": "lead-generation", "version": "2.2.0"
Recommendation

Verify the skill source, homepage, and installed package before authorizing OAuth or repeated use.

What this means

If copied without editing, outreach could sound like a personal claim that may not be true for the sender.

Why it was flagged

The outreach template includes a personal-experience claim. The skill mitigates this by requiring disclosure and user review before sending.

Skill content
"I had the same problem! Ended up using [Product] ... (Disclosure: I work with [Product])" ... "Draft only; user reviews/sends"
Recommendation

Review and edit all outreach drafts so they are accurate, transparent, and compliant with platform rules.