扫描报告
0 /100
lobster-agent-summary
Agent进度摘要系统,定期检查子Agent状态并生成简短进度报告
Pure documentation-only skill for agent progress monitoring with no executable code and no security concerns.
可以安装
This skill is safe to use. It contains only markdown documentation describing a monitoring mechanism with no implementation code.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No filesystem operations in skill |
| 网络访问 | NONE | NONE | — | No network operations in skill |
| 命令执行 | NONE | NONE | — | No shell execution in skill |
| 环境变量 | NONE | NONE | — | No environment access in skill |
| 技能调用 | READ | READ | ✓ 一致 | Only uses subagents list and sessions_history (read-only) |
| 剪贴板 | NONE | NONE | — | No clipboard access in skill |
| 浏览器 | NONE | NONE | — | No browser access in skill |
| 数据库 | NONE | NONE | — | No database access in skill |
目录结构
1 文件 · 1.9 KB · 66 行 Markdown 1f · 66L
└─
SKILL.md
Markdown
安全亮点
✓ 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