SherpaMind

v0.1.7

Use for SherpaDesk-related requests: ticket lookup, support-history retrieval, account/user/technician analysis, stale-ticket review, workload questions, ope...

0· 120·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included code and runtime guidance: this is a local SherpaDesk ingest/sync/enrichment backend plus a skill-front for queries. The primary credential (SHERPADESK_API_KEY) and required interpreter (python3/python) are appropriate and expected for the stated functionality. There are no unrelated credentials or unexplained external services requested.
Instruction Scope
SKILL.md instructs the agent/operator to run the repo-local Python runner and describes creating workspace-local state under .SherpaMind/ (DB, venv, config, secrets, public artifacts) and optionally installing a user-level systemd service. Those actions are consistent with a local backend but do involve writing plaintext staged API keys and generating public artifact files — the operator must ensure the workspace location is appropriate and not accidentally committed or publicly served.
Install Mechanism
There is no formal install spec in the registry, but the repo includes bootstrap and run scripts that create a venv and install Python dependencies from PyPI (httpx, pydantic, tenacity, typer, rich). That is a common pattern for Python projects; it entails network downloads from PyPI and writing runtime files to disk. Inspect scripts/bootstrap.py and scripts/run.py before running and prefer running bootstrap-audit first.
Credentials
Only the SherpaDesk API key is declared as the primary credential, which is proportional to the stated purpose. However, the skill stages that key into a plaintext file under .SherpaMind/private/secrets/sherpadesk_api_key.txt by design — this is convenient but increases exposure risk if the workspace is misconfigured, backed up, or committed. The skill otherwise does not request unrelated credentials.
Persistence & Privilege
Persistent, user-scoped behavior is explicit and expected: a workspace-local SQLite DB, generated public artifacts, and an optional user-level systemd service. always:false and normal autonomous invocation mean it doesn't force inclusion in every agent run, but installing and enabling the background service gives it ongoing execution capability on the host (user-level only). Operators should review the service unit and confirm they want continuous local sync before enabling it.
Assessment
This repository appears internally consistent with its SherpaDesk-backend purpose, but before installing or enabling live sync: - Review scripts/bootstrap.py and scripts/run.py (and the systemd unit content produced by install-service) so you know exactly what will run and when. - Keep the workspace (the directory containing .SherpaMind/) somewhere private and outside any git-tracked repo; do not commit .SherpaMind/ or its secrets. Confirm .gitignore excludes .SherpaMind/. - The staged API key is stored in plaintext under .SherpaMind/private/secrets/sherpadesk_api_key.txt — use a least-privilege API token and be prepared to rotate it if it is ever exposed. - The tool will create a local SQLite DB and may generate public Markdown artifacts under .SherpaMind/public/; do not serve those files or move them to a public location if they contain sensitive derived data. - The bootstrap process will pip-install dependencies from PyPI; run bootstrap-audit first and consider doing the initial run in an isolated environment or VM if you want to inspect behavior safely. - If you plan to enable the optional user-level systemd service, inspect the generated unit and logs and only enable it when comfortable with ongoing background network calls to SherpaDesk. If you want extra assurance, run the bootstrap and initial seed in a disposable environment, confirm the files written and requests made, then proceed to use in production with the mitigations above.

Like a lobster shell, security has layers — review code before you run it.

latestvk97284g70d4n3181sjt9hf8w0d83vjey

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🧰 Clawdis
Any binpython3, python
Primary envSHERPADESK_API_KEY

Comments