Scan Report
0 /100
apollo-parallel
多个独立任务同时做,让AI子任务并行执行,最后汇总结果。包含研究/综合分离模式——多人并行研究,最后主Agent自己汇总。
This is a pure documentation/guide skill with no executable code, describing a multi-agent parallel coordination methodology using sessions_spawn.
Safe to install
No action required. The skill is safe to use as it contains only documentation and no executable scripts.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | N/A - no file operations in code |
| Network | NONE | NONE | — | N/A - no network calls |
| Shell | NONE | NONE | — | N/A - no shell commands |
| Environment | NONE | NONE | — | N/A - no env access |
| Skill Invoke | NONE | NONE | — | N/A - no skill invocations |
| Clipboard | NONE | NONE | — | N/A |
| Browser | NONE | NONE | — | N/A |
| Database | NONE | NONE | — | N/A |
File Tree
2 files · 4.4 KB · 174 lines Markdown 1f · 168L
JSON 1f · 6L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ No executable code - purely a documentation/guide skill
✓ All declared tools (sessions_spawn) match the described functionality
✓ No network calls or external communications
✓ No credential harvesting or environment variable access
✓ No shell commands or subprocess usage
✓ No obfuscation or base64-encoded payloads
✓ No sensitive file access
✓ Metadata is consistent with the documentation