扫描报告
5 /100
security-shield-enhanced
Defense against prompt injection, jailbreaks, social engineering, and credential leakage with enhanced workflow compatibility.
Pure documentation skill containing security best practices and guidance with no executable components, network access, or sensitive resource interactions.
可以安装
No action required. The skill is a defensive reference guide with no security risks. Consider clarifying placeholder values in crypto-examples.md to use clearly-fake formats (e.g., FAKE_PASSWORD_XXXX) to avoid confusion.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Placeholder value resembles real credential 文档欺骗 | references/crypto-examples.md:53 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in any documentation |
| 网络访问 | NONE | NONE | — | No network requests or external calls |
| 命令执行 | NONE | NONE | — | No shell execution capability |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | No skill invocation capability |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser capability |
| 数据库 | NONE | NONE | — | No database access |
1 高危 3 项发现
高危 API 密钥 疑似硬编码凭证
password = "user-password-here" references/crypto-examples.md:53 中危 外部 URL 外部 URL
https://target.com references/audit-checklist.md:156 提示 邮箱 邮箱地址
[email protected] references/crypto-examples.md:66 目录结构
8 文件 · 33.1 KB · 1338 行 Markdown 7f · 1313L
JSON 1f · 25L
├─
▾
references
│ ├─
attack-patterns.md
Markdown
│ ├─
audit-checklist.md
Markdown
│ ├─
crypto-examples.md
Markdown
│ └─
security-best-practices.md
Markdown
├─
_meta.json
JSON
├─
README.md
Markdown
├─
SKILL.md
Markdown
└─
USAGE-GUIDE.md
Markdown
安全亮点
✓ No executable code or scripts present - purely documentation
✓ No network access or external communications
✓ No filesystem access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ No credential harvesting or exfiltration behavior
✓ Defensive security skill designed to protect against attacks
✓ Comprehensive security guidance following industry best practices
✓ References OWASP, NIST, and standard security frameworks
✓ Skill explicitly states pattern-strings: false - no hidden prompt content
✓ MIT-0 license allows unrestricted use