Cc Clean
Analysis
The artifacts do not show malicious behavior; this appears to be a content-calendar generator, but users should notice the under-declared Anthropic API/Python setup and treat compliance claims as drafting aids.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
install:\n - kind: uv\n package: anthropic ... python3 generate_calendar.py --niche="DFW real estate"
SKILL.md references installing a Python package and running a helper script, while the provided manifest contains only SKILL.md and no install spec or code file. This is not suspicious by itself, but the runnable implementation/provenance is incomplete in the reviewed artifacts.
`--compliance-only` — check any copy for forbidden words before posting
The skill advertises compliance-oriented checking for generated marketing copy. This may be useful, but the visible artifact frames it as a forbidden-word check, not a full legal or platform-compliance review.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
requires:\n env:\n - ANTHROPIC_API_KEY ... primaryEnv: ANTHROPIC_API_KEY
The skill expects an Anthropic API key, which delegates use of the user's provider account and quota. This is purpose-aligned for LLM-generated content, but it is not reflected in the registry metadata that lists no required environment variables or primary credential.
