扫描报告
0 /100
neta-suggest
Neta API research and recommendation skill — provides keyword/tag/category suggestions, validates taxonomy paths, and powers multi-mode content feeds
This is a documentation-only skill that describes usage of the neta-cli CLI tool for content discovery and taxonomy navigation. No executable code, scripts, or dependencies are bundled.
可以安装
No action needed. This skill is a pure documentation file with no executable components. Verify the neta-cli CLI tool independently before deployment if using it in a production environment.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file access in SKILL.md |
| 网络访问 | NONE | NONE | — | Only CLI tool invocation described; network calls occur in the external neta-cli… |
| 命令执行 | NONE | NONE | — | Shell commands described are CLI invocations of neta-cli only |
| 环境变量 | READ | NONE | ✓ 一致 | NETA_TOKEN environment variable is declared as a prerequisite, not accessed prog… |
| 技能调用 | NONE | NONE | — | No skill invocation logic present |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
目录结构
1 文件 · 12.8 KB · 490 行 Markdown 1f · 490L
└─
SKILL.md
Markdown
安全亮点
✓ Skill is purely documentation — no executable code present
✓ No credential harvesting, file access, or network calls in the skill itself
✓ No obfuscation, base64, or hidden instructions detected
✓ No sensitive file paths referenced (~/.ssh, ~/.aws, .env, etc.)
✓ No curl|bash, wget|sh, or direct IP network requests
✓ No subprocess, eval, or arbitrary code execution patterns
✓ NETA_TOKEN is a standard API token used only for authentication, not exfiltrated
✓ The skill correctly scopes its capabilities to CLI tool usage documentation