Skip to main content

bluvo

Enables secure wallet connections to crypto exchanges and manages withdrawals with a state machine API for seamless integration.

Install this skill

or
83/100

Security score

The bluvo skill was audited on May 12, 2026 and we found 17 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 123

Access to .env file

SourceSKILL.md
123const env = process.env.NEXT_PUBLIC_BLUVO_ENV;
low line 126

Access to .env file

SourceSKILL.md
126orgId: process.env.BLUVO_ORG_ID!,
low line 127

Access to .env file

SourceSKILL.md
127projectId: process.env.BLUVO_PROJECT_ID!,
low line 128

Access to .env file

SourceSKILL.md
128apiKey: process.env.BLUVO_API_KEY!,
low line 132

Access to .env file

SourceSKILL.md
132orgId: process.env.BLUVO_ORG_ID!,
low line 133

Access to .env file

SourceSKILL.md
133projectId: process.env.BLUVO_PROJECT_ID!,
low line 134

Access to .env file

SourceSKILL.md
134apiKey: process.env.BLUVO_API_KEY!,
low line 138

Access to .env file

SourceSKILL.md
138orgId: process.env.BLUVO_ORG_ID!,
low line 139

Access to .env file

SourceSKILL.md
139projectId: process.env.BLUVO_PROJECT_ID!,
low line 140

Access to .env file

SourceSKILL.md
140apiKey: process.env.BLUVO_API_KEY!,
low line 183

Access to .env file

SourceSKILL.md
183orgId: process.env.NEXT_PUBLIC_BLUVO_ORG_ID!,
low line 184

Access to .env file

SourceSKILL.md
184projectId: process.env.NEXT_PUBLIC_BLUVO_PROJECT_ID!,
low line 192

Access to .env file

SourceSKILL.md
192sandbox: process.env.NEXT_PUBLIC_BLUVO_ENV === 'staging',
low line 193

Access to .env file

SourceSKILL.md
193dev: process.env.NEXT_PUBLIC_BLUVO_ENV === 'development',
low line 28

External URL reference

SourceSKILL.md
28| REST API (OpenAPI) | `https://api-bluvo.com/api/v0/openapi` |
low line 31

External URL reference

SourceSKILL.md
31| Portal (API keys) | `https://portal.bluvo.dev` |
low line 219

External URL reference

SourceSKILL.md
219Obtain `orgId`, `projectId`, and `apiKey` from the [Bluvo Portal](https://portal.bluvo.dev) API Keys section.
Scanned on May 12, 2026
View Security Dashboard
Installation guide →