Clawmart Skills Empire

PassAudited by ClawScan on May 10, 2026.

Overview

No hidden malicious code is evident, but this is mostly a marketing/template kit with over-promised functionality and some setup/credential guidance that users should verify.

Install this only if you want a documentation/template starter kit. Before deploying or selling anything based on it, verify the missing implementation, inspect any dependency files, keep API keys out of shared config files, and add safeguards for scraping, trading, CRM, or outreach workflows.

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

A user could over-trust the marketing claims and try to sell or deploy incomplete skills.

Why it was flagged

The reviewed package contains Markdown templates and a demo script that only prints marketing text, so users should not assume complete runnable source code exists without verifying.

Skill content
What Buyers Get - ✅ 5 premium skill templates ... ✅ Full source code ... ✅ Demo scripts
Recommendation

Treat this as a starter/template kit unless you inspect and implement the missing functionality yourself; avoid making marketplace or sales claims that the artifacts do not support.

What this means

Following missing or externally supplied setup files could introduce unreviewed dependencies.

Why it was flagged

The file manifest does not include requirements.txt, so any dependency list obtained separately would not be part of the reviewed artifact set.

Skill content
Check that all dependencies are installed: `pip install -r requirements.txt`
Recommendation

Only install dependencies from files you can inspect and verify; do not run an externally supplied requirements file without review.

What this means

Users could accidentally place secrets in config files that are later shared, sold, or committed.

Why it was flagged

The current package does not use credentials, but its docs direct users to add API keys for derived skills while the registry declares no credential contract.

Skill content
- API keys (specific to each skill)
Recommendation

Use environment variables or a secret manager for real API keys, document required scopes, and never redistribute config files containing secrets.

What this means

If built out without safeguards, a lead-generation skill could collect or use contact data in ways users or providers did not authorize.

Why it was flagged

A derived skill implementing this template would automate lead collection, outreach preparation, and CRM export, but the template does not define approval, consent, rate-limit, or provider-policy boundaries.

Skill content
- Business data scraper - Email finder/verifier - Outreach message generator - CRM exporter (HubSpot, Salesforce)
Recommendation

Add explicit user approval, data-source limits, compliance checks, and provider-specific permission scopes before implementing or deploying this template.