Scan Report
0 /100
lobster-agent-summary
Agent进度摘要系统,定期检查子Agent状态并生成简短进度报告
Pure documentation-only skill for agent progress monitoring with no executable code and no security concerns.
Safe to install
This skill is safe to use. It contains only markdown documentation describing a monitoring mechanism with no implementation code.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem operations in skill |
| Network | NONE | NONE | — | No network operations in skill |
| Shell | NONE | NONE | — | No shell execution in skill |
| Environment | NONE | NONE | — | No environment access in skill |
| Skill Invoke | READ | READ | ✓ Aligned | Only uses subagents list and sessions_history (read-only) |
| Clipboard | NONE | NONE | — | No clipboard access in skill |
| Browser | NONE | NONE | — | No browser access in skill |
| Database | NONE | NONE | — | No database access in skill |
File Tree
1 files · 1.9 KB · 66 lines Markdown 1f · 66L
└─
SKILL.md
Markdown
Security Positives
✓ Documentation-only skill with no executable code
✓ Clean, well-structured documentation with clear purpose
✓ No external dependencies or package files
✓ Declared capabilities match intended use case (monitoring sub-agents)
✓ No shell, filesystem, network, or credential access
✓ No obfuscation or hidden functionality detected
✓ Standard Claude Code-style agent monitoring pattern