auth-nodejs-cloudbase
82Build CloudBase Node Auth Flows
Server-side CloudBase auth work can mix caller identity, user lookup, and custom login details. This skill guides Node.js agents through correct SDK methods and secure backend patterns.
Manage CloudBase Web Storage
Browser storage workflows can fail when buckets, domains, or access rules are incomplete. This skill guides CloudBase Web SDK uploads, downloads, temporary URLs, and environment checks.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "cloud-storage-web" from https://skillstore.io/skills/tencentcloudbase-cloud-storage-web.md and its manifest at https://skillstore.io/api/skills/tencentcloudbase-cloud-storage-web/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.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "cloud-storage-web". A user asks for a profile image upload flow in a CloudBase browser app.
Expected outcome:
The response identifies the upload method, validates file size and type, resolves a temporary URL, and handles upload failure clearly.
Using "cloud-storage-web". A local development upload fails with a CORS or domain error.
Expected outcome:
The response checks the actual browser origin, compares it with CloudBase security domains, and recommends adding the exact host and port.
Using "cloud-storage-web". A PG storage upload reports that the bucket is missing.
Expected outcome:
The response explains that the bucket must exist first and separates PG bucket names from legacy path prefixes.
All static findings were reviewed against SKILL.md context and adjudicated as false positives. The matches are Markdown code spans, documentation URLs, local-origin examples, relative skill references, or setup guidance rather than executable code or malicious intent.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/tencentcloudbase-cloud-storage-web/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/tencentcloudbase-cloud-storage-web?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/tencentcloudbase-cloud-storage-web?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/tencentcloudbase-cloud-storage-web/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/tencentcloudbase-cloud-storage-web.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>tencentcloudbase. (2026). cloud-storage-web security audit report (audit version 2) [Author version 2.23.8]. Skillstore. https://skillstore.io/skills/tencentcloudbase-cloud-storage-web/audits/2@techreport{tencentcloudbase-tencentcloudbase-cloud-storage-web-2026,
author = {tencentcloudbase},
title = {cloud-storage-web security audit report (audit version 2)},
institution = {Skillstore},
year = {2026},
number = {2},
url = {https://skillstore.io/skills/tencentcloudbase-cloud-storage-web/audits/2},
note = {Author version 2.23.8}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "cloud-storage-web 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-cloud-storage-web/audits/2"
identifiers:
- type: other
value: "skillstore:tencentcloudbase-cloud-storage-web:audit:2"
description: "Skillstore immutable audit report identifier"
Implement a Web SDK upload flow that stores files and returns a usable preview URL.
Check missing buckets, security domains, and upload errors before changing application code.
Configure PG storage bucket usage and RLS expectations for authenticated browser users.
Use CloudBase Web SDK to upload a selected browser file. Include the setup checks I need before testing.
Build a CloudBase browser upload flow that resolves a temporary preview URL after the upload succeeds.
Diagnose my CloudBase Web SDK upload failure. Check bucket existence, security domains, and the correct API for my storage mode.
Plan a CloudBase PG storage browser workflow with bucket naming, authenticated uploads, signed URLs, and RLS policy considerations.
Author
tencentcloudbaseLicense
MIT
Author version
v2.23.8
Skillstore revision
r1
Ref
24b2fe42a456262f3fd0fb3df72e12d9ed2c32ec
Maintenance freshness
7/18/2026
Usage
1 downloads · 1 views
File structure
📄 SKILL.md
Build CloudBase Node Auth Flows
Server-side CloudBase auth work can mix caller identity, user lookup, and custom login details. This skill guides Node.js agents through correct SDK methods and secure backend patterns.
Build CloudBase Mini Program Database Features
Mini Program database work requires correct SDK patterns and security rules. This skill guides Claude, Codex, and Claude Code through CloudBase document database tasks.
Build CloudBase AI Backends in Node.js
Backend AI setup often fails when model groups, credits, and SDK methods are guessed. This skill gives CloudBase Node.js patterns, preflight checks, and model enablement steps.
Design Distinctive UI Prototypes
Generic AI interfaces often lack visual direction and platform-aware detail. This skill guides Claude, Codex, and Claude Code to define design intent before building prototypes.
Plan Complex Coding Changes
Large coding changes often fail when scope, design, and acceptance criteria are vague. This skill guides Claude, Codex, and Claude Code through requirements, design, tasks, and staged confirmation.
Add CloudBase AI Models to Web Apps
Browser AI integration can fail when model groups, auth, or Token Credits are not prepared. This skill guides CloudBase preflight, model enabling, and SDK calls for web apps.
Add Object Storage to Caffeine AI Apps
by caffeinelabs
Large files need storage beyond Internet Computer canister limits. This skill guides Caffeine AI projects through backend integration, browser uploads, cached display, downloads, and troubleshooting.
Manage Azure File Shares in Python
by sickn33
Teams often need reliable Python code for Azure Files shares, directories, and file transfers. This skill gives ready patterns for authentication, listing, upload, download, copy, and cleanup.
Improve Rust Object Store Reliability
by EmilLindfors
Cloud storage code often fails under transient errors, large files, and costly list operations. This skill reviews Rust object_store usage and suggests safer patterns for production.
Build Azure Blob Storage Apps in Java
by sickn33
Azure Blob Storage workflows require precise Java SDK patterns for authentication, transfer, metadata, and lifecycle operations. This skill provides focused implementation guidance and examples.
Build Secure File Upload Workflows
by sickn33
Unsafe uploads can expose systems, exhaust resources, and leak private files. This skill provides practical patterns for validation, storage, and scalable transfer workflows.
Build Azure Blob Storage Workflows in Rust
by sickn33
Azure Blob Storage integration in Rust requires correct clients, credentials, and asynchronous request patterns. This skill provides focused SDK examples for common blob and container operations.