Skip to main content

btc

Enables users to query Bitcoin company data, including mining stats, country-specific information, and company rankings.

Install this skill

or
35/100

Security score

The btc skill was audited on May 13, 2026 and we found 45 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 82

Template literal with variable interpolation in command context

SourceSKILL.md
82```
medium line 201

Template literal with variable interpolation in command context

SourceSKILL.md
201```markdown
medium line 441

Template literal with variable interpolation in command context

SourceSKILL.md
441```
medium line 817

Curl to non-GitHub URL

SourceSKILL.md
817curl -s -X POST https://bitcoincompanies.co/api/v1/companies/{domain}/reviews \
medium line 853

Webhook reference - potential data exfiltration

SourceSKILL.md
853After the human pays, the review is auto-published via webhook. Verify by fetching the reviews list:
low line 921

Webhook reference - potential data exfiltration

SourceSKILL.md
921→ Pay invoice, then review auto-publishes via webhook
low line 69

External URL reference

SourceSKILL.md
69WebFetch https://bitcoincompanies.co/api/v1/companies/{domain}
low line 70

External URL reference

SourceSKILL.md
70WebFetch https://bitcoincompanies.co/api/v1/price
low line 75

External URL reference

SourceSKILL.md
75WebFetch https://bitcoincompanies.co/api/v1/companies?q={query}&limit=5
low line 76

External URL reference

SourceSKILL.md
76WebFetch https://bitcoincompanies.co/api/v1/price
low line 140

External URL reference

SourceSKILL.md
140WebFetch https://bitcoincompanies.co/api/v1/companies?{params}
low line 147

External URL reference

SourceSKILL.md
147WebFetch https://bitcoincompanies.co/api/v1/countries?limit=20
low line 152

External URL reference

SourceSKILL.md
152WebFetch https://bitcoincompanies.co/api/v1/tiers
low line 185

External URL reference

SourceSKILL.md
185WebFetch https://bitcoincompanies.co/api/v1/stats
low line 186

External URL reference

SourceSKILL.md
186WebFetch https://bitcoincompanies.co/api/v1/price
low line 191

External URL reference

SourceSKILL.md
191WebFetch https://bitcoincompanies.co/api/v1/companies?limit=10{&category or &country or &tier}
low line 196

External URL reference

SourceSKILL.md
196WebFetch https://bitcoincompanies.co/api/v1/weather
low line 241

External URL reference

SourceSKILL.md
241WebFetch https://bitcoincompanies.co/api/v1/countries?limit=50
low line 359

External URL reference

SourceSKILL.md
359View on site: https://bitcoincompanies.co/countries
low line 371

External URL reference

SourceSKILL.md
371WebFetch https://bitcoincompanies.co/api/v1/companies/{domain}/claims?limit=10&page={page}
low line 372

External URL reference

SourceSKILL.md
372WebFetch https://bitcoincompanies.co/api/v1/companies/{domain}
low line 377

External URL reference

SourceSKILL.md
377WebFetch https://bitcoincompanies.co/api/v1/companies?q={query}&limit=1
low line 421

External URL reference

SourceSKILL.md
421WebFetch https://bitcoincompanies.co/api/v1/companies/{domain1}
low line 422

External URL reference

SourceSKILL.md
422WebFetch https://bitcoincompanies.co/api/v1/companies/{domain2}
low line 423

External URL reference

SourceSKILL.md
423WebFetch https://bitcoincompanies.co/api/v1/price
low line 429

External URL reference

SourceSKILL.md
429WebFetch https://bitcoincompanies.co/api/v1/companies?q={name1}&limit=1
low line 430

External URL reference

SourceSKILL.md
430WebFetch https://bitcoincompanies.co/api/v1/companies?q={name2}&limit=1
low line 431

External URL reference

SourceSKILL.md
431WebFetch https://bitcoincompanies.co/api/v1/price
low line 433

External URL reference

SourceSKILL.md
433WebFetch https://bitcoincompanies.co/api/v1/companies/{domain1}
low line 434

External URL reference

SourceSKILL.md
434WebFetch https://bitcoincompanies.co/api/v1/companies/{domain2}
low line 493

External URL reference

SourceSKILL.md
493WebFetch https://bitcoincompanies.co/api/v1/weather?{params}
low line 498

External URL reference

SourceSKILL.md
498WebFetch https://bitcoincompanies.co/api/v1/companies/{domain}/weather?{params}
low line 556

External URL reference

SourceSKILL.md
556WebFetch https://bitcoincompanies.co/api/v1/companies/{domain}/addresses?sort=balance&limit=25&page={page}
low line 598

External URL reference

SourceSKILL.md
598WebFetch https://bitcoincompanies.co/api/v1/companies/{domain}/transactions?sort=recent&limit=25&page={page}
low line 634

External URL reference

SourceSKILL.md
634WebFetch https://bitcoincompanies.co/api/v1/companies/{domain}/addresses?state=verified&limit=10&page={page}
low line 635

External URL reference

SourceSKILL.md
635WebFetch https://bitcoincompanies.co/api/v1/companies/{domain}
low line 692

External URL reference

SourceSKILL.md
692WebFetch https://bitcoincompanies.co/api/v1/companies?q={name}&limit=1
low line 694

External URL reference

SourceSKILL.md
694WebFetch https://bitcoincompanies.co/api/v1/companies/{domain}
low line 695

External URL reference

SourceSKILL.md
695WebFetch https://bitcoincompanies.co/api/v1/companies/{domain}/reviews?sort=recent&limit=10&page={page}
low line 698

External URL reference

SourceSKILL.md
698WebFetch https://bitcoincompanies.co/api/v1/companies/{domain}
low line 699

External URL reference

SourceSKILL.md
699WebFetch https://bitcoincompanies.co/api/v1/companies/{domain}/reviews?sort=recent&limit=10&page={page}
low line 761

External URL reference

SourceSKILL.md
761WebFetch https://bitcoincompanies.co/api/v1/companies/{domain}
low line 817

External URL reference

SourceSKILL.md
817curl -s -X POST https://bitcoincompanies.co/api/v1/companies/{domain}/reviews \
low line 856

External URL reference

SourceSKILL.md
856WebFetch https://bitcoincompanies.co/api/v1/companies/{domain}/reviews?sort=recent&limit=1
low line 892

External URL reference

SourceSKILL.md
892Base: https://bitcoincompanies.co/api/v1
Scanned on May 13, 2026
View Security Dashboard
Installation guide →