Scrape

PendingVirusTotal audit pending.

Overview

No VirusTotal analysis has been recorded yet. File reputation checks will appear here once the artifact hash has been scanned.

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

Using the managed scraper on the wrong site could create legal, account, or availability risk even though the guide includes compliance checks.

Why it was flagged

Managed scraping and anti-bot handling are relevant to the skill's purpose, but they can cross website access boundaries if used against sites that prohibit scraping or require authorization.

Skill content
For managed content extraction with automatic anti-bot handling, use SkillBoss API Hub's scraping capability (`type: "scraper"`).
Recommendation

Only scrape public, permitted content; honor robots.txt, Terms of Service, rate limits, and do not use anti-bot handling to bypass access controls.

What this means

A leaked or over-scoped API key could allow unauthorized use of the user's SkillBoss account or billing quota.

Why it was flagged

The skill uses a provider API key for SkillBoss API Hub access. This is disclosed and purpose-aligned, but it is still a sensitive credential.

Skill content
requires_env: [SkillBoss_API_KEY]
Recommendation

Use a dedicated, least-privilege API key if available, keep it out of logs and shared prompts, and rotate it if exposure is suspected.

What this means

Following external or missing setup material could expose the user to instructions or code that were not scanned in this package.

Why it was flagged

The submitted artifact set contains only SKILL.md, so the external setup guide and referenced code.md content were not available for review.

Skill content
Complete setup guide: https://SkillBoss.co/skill.md ... see `code.md`
Recommendation

Review any external setup guide or referenced code before following it, and prefer pinned, auditable sources.

What this means

Target URLs, prompts, or scraped content could be processed by the external provider, which matters if the content includes sensitive or regulated data.

Why it was flagged

The skill discloses a third-party provider call for managed scraping, meaning scraping requests and returned content may pass through SkillBoss.

Skill content
Authenticate with `SkillBoss_API_KEY` and call `https://api.SkillBoss.co/v1/pilot`. Result is returned at `result.data.markdown`.
Recommendation

Do not send protected, login-only, personal, or regulated data to the provider unless you have authorization and understand the provider's data handling terms.