RAGLite
Analysis
RAGLite appears purpose-aligned, but it deserves review because it can turn sensitive local documents into a persistent searchable cache and installs an unpinned Python package.
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.
If you distill content from third parties ... assume it may contain prompt injection attempts.
The skill ingests untrusted document text into a model-based distillation workflow. The artifact acknowledges this risk and says the prompts treat source text as data only, which is a useful mitigation but still something users should notice.
python -m pip install --upgrade raglite-chromadb
The installer fetches and upgrades an unpinned PyPI package at install time, with an optional custom index URL. This is purpose-aligned for a Python CLI skill, but the installed package code is not pinned by the artifact.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
durable place to store and retrieve information ... local/private knowledge (school work, personal notes, medical records, internal runbooks)
The skill is intended to persist distilled documents and retrieval indexes for sensitive local/private material. The artifacts do not clearly bound allowed paths, exclusions, retention, deletion, or when an agent may index those documents.
