Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
Neta Creative
v0.1.0Neta API creative skill — generate images, videos, songs, and MVs, and deconstruct creative ideas from existing works. Use this skill when the user wants to...
⭐ 0· 133·0 current·0 all-time
byHu Xiuhan@huxiuhan
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
high confidencePurpose & Capability
The skill's stated purpose (create/edit images, videos, songs via the Neta API) matches the commands in SKILL.md (neta-cli make_image/make_video/make_song/etc.). However the SKILL.md requires an environment variable (NETA_TOKEN) and recommends installing an npm/pnpm package ( @talesofai/neta-skills ), while the registry metadata lists no required env vars or install spec — an incoherence between claimed requirements and declared metadata.
Instruction Scope
The runtime instructions are focused on calling neta-cli commands for content generation and character queries. Examples show saving/reading cached JSON files (character_cache/search_cache) and using read_collection outputs and ref_img UUIDs. There are no instructions to read unrelated system files, collect arbitrary system data, or transmit data to unexpected endpoints within the SKILL.md itself.
Install Mechanism
Although instruction-only (no install spec), SKILL.md tells users to install neta-cli and run npm/pnpm global installs of @talesofai/neta-skills. That is an out‑of‑band package install from the public npm ecosystem (not tracked in registry metadata). This is reasonable for a CLI‑based skill but increases risk because the package source and integrity are not declared by the registry. The skill does not provide a vetted install URL or checksum.
Credentials
The SKILL.md explicitly requires a NETA_TOKEN environment variable, which is proportional to calling an API/CLI. However the registry metadata declares no required environment variables or primary credential — that mismatch is suspicious. Users should expect a single API token to be needed for this purpose, but it should be declared in the registry metadata.
Persistence & Privilege
The skill is not marked always:true and is user-invocable. It is instruction-only and does not request persistent system privileges or claim to modify other skills or system-wide agent configuration.
What to consider before installing
This skill appears to do what it says (drive a Neta CLI to generate media), but there are a few mismatches you should reconcile before installing or using it:
- SKILL.md expects a NETA_TOKEN but the registry metadata does not declare any required environment variables. Treat that as a red flag: confirm where the token is used/stored and whether it is necessary for your intended use. Do not supply high‑privilege credentials unless you verify the service.
- The skill asks you to install @talesofai/neta-skills globally via npm/pnpm and to use neta-cli. Verify the package and neta-cli packages on the official npm registry (check publisher, download counts, repository, and recent release notes). If possible, install in an isolated environment (container or VM) or review the package source before running.
- Because this is instruction-only, the skill will tell your agent to run CLI commands. That is expected, but means the real security surface is the external CLI/package. Ensure the CLI is trustworthy and that the token you supply is scoped minimally (least privilege) and revocable.
- If you plan to cache outputs locally (examples use character_cache/...), keep privacy in mind and avoid storing sensitive tokens in those files. Prefer ephemeral tokens or auditing of network calls if possible.
If you want to proceed: ask the publisher for the canonical package repository URL, confirm the exact permission scope of NETA_TOKEN, and request the registry metadata be updated to declare NETA_TOKEN as a required environment variable (or remove the requirement from SKILL.md) so the manifest and instructions align.Like a lobster shell, security has layers — review code before you run it.
latestvk973sscfm0x5556m6dgv969wb983296w
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
