Scan Report
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.
Safe to install
This skill is safe to use. It only reads configuration and executes a documented CLI tool to display status information.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md lines 43-47: reads ~/.scienceclaw/agent_profile.json |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md: executes python3 memory_cli commands via bash |
| Environment | READ | READ | ✓ Aligned | SKILL.md: uses SCIENCECLAW_DIR environment variable |
| Network | NONE | NONE | — | No network access observed or declared |
| Clipboard | NONE | NONE | — | No clipboard access |
| Skill Invoke | NONE | NONE | — | No skill invocation |
| Browser | NONE | NONE | — | No browser access |
| Database | NONE | NONE | — | No database access |
File Tree
1 files · 2.8 KB · 95 lines Markdown 1f · 95L
└─
SKILL.md
Markdown
Security Positives
✓ 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