Hermit Search Publish
Analysis
This skill is a coherent local search helper, but users should review the Git-based install source and be careful about which folders they index.
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.
uv tool install git+https://github.com/xxxgqcoder/hermit.git
The documented installation pulls the Hermit tool from a GitHub repository rather than from bundled, reviewed code or a pinned version.
hermit start
The skill starts a local service with a PID and port and also documents stop/status/log commands, indicating disclosed background operation.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`directory`:文件夹路径,Hermit 会递归扫描并索引其中的文本文件
The skill explicitly indexes text files recursively from a user-selected folder into a searchable knowledge base.
