index1 Doctor
Analysis
This appears to be a straightforward diagnostic helper for index1, with only user-visible local command execution and optional setup/indexing recommendations to review.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
The skill runs three commands sequentially and analyzes results: ... `index1 doctor` ... `index1 status` ... `ollama list`
The skill explicitly directs local command execution, but the commands are narrow diagnostic/status checks that match the stated index1 doctor purpose.
`curl -fsSL https://ollama.com/install.sh \| sh`
A troubleshooting table recommends piping a remote install script to a shell as a manual fix for Ollama connectivity; it is not shown as automatic skill execution, but it is a higher-impact setup action.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
| Index | Has documents | `index1 index ./src ./docs` |
The suggested fix can add local source and documentation directories to an index, creating persistent searchable context; the paths are scoped and user-directed.
