Skills auth-nodejs-cloudbase
📦

auth-nodejs-cloudbase

v2.23.8 Content revision r1 Safe Contains scripts⚙️ External commands🌐 Network access📁 Filesystem access

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.

Supports: Claude Codex Code(CC)
🥈 82 Silver

Install with my Agent

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

Agent request
Review the Skillstore skill "auth-nodejs-cloudbase" from https://skillstore.io/skills/tencentcloudbase-auth-nodejs-cloudbase.md and its manifest at https://skillstore.io/api/skills/tencentcloudbase-auth-nodejs-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 "auth-nodejs-cloudbase". A developer asks how a CloudBase function can know who called it.

Expected outcome:

The response explains when to use getUserInfo, which identifiers matter, and how to apply authorization checks server side.

Using "auth-nodejs-cloudbase". A platform team needs CloudBase login for users from an existing account database.

Expected outcome:

The response outlines a backend ticket issuance flow, credential handling rules, and the web client handoff.

Using "auth-nodejs-cloudbase". An admin tool must inspect a user profile without exposing raw profile data to clients.

Expected outcome:

The response recommends trusted backend lookup methods, minimal response shaping, and careful production logging.

Security Audit

Safe
v2 • 7/9/2026 Open versioned report

The static score is driven by Markdown code spans, documentation URLs, sibling-skill path references, and private-key handling guidance in SKILL.md. I found no prompt injection, executable scripts, outbound callbacks, path traversal behavior, or embedded secrets.

1
Files scanned
449
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
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-auth-nodejs-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-auth-nodejs-cloudbase/security.svg)](https://skillstore.io/skills/tencentcloudbase-auth-nodejs-cloudbase?utm_source=security_passport_badge)

HTML badge

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

Embed card

<iframe src="https://skillstore.io/embed/skills/tencentcloudbase-auth-nodejs-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). auth-nodejs-cloudbase security audit report (audit version 2) [Author version 2.23.8]. Skillstore. https://skillstore.io/skills/tencentcloudbase-auth-nodejs-cloudbase/audits/2

BibTeX citation

@techreport{tencentcloudbase-tencentcloudbase-auth-nodejs-cloudbase-2026, author = {tencentcloudbase}, title = {auth-nodejs-cloudbase security audit report (audit version 2)}, institution = {Skillstore}, year = {2026}, number = {2}, url = {https://skillstore.io/skills/tencentcloudbase-auth-nodejs-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: "auth-nodejs-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-auth-nodejs-cloudbase/audits/2" identifiers: - type: other value: "skillstore:tencentcloudbase-auth-nodejs-cloudbase:audit:2" description: "Skillstore immutable audit report identifier"

Skillstore Score

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

What You Can Build

Authorize Cloud Functions

Read caller identity in a CloudBase function and use uid or customUserId for access checks.

Inspect User Records

Query CloudBase end-user profiles from trusted server-side admin tools.

Bridge Existing Accounts

Create custom login tickets after an external user system authenticates a user.

Try These Prompts

Identify Current Caller
Use the auth-nodejs-cloudbase skill to show how my Node CloudBase function can read the current caller identity and choose the right user identifier.
Look Up a User
Use the auth-nodejs-cloudbase skill to design a trusted Node backend flow that looks up a CloudBase user by uid, phone, email, or custom user ID.
Issue Custom Tickets
Use the auth-nodejs-cloudbase skill to create a Node-side custom login ticket flow for users authenticated by my existing account system.
Review Auth Boundaries
Use the auth-nodejs-cloudbase skill to review my CloudBase Node auth plan for backend-only responsibilities, sensitive logging, and client handoff boundaries.

Best Practices

  • Use uid as the primary CloudBase user identifier in backend authorization checks.
  • Keep custom login credential files only on trusted servers or CloudBase functions.
  • Return only the user fields that clients need, and avoid full profile logging.

Avoid

  • Using this skill for frontend login UI instead of web auth guidance.
  • Exposing getEndUserInfo or queryUserInfo results directly to untrusted clients.
  • Creating custom login tickets before the external user is authenticated.

Frequently Asked Questions

What does this skill help me build?
It helps build Node.js backend auth flows with the CloudBase Node SDK.
Can it configure CloudBase login providers?
No. Provider setup belongs to CloudBase console or provider configuration guidance.
Can it build a web login page?
No. It only covers Node-side identity, user lookup, and ticket issuance.
Which user identifier should backend code prefer?
Backend code should prefer the CloudBase uid for identity and authorization decisions.
How are custom login tickets handled?
Trusted Node code creates tickets after external authentication, then a client exchanges the ticket with CloudBase.
Does it replace official SDK documentation?
No. It summarizes supported patterns and expects official CloudBase docs for API details outside this scope.

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