Scan Report
5 /100
nanobanana-pro-prompt-master
NanobananaPro 官方认证首席生图提示词大师,生成 100% 适配 NanobananaPro 平台、可直接复制粘贴落地、零废稿的极致专业生图提示词
This is a pure text-based prompt template skill for AI image generation that only reads knowledge base files and generates structured prompts. No system access, credential harvesting, or malicious behavior detected.
Safe to install
This skill is safe to use. It operates entirely within the bounds of its declared functionality as a prompt generation tool.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Info | Documentation capability gap | SKILL.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | READ | ✓ Aligned | SKILL.md declares NONE but loads references/style-library.md, references/negativ… |
| Network | NONE | NONE | — | No network requests observed |
| Shell | NONE | NONE | — | No shell execution, no subprocess calls |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | No cross-skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
8 findings
Medium External URL 外部 URL
https://img.shields.io/badge/version-1.0.0-blue.svg README.md:5 Medium External URL 外部 URL
https://clawhub.ai/skills/nanobanana-pro README.md:5 Medium External URL 外部 URL
https://img.shields.io/badge/license-MIT-green.svg README.md:6 Medium External URL 外部 URL
https://nbpro.org README.md:231 Medium External URL 外部 URL
https://docs.openclaw.ai README.md:232 Medium External URL 外部 URL
https://nbpro.org/prompts references/platform-specs.md:450 Medium External URL 外部 URL
https://docs.nbpro.org references/platform-specs.md:451 Medium External URL 外部 URL
https://community.nbpro.org references/platform-specs.md:452 File Tree
10 files · 97.5 KB · 3264 lines Markdown 8f · 3190L
JSON 2f · 74L
├─
▾
references
│ ├─
camera-movement-guide.md
Markdown
│ ├─
negative-prompts.md
Markdown
│ ├─
platform-specs.md
Markdown
│ ├─
prompt-templates.md
Markdown
│ ├─
storyboard-template.md
Markdown
│ └─
style-library.md
Markdown
├─
package.json
JSON
├─
README.md
Markdown
├─
skill.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ Pure text/template generation with no executable code
✓ No shell execution, subprocess calls, or system commands
✓ No credential harvesting or sensitive path access
✓ All behavior is transparent and declared in SKILL.md
✓ No network requests or data exfiltration
✓ No base64 encoding, eval, or suspicious patterns
✓ Knowledge bases are static markdown files with no hidden functionality
✓ No .env file or credential storage present
✓ Clean dependency manifest with no vulnerabilities