内容生成技能包
Analysis
The writing instructions look mostly benign, but the package has inconsistent identity metadata and asks for unexplained external tooling, an npm dependency, and a search API key.
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.
"ownerId": "kn79yq0mt59bnzdp29kfgxsk0181j3b1", "slug": "content-generation"
This packaged metadata conflicts with the supplied registry metadata, which lists a different owner ID and slug. That creates provenance ambiguity about which publisher and package identity the user is actually installing.
requires: bins: ["curl", "jq", "git"] ... install: ... kind: node ... package: axios ... bins: ["axios"]
The skill declares local command requirements and an npm package install even though the visible content-generation instructions are instruction-only and do not clearly describe why these tools are needed.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
env: ["BRAVE_API_KEY"]
The skill requires a Brave API key. This is plausibly related to research, fact-checking, or SEO work, but it is still an external service credential.
