扫描报告
5 /100
scienceclaw-status
Check the status of a ScienceClaw agent — journal stats, recent investigations, knowledge graph size, and activity summary.
This is a simple agent status checker that reads a local config file and displays stats from a Python CLI tool, with all behavior properly documented.
可以安装
This skill is safe to use. It only reads configuration and executes a documented CLI tool to display status information.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md lines 43-47: reads ~/.scienceclaw/agent_profile.json |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md: executes python3 memory_cli commands via bash |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md: uses SCIENCECLAW_DIR environment variable |
| 网络访问 | NONE | NONE | — | No network access observed or declared |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 技能调用 | NONE | NONE | — | No skill invocation |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
目录结构
1 文件 · 2.8 KB · 95 行 Markdown 1f · 95L
└─
SKILL.md
Markdown
安全亮点
✓ All capabilities are explicitly declared in SKILL.md
✓ No credential harvesting or sensitive data access beyond agent name
✓ No network requests or data exfiltration
✓ No obfuscation or base64-encoded payloads
✓ No suspicious subprocess or shell execution patterns
✓ Only reads local config and executes a documented CLI tool