Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
Quarterly Database Cleanup
v1.0.0Run a comprehensive quarterly CRM audit covering list health, bounce monitoring, data quality, scoring calibration, engagement metrics, and property cleanup....
⭐ 0· 53·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The skill's stated purpose (quarterly HubSpot CRM audit) matches the actions described in SKILL.md (list health, bounces, properties, etc.). However, the SKILL.md explicitly requires a HubSpot API token and Python with the hubspot client, but the registry metadata lists no required environment variables or binaries — this mismatch should be resolved.
Instruction Scope
The instructions tell the agent to read a .env file, look in a local reports/ directory, save reports to disk, and to 'Run /hubspot-audit' and 'reuse audit script patterns' — but no scripts, CLI tools, or example commands are included. That leaves the agent with broad, undefined discretion (which files to read, what scripts to run, how to obtain HubSpot data), increasing the risk of accidental access to unrelated local secrets or running unexpected commands.
Install Mechanism
There is no install spec and no code files; this is instruction-only. That lowers supply-chain risk because nothing is downloaded or written by an installer. The risk comes from the runtime instructions, not an installer.
Credentials
SKILL.md requires a HubSpot API token stored in .env and a Python library, but the skill metadata does not declare any required environment variables or primary credential. Asking the agent to read a .env file can expose unrelated secrets. A HubSpot audit legitimately needs a HubSpot API token (preferably a scoped, read-only token), but this required credential should be declared explicitly in the metadata and instructions should limit which files/vars to read.
Persistence & Privilege
The skill does not request always:true and does not claim persistent/system-wide changes. It describes read-only audits and saving reports to a local reports/ folder; those are reasonable for this purpose.
What to consider before installing
This skill appears to be a valid plan for a HubSpot CRM audit, but there are missing and vague pieces you should clarify before installing or running it:
- Metadata mismatch: The SKILL.md says a HubSpot API token (in .env) and Python hubspot client are required, but the registry metadata declares no credentials or binaries. Ask the author to add a required env var (e.g., HUBSPOT_API_TOKEN) and any required binaries to the metadata.
- Limit credential scope: If you proceed, provide a HubSpot API token that is scoped to read-only audit operations (not full write/admin access) and avoid placing other secrets in the same .env file.
- Confirm /hubspot-audit: The instructions reference running '/hubspot-audit' and 'reuse audit script patterns' but no script is included. Confirm whether this is an existing internal CLI or a placeholder; get the concrete commands or scripts you'd run so you can review them first.
- Files and secrets: The skill tells the agent to read reports/ and .env. Review what lives in those locations before running the audit to avoid accidental disclosure of unrelated secrets. Consider copying only the needed HubSpot token into a minimal env file for the audit.
- Logging and output: Ensure reports do not inadvertently include sensitive raw contact data (PII) if you plan to store or share them.
If the author updates the metadata to declare the HubSpot credential and documents the exact commands or scripts to run (or includes vetted scripts), this would reduce the concerns and could be considered benign. Until then, treat it cautiously and do not supply broad credentials or let it run autonomously without human review.Like a lobster shell, security has layers — review code before you run it.
latestvk973hd6c0a8zkkez8ngxtdtt4n83n6v9
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
