扫描报告
5 /100
alibabacloud-rds-copilot
Alibaba Cloud RDS Copilot intelligent operations assistant skill for RDS-related Q&A, SQL optimization, instance operations, and troubleshooting
Pure documentation skill with no executable code; provides legitimate Alibaba Cloud RDS Copilot integration instructions with proper credential handling guidance.
可以安装
No action required. Skill is a documentation-only wrapper for Alibaba Cloud CLI. The remote script URLs point to official Alibaba Cloud CDN domains.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | Remote script execution in documentation | SKILL.md:41 |
| 提示 | Credential configuration guidance is security-conscious | references/acceptance-criteria.md:1 |
| 提示 | Read-only operations explicitly documented | SKILL.md:160 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in documentation |
| 网络访问 | NONE | READ | ✓ 一致 | Uses Alibaba Cloud CLI to call rdsai.aliyuncs.com - declared in SKILL.md |
| 命令执行 | NONE | WRITE | ✓ 一致 | CLI installation via documented script; API calls are read-only per SKILL.md cle… |
| 环境变量 | NONE | NONE | — | No environment variable manipulation; credentials via aliyun configure |
| 数据库 | READ | READ | ✓ 一致 | rdsai:ChatMessages API for read-only queries |
7 项发现
中危 外部 URL 外部 URL
https://aliyuncli.alicdn.com/aliyun-cli-latest.pkg SKILL.md:37 中危 外部 URL 外部 URL
https://aliyuncli.alicdn.com/install.sh SKILL.md:41 中危 外部 URL 外部 URL
https://aliyuncli.alicdn.com/aliyun-cli-linux-latest-amd64.tgz SKILL.md:51 中危 外部 URL 外部 URL
https://help.aliyun.com/zh/cli/ SKILL.md:264 中危 外部 URL 外部 URL
https://help.aliyun.com/zh/cli/command-line-options references/related-apis.md:150 中危 外部 URL 外部 URL
https://help.aliyun.com/zh/cli/parameter-format-overview references/related-apis.md:151 中危 外部 URL 外部 URL
https://help.aliyun.com/zh/cli/configure-credentials references/related-apis.md:152 目录结构
5 文件 · 26.1 KB · 846 行 Markdown 5f · 846L
├─
▾
references
│ ├─
acceptance-criteria.md
Markdown
│ ├─
ram-policies.md
Markdown
│ ├─
related-apis.md
Markdown
│ └─
verification-method.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Pure documentation skill with no executable code files
✓ Credentials handled via aliyun configure (credential chain), not hardcoded
✓ RAM permissions clearly documented with least-privilege principle
✓ Explicitly states read-only operations only
✓ Uses official Alibaba Cloud API endpoint (rdsai.aliyuncs.com)
✓ Documentation is comprehensive with verification methods
✓ Acceptance criteria explicitly marks insecure patterns as incorrect