Scan Report
0 /100
neta-creative
Neta API creative skill — generate images, videos, songs, and MVs, and deconstruct creative ideas from existing works
This is a pure-documentation skill that provides guidance for using a legitimate CLI tool (neta-cli) for creative media generation — no executable code, scripts, or dangerous capabilities are present.
Safe to install
No action needed. The skill is safe to use as described.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem access — all files are markdown docs |
| Network | NONE | NONE | — | No direct network access — only a CLI tool is invoked via shell |
| Shell | NONE | NONE | — | The skill only documents CLI tool usage; no custom shell scripts are executed |
| Environment | NONE | NONE | — | NETA_TOKEN is mentioned as a prerequisite but is only used by the external neta-… |
| Skill Invoke | NONE | NONE | — | No skill invocation behavior detected |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser access |
| Database | NONE | NONE | — | No database access |
File Tree
7 files · 31.4 KB · 1262 lines Markdown 7f · 1262L
├─
▾
references
│ ├─
character-search.md
Markdown
│ ├─
collection-remix.md
Markdown
│ ├─
image-generation.md
Markdown
│ ├─
song-creation.md
Markdown
│ ├─
song-mv.md
Markdown
│ └─
video-generation.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ Entirely markdown-based documentation — no executable code present
✓ All functionality is fully declared in SKILL.md and reference docs
✓ npm/pnpm global install commands are standard package management (no curl|bash)
✓ NETA_TOKEN environment variable requirement is documented and appropriate for API authentication
✓ No obfuscation, base64, or hidden instructions detected
✓ No credential harvesting, data exfiltration, or remote execution patterns
✓ No sensitive file/path access (no ~/.ssh, ~/.aws, .env access)
✓ No supply chain risks — no dependencies, scripts, or binary artifacts
✓ Consistent, coherent documentation across all reference files