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
| 123 | const env = process.env.NEXT_PUBLIC_BLUVO_ENV; |
low line 126
Access to .env file
SourceSKILL.md
| 126 | orgId: process.env.BLUVO_ORG_ID!, |
low line 127
Access to .env file
SourceSKILL.md
| 127 | projectId: process.env.BLUVO_PROJECT_ID!, |
low line 128
Access to .env file
SourceSKILL.md
| 128 | apiKey: process.env.BLUVO_API_KEY!, |
low line 132
Access to .env file
SourceSKILL.md
| 132 | orgId: process.env.BLUVO_ORG_ID!, |
low line 133
Access to .env file
SourceSKILL.md
| 133 | projectId: process.env.BLUVO_PROJECT_ID!, |
low line 134
Access to .env file
SourceSKILL.md
| 134 | apiKey: process.env.BLUVO_API_KEY!, |
low line 138
Access to .env file
SourceSKILL.md
| 138 | orgId: process.env.BLUVO_ORG_ID!, |
low line 139
Access to .env file
SourceSKILL.md
| 139 | projectId: process.env.BLUVO_PROJECT_ID!, |
low line 140
Access to .env file
SourceSKILL.md
| 140 | apiKey: process.env.BLUVO_API_KEY!, |
low line 183
Access to .env file
SourceSKILL.md
| 183 | orgId: process.env.NEXT_PUBLIC_BLUVO_ORG_ID!, |
low line 184
Access to .env file
SourceSKILL.md
| 184 | projectId: process.env.NEXT_PUBLIC_BLUVO_PROJECT_ID!, |
low line 192
Access to .env file
SourceSKILL.md
| 192 | sandbox: process.env.NEXT_PUBLIC_BLUVO_ENV === 'staging', |
low line 193
Access to .env file
SourceSKILL.md
| 193 | dev: 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
| 219 | Obtain `orgId`, `projectId`, and `apiKey` from the [Bluvo Portal](https://portal.bluvo.dev) API Keys section. |
Scanned on May 12, 2026
View Security DashboardGitHub Stars 6
Rate this skill
Categorydevelopment
UpdatedMay 13, 2026
openclawapibackendbackend-developerproduct-managergrowth-pmdata-engineerdevops-sredevelopmentproduct
bluvoinc/sdk