Baidupan
Analysis
This looks like a straightforward Baidu Netdisk wrapper, but it requires Baidu authorization and can upload, download, or sync files you choose.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
bypy syncdown "$source_path" "$target_path" ... bypy syncup "$source_path" "$target_path" ... bypy sync "$source_path" "$target_path"
The sync wrapper passes user-supplied paths to bypy for cloud-to-local, local-to-cloud, or bidirectional synchronization.
"requires": { "bins": ["bypy"] }, "install": [{ "kind": "pip", "package": "bypy" }]The skill relies on an external bypy CLI package and the artifact does not pin a specific package version.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
首次使用需要**授权登录** ... 授权一次,长期有效(直到百度token过期) ... 授权信息保存在本地 `~/.bypy/` 目录
The skill requires Baidu account authorization and stores a reusable local token, which is expected for this integration but grants account-level cloud file access through bypy.
