database

Database rules for Tencent CloudBase, including how to read, update, timestamp, and protect database records.

In plain words
What is it for?
Implementing CloudBase database reads and updates, access permissions, timestamps, and cross-collection operations through cloud functions.
Why use it?
They help prevent incorrect data handling, permission failures, circular error data, and unsafe direct database access.

Cursor rule

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/tencentcloudcommunity/mcp-server/database
Clone the repo
git clone --depth 1 https://github.com/TencentCloudCommunity/mcp-server
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 311 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00311
Opus 5 $0.00000 $0.00156
Sonnet 5 $0.00000 $0.00062
Haiku 4.5 $0.00000 $0.00031

Measured 2d ago against content hash 9b6e2c6ae657, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

database scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/CloudBase-AI-ToolKit/config/rules/database.mdc · 25 lines

What it actually says

数据库操作规则

CloudBase 数据库注意事项

  1. CloudBase数据库doc(id).get()返回的data是数组,需用data[0]获取文档内容
  2. 更新文档时,避免直接存储复杂对象,应提取和保存简单值
  3. 错误处理应返回error.message而非整个error对象,避免循环引用
  4. 使用new Date()替代db.serverDate()创建时间戳
  5. 对于有数据库归属的情况,检查和更新应通过云函数处理,避免数据库权限问题
  6. 云开发的云数据或者 mongodb不能在null值上创建新的嵌套字段,必要时可以用set()替代update()并删除_id

数据库权限管理

  1. 云开发的数据库访问是有权限的,默认的基础权限有:
    • 仅创建者可写,所有人可读
    • 仅创建者可读写
    • 仅管理端可写,所有人可读
    • 仅管理端可读写
  2. 如果直接从 web 端或者小程序端请求数据库,需要考虑配置合适的数据库权限
  3. 在云函数中,默认没有权限控制
  4. 跨数据库集合的操作必须通过云函数实现
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 25 lines · 0 tokens per session scan A 9b6e2c6ae657

Subscribe to this mod's changes

database is a cursor rule published in the GitHub repository TencentCloudCommunity/mcp-server (28 stars, last pushed 1mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 311 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.