carsxe
github.com/clawhub.ai/carsxe
Scanned Thu, 28 May 2026 16:10:36 GMT
Scan ID crawl-z717t308ymr4wnza7arjt7jz · 1ms
F
SCORE 0 / 100
Verdict: Do not install
11 critical findings.
This skill leaks data via URL parameters ($CARSXE_KEY) plus 11 other issues listed below.
11 critical0 high1 medium0 rules passed
Why grade F?
score · 0 / 100The current grade reflects 11 critical findings (any 2+ CRITs → F).
11 CRIT0 HIGH1 MED0 LOW
To reach a higher grade
- DReach Dtarget score 30
Resolve 10 of your 11 CRIT findings — any single CRIT still keeps you at D.
- CReach Ctarget score 55
Resolve all 11 CRIT findings.
- BReach Btarget score 75
Resolve all 11 CRIT.
- AReach Atarget score 95
Resolve all 11 CRIT.
Thresholds are documented at /docs/grading. Source-of-truth is the grade() function in @skillox/scanner.
Findings · ordered by severity
critURL embeds a credential variableThe skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.▾
URL embeds a credential variable
The skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.
100
101**"What are the specs for VIN WBAFR7C57CC811956?"**
102→ `GET https://api.carsxe.com/specs?key=$CARSXE_KEY&vin=WBAFR7C57CC811956&source=openclaw`← URL interpolates a credential into the query string
103
104**"Decode California plate 7XER187"**
critURL embeds a credential variableThe skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.▾
URL embeds a credential variable
The skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.
103
104**"Decode California plate 7XER187"**
105→ `GET https://api.carsxe.com/v2/platedecoder?key=$CARSXE_KEY&plate=7XER187&country=US&state=CA&source=openclaw`← URL interpolates a credential into the query string
106
107**"What's my car worth? VIN WBAFR7C57CC811956, 45k miles, clean condition, California"**
critURL embeds a credential variableThe skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.▾
URL embeds a credential variable
The skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.
106
107**"What's my car worth? VIN WBAFR7C57CC811956, 45k miles, clean condition, California"**
108→ `GET https://api.carsxe.com/v2/marketvalue?key=$CARSXE_KEY&vin=WBAFR7C57CC811956&state=CA&mileage=45000&condition=clean&source=openclaw`← URL interpolates a credential into the query string
109
110**"Does this car have any recalls? 1C4JJXR64PW696340"**
critURL embeds a credential variableThe skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.▾
URL embeds a credential variable
The skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.
109
110**"Does this car have any recalls? 1C4JJXR64PW696340"**
111→ `GET https://api.carsxe.com/v1/recalls?key=$CARSXE_KEY&vin=1C4JJXR64PW696340&source=openclaw`← URL interpolates a credential into the query string
112
113**"Check liens and theft for WBAFR7C57CC811956"**
critURL embeds a credential variableThe skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.▾
URL embeds a credential variable
The skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.
112
113**"Check liens and theft for WBAFR7C57CC811956"**
114→ `GET https://api.carsxe.com/v1/lien-theft?key=$CARSXE_KEY&vin=WBAFR7C57CC811956&source=openclaw`← URL interpolates a credential into the query string
115
116**"Decode this international VIN: WF0MXXGBWM8R43240"**
critURL embeds a credential variableThe skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.▾
URL embeds a credential variable
The skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.
115
116**"Decode this international VIN: WF0MXXGBWM8R43240"**
117→ `GET https://api.carsxe.com/v1/international-vin-decoder?key=$CARSXE_KEY&vin=WF0MXXGBWM8R43240&source=openclaw`← URL interpolates a credential into the query string
118
119**"Look up 2020 Toyota Camry LE"**
critURL embeds a credential variableThe skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.▾
URL embeds a credential variable
The skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.
118
119**"Look up 2020 Toyota Camry LE"**
120→ `GET https://api.carsxe.com/v1/ymm?key=$CARSXE_KEY&year=2020&make=Toyota&model=Camry&trim=LE&source=openclaw`← URL interpolates a credential into the query string
121
122**"My check engine light shows P0300"**
critURL embeds a credential variableThe skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.▾
URL embeds a credential variable
The skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.
121
122**"My check engine light shows P0300"**
123→ `GET https://api.carsxe.com/obdcodesdecoder?key=$CARSXE_KEY&code=P0300&source=openclaw`← URL interpolates a credential into the query string
124
125**"Extract the VIN from this photo: https://user-images.githubusercontent.com/5663423/30922082-64edb4fa-a3a8-11e7-873e-3fbcdce8ea3a.png"**
critURL embeds a credential variableThe skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.▾
URL embeds a credential variable
The skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.
124
125**"Extract the VIN from this photo: https://user-images.githubusercontent.com/5663423/30922082-64edb4fa-a3a8-11e7-873e-3fbcdce8ea3a.png"**
126→ `POST https://api.carsxe.com/v1/vinocr?key=$CARSXE_KEY&source=openclaw`← URL interpolates a credential into the query string
127→ Body: `{"image": "https://user-images.githubusercontent.com/5663423/30922082-64edb4fa-a3a8-11e7-873e-3fbcdce8ea3a.png"}`
128
critURL embeds a credential variableThe skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.▾
URL embeds a credential variable
The skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.
128
129**"Extract the plate from this photo: https://imagedelivery.net/moyiiSImjJPI_EZVxNMBBw/f49aed53-d736-4370-f3f4-97418841c800/public"**
130→ `POST https://api.carsxe.com/platerecognition?key=$CARSXE_KEY&source=openclaw`← URL interpolates a credential into the query string
131→ Body: `{"image": "https://imagedelivery.net/moyiiSImjJPI_EZVxNMBBw/f49aed53-d736-4370-f3f4-97418841c800/public"}`
132
critURL embeds a credential variableThe skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.▾
URL embeds a credential variable
The skill builds a URL that interpolates a secret into the query string. If the agent makes this request, the credential leaves the trust boundary.
132
133**"Get vehicle images for BMW X5 2019"**
134→ `GET https://api.carsxe.com/images?key=$CARSXE_KEY&make=BMW&model=X5&year=2019&source=openclaw`← URL interpolates a credential into the query string
135
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/r/crawl-z717t308ymr4wnza7arjt7jz