Wechat Article Auto Gen
Analysis
Review before installing because the skill embeds a third-party image-generation API key even though no credential requirement is declared.
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.
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.
"ownerId": "kn70pywhg0fyz996kpa8xj89s57yhv26"
The _meta.json ownerId differs from the registry owner ID shown in the submitted metadata, creating a provenance inconsistency users should verify.
wechat-article-auto-gen/ ├── config.py ├── scraper.py ├── rewriter.py
The documentation references helper implementation files, but the provided package is instruction-only with no code files present.
def rewrite_article(source_url, brand="MUX"): ... raw = scrape_article(source_url) ... rewritten = llm_rewrite(raw, prompt=...)
The core workflow fetches and rewrites articles from a supplied URL, which is purpose-aligned but should remain user-directed and compliant with source rights.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"VOLCANO_CONFIG = { "api_key": "565ec265-...-c3d37c6a6198", "api_url": "https://ark.cn-beijing.volces.com/api/v3/images/generations" }"The skill embeds a credential-looking API key for a third-party image service, while the submitted requirements declare no primary credential or required environment variables.
