baidunetdisk
Analysis
The skill matches its Baidu Netdisk purpose, but it needs full-access Baidu session cookies and can change or delete cloud files, so users should review it carefully before installing.
Findings (4)
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.
def delete_file(self, path: str): ... params = { 'method': 'delete', 'path': path } ... self.session.post(url, params=params, cookies=self._get_cookies())The code directly performs a delete operation against the Baidu Netdisk API using the configured account credentials.
Required env vars: none ... Primary credential: none
Registry-level requirement metadata does not surface the credential requirement, while the skill files require BDUSS/STOKEN secrets.
pip install requests
The skill uses a user-directed, unpinned package installation step for its Python dependency.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
本 Skill 需要您的百度网盘登录凭证(BDUSS 和 STOKEN),这些凭证具有完全访问您网盘账户的权限
The skill requires Baidu session credentials and explicitly says they provide full access to the user's Netdisk account.
