Skills relational-database-web-cloudbase
๐Ÿ“ฆ

relational-database-web-cloudbase

v2.23.8 Content revision r1 Medium Risk โšก Contains scriptsโš™๏ธ External commands๐ŸŒ Network access๐Ÿ“ Filesystem access

Build CloudBase Relational Database Web Clients

Browser apps need a clear CloudBase relational database setup path. This skill shows the shared web SDK client and Supabase-style query flow.

Supports: Claude Codex Code(CC)
๐Ÿ“Š 72 Adequate

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "relational-database-web-cloudbase" from https://skillstore.io/skills/tencentcloudbase-relational-database-web-cloudbase.md and its manifest at https://skillstore.io/api/skills/tencentcloudbase-relational-database-web-cloudbase/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Test it

Using "relational-database-web-cloudbase". Build a shared database client for a Vue app.

Expected outcome:

A concise setup plan naming the shared CloudBase app, auth step, and relational database client.

Using "relational-database-web-cloudbase". Migrate Supabase list queries to CloudBase.

Expected outcome:

  • Mapping of client initialization differences.
  • Query behavior notes for browser table reads.
  • Warnings about keeping schema work outside frontend code.

Using "relational-database-web-cloudbase". Decide whether a task belongs in this skill.

Expected outcome:

A routing answer that sends browser queries here and sends MySQL administration or PostgreSQL work to the right skill.

Security Audit

Medium Risk
v2 โ€ข 7/9/2026 Open versioned report

Most static findings are Markdown false positives from inline code, code fences, and fixed sibling references. The raw fallback URLs are a real concern because they can direct agents to mutable external instructions outside the reviewed package. No evidence of prompt injection, credential exfiltration, or automatic command execution was found.

1
Files scanned
148
Lines analyzed
5
Review items
0
False positives ignored

Confirmed security concerns (1)

Medium
Mutable Remote Instruction Fallback
The skill directs agents to use raw cnb.cool fallback URLs for main and sibling skill instructions when local references are unavailable. Mutable remote instructions can change after marketplace review and expand the trusted instruction surface.
Lines 12-15 and 33-35 explicitly provide raw fallback URLs and instruct agents to use them for sibling guidance. The intent is legitimate documentation reuse, but the mutable remote instruction source creates a review bypass risk.
Capability review items (5)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

Low
Hardcoded URL
- CloudBase main entry: `https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/sk
The line provides a raw external URL that the skill directs agents to consult as fallback guidance. This can load mutable instructions outside the packaged skill, although no credential exfiltration is present.
Low
Hardcoded URL
- Current skill raw source: `https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/mai
The line provides a raw external URL that the skill directs agents to consult as fallback guidance. This can load mutable instructions outside the packaged skill, although no credential exfiltration is present.
Low
Hardcoded URL
- MySQL SQL management and MCP operations -> `../relational-database-tool/SKILL.md` (standalone fall
The line provides a raw external URL that the skill directs agents to consult as fallback guidance. This can load mutable instructions outside the packaged skill, although no credential exfiltration is present.
Low
Hardcoded URL
- Web auth/login -> `../auth-web/SKILL.md` (standalone fallback: `https://cnb.cool/tencent/cloud/clo
The line provides a raw external URL that the skill directs agents to consult as fallback guidance. This can load mutable instructions outside the packaged skill, although no credential exfiltration is present.
Low
Hardcoded URL
- General Web app setup -> `../web-development/SKILL.md` (standalone fallback: `https://cnb.cool/ten
The line provides a raw external URL that the skill directs agents to consult as fallback guidance. This can load mutable instructions outside the packaged skill, although no credential exfiltration is present.
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/tencentcloudbase-relational-database-web-cloudbase/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/tencentcloudbase-relational-database-web-cloudbase/security.svg)](https://skillstore.io/skills/tencentcloudbase-relational-database-web-cloudbase?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/tencentcloudbase-relational-database-web-cloudbase?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/tencentcloudbase-relational-database-web-cloudbase/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/tencentcloudbase-relational-database-web-cloudbase.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

tencentcloudbase. (2026). relational-database-web-cloudbase security audit report (audit version 2) [Author version 2.23.8]. Skillstore. https://skillstore.io/skills/tencentcloudbase-relational-database-web-cloudbase/audits/2

BibTeX citation

@techreport{tencentcloudbase-tencentcloudbase-relational-database-web-cloudbase-2026, author = {tencentcloudbase}, title = {relational-database-web-cloudbase security audit report (audit version 2)}, institution = {Skillstore}, year = {2026}, number = {2}, url = {https://skillstore.io/skills/tencentcloudbase-relational-database-web-cloudbase/audits/2}, note = {Author version 2.23.8} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "relational-database-web-cloudbase security audit report (audit version 2)" version: "2.23.8" type: report authors: - name: "tencentcloudbase" date-released: "2026-07-09" url: "https://skillstore.io/skills/tencentcloudbase-relational-database-web-cloudbase/audits/2" identifiers: - type: other value: "skillstore:tencentcloudbase-relational-database-web-cloudbase:audit:2" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: Medium
55
Architecture
100
Maintainability
85
Content
65
Community
100
Spec Compliance

What You Can Build

Create a Shared Web Client

Set up one CloudBase app and relational database client for a frontend project.

Migrate Browser Queries

Move Supabase-style browser table queries into CloudBase relational database patterns.

Route Database Tasks

Separate browser data access from schema management, MCP operations, backend access, and PostgreSQL work.

Try These Prompts

Basic Setup
Show me the basic CloudBase relational database setup for a browser app.
Shared Client
Create a shared frontend database client using @cloudbase/js-sdk and explain where auth belongs.
Supabase Migration
Plan a Supabase browser query migration to CloudBase relational database patterns.
Architecture Review
Review my frontend data access plan and separate browser queries from MCP schema management.

Best Practices

  • Create one shared frontend database client and reuse it across components.
  • Handle authentication before relational table access.
  • Keep schema changes and privileged administration outside browser code.

Avoid

  • Do not initialize CloudBase inside every component.
  • Do not use this skill for MCP database management.
  • Do not mix PostgreSQL semantics with the CloudBase web relational flow.

Frequently Asked Questions

Can this skill create database tables?
No. It routes schema and provisioning work to relational-database-tool or PostgreSQL guidance.
Is it for backend services?
No. It is for browser apps that use @cloudbase/js-sdk.
Does it include authentication flows?
It notes that auth must be handled separately before data access.
Can it help Supabase migrations?
Yes. It maps browser client setup and query patterns to CloudBase relational database usage.
Which tools can use it?
It supports Claude, Codex, and Claude Code workflows.
Does it run commands automatically?
No. It documents an install command and client patterns. Users or agents decide what to execute.

Developer Details

License

MIT

Author version

v2.23.8

Skillstore revision

r1

Ref

24b2fe42a456262f3fd0fb3df72e12d9ed2c32ec

Maintenance freshness

7/18/2026

Usage

1 downloads ยท 0 views

File structure

๐Ÿ“„ SKILL.md

More from tencentcloudbase

View all
View all