Baidu
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only Baidu skill is coherent and mostly advisory, with disclosed local memory setup and clear approval guardrails for account-level actions.
This skill appears safe for Baidu research and planning. Before enabling setup, decide whether you want local memory in ~/baidu/. If you use it for Baidu Maps, AI Cloud, or Qianfan account work, approve each account-changing step explicitly and keep credentials or private tokens out of chat and memory files.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Future Baidu answers may be shaped by saved local notes, and those notes may include non-secret account or project labels.
The skill creates persistent local memory files that can store Baidu account labels, source preferences, regional defaults, and decisions for reuse in future tasks.
Create these baseline files inside `~/baidu/` ... `accounts.md` ... `sources.md` ... `decisions.md`
Review the files under ~/baidu/ periodically, keep them concise, and do not store secrets, raw customer data, billing exports, or tokens.
If used for execution rather than research, the agent may help with sensitive Baidu account or cloud changes that affect access, resources, or costs.
The skill anticipates possible account-level Baidu console work, including keys, cloud resources, and billing, while requiring escalation before such actions.
Escalate Before Execution If ... the task would log into a console ... create or rotate keys ... change cloud resources or billing scope
Keep the skill in planning mode unless you explicitly approve account-level execution, and never paste passwords, SMS codes, cookies, refresh tokens, or private access keys into chat.
Running setup will create local files in your home directory for Baidu-related preferences and decisions.
The setup flow includes shell commands to create and permission local state files; these commands are disclosed, narrow, and aligned with the skill’s memory design.
mkdir -p ~/baidu
touch ~/baidu/{memory.md,accounts.md,regions.md,sources.md,decisions.md}
chmod 700 ~/baidu
chmod 600 ~/baidu/{memory.md,accounts.md,regions.md,sources.md,decisions.md}Run these commands only if you want local Baidu memory enabled, and confirm the ~/baidu/ path is acceptable for your environment.
