Scan Report
0 /100
avengers-assemble
Avengers-themed multi-agent coordination system. Nick Fury orchestrates 6 specialized heroes through sessions_spawn delegation.
Pure documentation-only prompt template with no executable code, dependencies, or system access. All behavior is fully declared in SKILL.md.
Safe to install
This skill is safe to use as it contains only documentation/prompts with no executable components.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations mentioned or implemented |
| Network | NONE | NONE | — | No network requests in documentation |
| Shell | NONE | NONE | — | Explicitly states cannot use exec |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | sessions_spawn is coordination only, not skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser operations |
| Database | NONE | NONE | — | No database access |
1 findings
Medium External URL 外部 URL
https://marvel.com/avengers skill.json:6 File Tree
3 files · 27.7 KB · 739 lines Markdown 1f · 646L
JSON 2f · 93L
├─
_meta.json
JSON
├─
skill.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ No executable scripts or code files present
✓ No external dependencies or package files
✓ All behavior explicitly documented in SKILL.md
✓ No credential harvesting or data exfiltration mechanisms
✓ No obfuscated or encoded payloads
✓ No network communication capabilities
✓ No file system access capabilities
✓ Pure prompt/instruction-based skill with no runtime components