tencent-cloud-cos
Integrates Tencent Cloud Object Storage for file management and image processing, enabling efficient cloud operations and smart searches.
Install this skill
Security score
The tencent-cloud-cos skill was audited on Mar 8, 2026 and we found 17 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Access to hidden dotfiles in home directory
| 91 | - 创建/更新 `~/.mcporter/mcporter.json`,写入 cos-mcp 服务器配置 |
Access to hidden dotfiles in home directory
| 92 | - 将凭证写入 shell 配置文件(`~/.zshrc` 或 `~/.bashrc`),重启后仍可用 |
Access to hidden dotfiles in home directory
| 118 | **判断方式一(mcporter)**:`which mcporter` 且 `cat ~/.mcporter/mcporter.json | grep cos-mcp` 有输出。 |
Access to hidden dotfiles in home directory
| 136 | mcporter call cos-mcp.<tool_name> --config ~/.mcporter/mcporter.json --output json [--args '<JSON>'] |
Access to hidden dotfiles in home directory
| 141 | mcporter list cos-mcp --config ~/.mcporter/mcporter.json --schema |
Access to hidden dotfiles in home directory
| 144 | **判断 mcporter 是否可用**:`which mcporter` 且 `~/.mcporter/mcporter.json` 包含 cos-mcp 配置。 |
Access to hidden dotfiles in home directory
| 158 | > 以下示例同时展示两种调用格式。mcporter 格式省略公共前缀 `mcporter call cos-mcp.` 和 `--config ~/.mcporter/mcporter.json --output json`。 |
Access to hidden dotfiles in home directory
| 159 | > 完整 mcporter 命令:`mcporter call cos-mcp.<tool> --config ~/.mcporter/mcporter.json --output json --args '<JSON>'` |
Access to hidden dotfiles in home directory
| 165 | mcporter call cos-mcp.putObject --config ~/.mcporter/mcporter.json --output json --args '{"filePath":"/path/to/file.jpg","targetDir":"images"}' |
Access to hidden dotfiles in home directory
| 285 | 当方式一和方式二均不可用时使用。配置持久化在 `~/.cos.conf`。 |
Access to hidden dotfiles in home directory
| 348 | 2. **mcporter 调用必须带** `--config ~/.mcporter/mcporter.json` 和 `--output json` |
External URL reference
| 69 | > 你可以在 [腾讯云控制台 > 访问管理 > API密钥管理](https://console.cloud.tencent.com/cam/capi) 获取密钥, |
External URL reference
| 70 | > 在 [COS 控制台](https://console.cloud.tencent.com/cos/bucket) 查看存储桶信息。 |
External URL reference
| 174 | putObjectSourceUrl sourceUrl="https://example.com/image.png" targetDir="images" |
External URL reference
| 212 | imageSearchPic uri="https://example.com/query.jpg" |
External URL reference
| 238 | > 官方文档: https://www.tencentcloud.com/zh/document/product/436/8629 |
External URL reference
| 283 | > 官方文档: https://www.tencentcloud.com/zh/document/product/436/10976 |