扫描报告
15 /100
upload-skill
Create and manage test payment links (one-time, recurring, payment plans, multiple products, custom plans, pay-what-you-want).
A test payment link creation skill with minor documentation inconsistencies but no malicious behavior observed.
可以安装
Fix the hardcoded API key to use the declared TEST_API_KEY environment variable for consistency. No security action required beyond documentation alignment.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Hardcoded credential instead of declared environment variable 文档欺骗 | scripts/test-scrpt.js:2 |
| 低危 | Extensive validation rules in SKILL.md not implemented 文档欺骗 | SKILL.md:1 |
| 提示 | Localhost-only network communication 敏感访问 | scripts/test-scrpt.js:4 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in test-scrpt.js |
| 网络访问 | READ | READ | ✓ 一致 | test-scrpt.js:18 uses fetch to localhost:4000 |
| 命令执行 | NONE | NONE | — | No shell/subprocess execution found |
| 环境变量 | READ | NONE | ✓ 一致 | SKILL.md declares TEST_API_KEY env but test-scrpt.js:2 hardcodes 'abc' |
| 技能调用 | NONE | NONE | — | No skill invocation detected |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database operations |
1 项发现
中危 外部 URL 外部 URL
https://test.com SKILL.md:9 目录结构
2 文件 · 7.3 KB · 308 行 Markdown 1f · 229L
JavaScript 1f · 79L
├─
▾
scripts
│ └─
test-scrpt.js
JavaScript
└─
SKILL.md
Markdown
安全亮点
✓ No shell execution or command injection vectors
✓ No credential harvesting or exfiltration mechanisms
✓ No obfuscation or anti-analysis techniques
✓ No access to sensitive filesystem paths (~/.ssh, ~/.aws, .env)
✓ No base64-encoded payloads or eval usage
✓ No remote script execution (curl|bash, wget|sh)
✓ No supply chain risks - only uses Node.js built-in fetch
✓ Localhost-only network traffic prevents data exfiltration
✓ Input validation present for required fields