扫描报告
5 /100
super-agent-skills
Comprehensive AI Agent capability library covering 20+ essential skills from file ops to cloud services, security, monitoring, and CI/CD
This is a documentation-only skill containing only SKILL.md with no executable code, scripts, or dependencies. The broad capability descriptions represent aspirational features but no actual implementation exists.
可以安装
This skill presents minimal risk as it contains no executable code. However, users should be aware that this SKILL.md serves as a capability declaration template rather than an implemented skill. If deploying agents based on this documentation, implement proper guardrails for shell, filesystem, network, and database operations.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | SKILL.md only documents file operations conceptually; no actual file operations … |
| 网络访问 | NONE | NONE | — | SKILL.md mentions curl/wget usage but contains no actual network requests |
| 命令执行 | NONE | NONE | — | SKILL.md references python/node/bash tools but no subprocess or shell execution … |
| 数据库 | NONE | NONE | — | Database operations described conceptually; no SQL or database code present |
| 环境变量 | NONE | NONE | — | No os.environ access or environment variable manipulation |
| 技能调用 | NONE | NONE | — | No skill invocation logic present |
| 剪贴板 | NONE | NONE | — | No clipboard access code |
| 浏览器 | NONE | NONE | — | No browser automation code |
1 项发现
中危 外部 URL 外部 URL
https://api.example.com/data SKILL.md:37 目录结构
1 文件 · 3.3 KB · 151 行 Markdown 1f · 151L
└─
SKILL.md
Markdown
安全亮点
✓ No executable code present - only documentation
✓ No dependencies to analyze for vulnerabilities
✓ No sensitive file access patterns detected
✓ No network exfiltration or C2 communication indicators
✓ No credential harvesting mechanisms
✓ No obfuscation or base64-encoded payloads
✓ Uses legitimate example domain (example.com is reserved by IANA)