Caveat verdict

rag-retriever-v3

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

3
security
30
transparency
80
maintenance

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.

Capability combination high

Accesses credentials AND encodes data — may obfuscate stolen credentials

LLM02 · ASI03 · ASI04

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (6)

Confirmed in code medium

Accesses process.env — reads environment variables

SKILL.md · code

Pattern match medium

Accesses sensitive environment variables

SKILL.md · code · process.env.OPENAI_API_KEY

Pattern match medium

Dynamic import() — loads module at runtime

src/cli.js · prose · downgraded · import('

Pattern match medium

References child_process — can spawn system processes

test/run-all-tests.js · prose · downgraded · child_process

Pattern match medium

Uses spawn() — can execute external programs

test/run-all-tests.js · prose · downgraded · spawn(

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API