Caveat verdict
rag-retriever-v3
Accesses credentials AND encodes data
Enterprise-grade RAG retrieval system using local LanceDB vectors, BM25 keyword search, and optional OpenAI embeddings; network access and credential use are limited to the documented embedding providers for the user's own documents with no suspicious exfiltration.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
credential_access
package_install
Findings (6)
Accesses process.env — reads environment variables
SKILL.md · code
Accesses sensitive environment variables
SKILL.md · code · process.env.OPENAI_API_KEY
Dynamic import() — loads module at runtime
src/cli.js · prose · downgraded · import('
References child_process — can spawn system processes
test/run-all-tests.js · prose · downgraded · child_process
Uses spawn() — can execute external programs
test/run-all-tests.js · prose · downgraded · spawn(
Popular HTTP library — network access
package-lock.json · prose · downgraded · node-fetch
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
package_installcredential_accessdata_encoding Thanks — recorded.