memory-lancedb-pro-openclaw
github.com/aradotso/trending-skillsVerdict: Do not install
6 critical0 high1 medium
F
SCORE 0 / 100
$skillox install memory-lancedb-pro-openclawSoon
Sign in to followFollowing emails you when a re-scan drops the grade. Opt-out is per-creator on /account/billing.
Why grade F?
score · 0 / 100The current grade reflects 6 critical findings (any 2+ CRITs → F).
6 CRIT0 HIGH1 MED0 LOW
To reach a higher grade
- DReach Dtarget score 30
Resolve 5 of your 6 CRIT findings — any single CRIT still keeps you at D.
- CReach Ctarget score 55
Resolve all 6 CRIT findings.
- BReach Btarget score 75
Resolve all 6 CRIT.
- AReach Atarget score 95
Resolve all 6 CRIT.
Thresholds are documented at /docs/grading. Source-of-truth is the grade() function in @skillox/scanner.
Latest scan findings
Scan crawl-c5x93zrkqunu56t2pau8r9jb · Thu, 28 May 2026 17:13:26 GMT · 3ms
critSkill references secret env var ${OPENAI_API_KEY}The skill instructions reference `${OPENAI_API_KEY}`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.▾
Skill references secret env var ${OPENAI_API_KEY}
The skill instructions reference `${OPENAI_API_KEY}`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.
71 "embedding": {
72 "provider": "openai-compatible",
73 "apiKey": "${OPENAI_API_KEY}",← references ${OPENAI_API_KEY} — potential credential leak
74 "model": "text-embedding-3-small"
75 },
critSkill references secret env var ${OPENAI_API_KEY}The skill instructions reference `${OPENAI_API_KEY}`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.▾
Skill references secret env var ${OPENAI_API_KEY}
The skill instructions reference `${OPENAI_API_KEY}`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.
107 "embedding": {
108 "provider": "openai-compatible",
109 "apiKey": "${OPENAI_API_KEY}",← references ${OPENAI_API_KEY} — potential credential leak
110 "model": "text-embedding-3-small",
111 "baseURL": "https://api.openai.com/v1"
critSkill references secret env var ${OPENAI_API_KEY}The skill instructions reference `${OPENAI_API_KEY}`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.▾
Skill references secret env var ${OPENAI_API_KEY}
The skill instructions reference `${OPENAI_API_KEY}`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.
118 "extraction": {
119 "provider": "openai-compatible",
120 "apiKey": "${OPENAI_API_KEY}",← references ${OPENAI_API_KEY} — potential credential leak
121 "model": "gpt-4o-mini"
122 },
critSkill references secret env var ${OPENAI_API_KEY}The skill instructions reference `${OPENAI_API_KEY}`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.▾
Skill references secret env var ${OPENAI_API_KEY}
The skill instructions reference `${OPENAI_API_KEY}`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.
177 "embedding": { "provider": "jina", "apiKey": "${JINA_API_KEY}", "model": "jina-embeddings-v3" },
178 "reranker": { "provider": "jina", "apiKey": "${JINA_API_KEY}", "model": "jina-reranker-v2-base-multilingual" },
179 "extraction": { "provider": "openai-compatible", "apiKey": "${OPENAI_API_KEY}", "model": "gpt-4o-mini" }← references ${OPENAI_API_KEY} — potential credential leak
180}
181```
critSkill references secret env var ${OPENAI_API_KEY}The skill instructions reference `${OPENAI_API_KEY}`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.▾
Skill references secret env var ${OPENAI_API_KEY}
The skill instructions reference `${OPENAI_API_KEY}`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.
184```json
185{
186 "embedding": { "provider": "openai-compatible", "apiKey": "${OPENAI_API_KEY}", "model": "text-embedding-3-small" },← references ${OPENAI_API_KEY} — potential credential leak
187 "reranker": { "provider": "siliconflow", "apiKey": "${SILICONFLOW_API_KEY}", "model": "BAAI/bge-reranker-v2-m3" },
188 "extraction": { "provider": "openai-compatible", "apiKey": "${OPENAI_API_KEY}", "model": "gpt-4o-mini" }
critSkill references secret env var ${OPENAI_API_KEY}The skill instructions reference `${OPENAI_API_KEY}`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.▾
Skill references secret env var ${OPENAI_API_KEY}
The skill instructions reference `${OPENAI_API_KEY}`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.
186 "embedding": { "provider": "openai-compatible", "apiKey": "${OPENAI_API_KEY}", "model": "text-embedding-3-small" },
187 "reranker": { "provider": "siliconflow", "apiKey": "${SILICONFLOW_API_KEY}", "model": "BAAI/bge-reranker-v2-m3" },
188 "extraction": { "provider": "openai-compatible", "apiKey": "${OPENAI_API_KEY}", "model": "gpt-4o-mini" }← references ${OPENAI_API_KEY} — potential credential leak
189}
190```
medNo capability manifest declaredThe skill ships without a `manifest.yaml` or `capabilities` block in its frontmatter. Without a manifest, the runtime cannot enforce what this skill is permitted to do.rule: no-manifest▾
No capability manifest declared
The skill ships without a `manifest.yaml` or `capabilities` block in its frontmatter. Without a manifest, the runtime cannot enforce what this skill is permitted to do.
rule:
no-manifestskillox.io/c/memory-lancedb-pro-openclaw