Lead Generation

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The skill is coherent for lead generation, with disclosed use of Xpoz/MCP, OAuth setup, and local saved lead data, but users should review those integrations before installing.

This looks acceptable if you trust Xpoz, mcporter, and the xpoz-setup skill. Expect to authorize an Xpoz account, send product/search terms to Xpoz, and store local lead-generation files. Review outreach drafts manually, keep disclosures truthful, and clear saved data if it becomes sensitive or outdated.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

54/54 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

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.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

Installing the skill may add and run an external command-line tool on the user's machine.

Why it was flagged

The skill installs an external npm CLI that is central to the Xpoz MCP workflow. This is expected for the purpose, but the provided artifacts do not pin a version or show package provenance.

Skill content
node | package: mcporter | creates binaries: mcporter
Recommendation

Install only if you trust the mcporter package and Xpoz ecosystem; verify package provenance or pin versions where possible.

#
ASI03: Identity and Privilege Abuse
Low
What this means

The agent can use the configured Xpoz account to run the lead-search calls described by the skill.

Why it was flagged

The skill uses delegated Xpoz account authentication. This is purpose-aligned for accessing the provider, but users should notice that account authorization is part of setup.

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

Authorize only an account you are comfortable using for this purpose, review Xpoz permissions, and revoke access if you stop using the skill.

#
ASI07: Insecure Inter-Agent Communication
Low
What this means

Product positioning, target-audience terms, and search queries may be shared with the Xpoz service.

Why it was flagged

Generated product and lead-search queries are sent through mcporter to the Xpoz MCP service. This external provider flow is disclosed and central to the skill's purpose.

Skill content
mcporter call xpoz.getTwitterPostsByKeywords query="GENERATED_QUERY" startDate="DATE"
Recommendation

Avoid putting confidential product plans or sensitive customer details into queries unless you are comfortable sharing them with Xpoz.

#
ASI06: Memory and Context Poisoning
Low
What this means

Past product details and lead history may persist locally and be reused in later lead searches.

Why it was flagged

The skill stores reusable product profiles, search queries, and lead deduplication state. This is bounded to the lead-generation workflow but can influence future runs.

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

Review or delete the data/lead-generation files when product details change or if they contain sensitive information.