Scan Report
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.
Safe to install
No action required. Skill is a documentation-only wrapper for Alibaba Cloud CLI. The remote script URLs point to official Alibaba Cloud CDN domains.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Info | Remote script execution in documentation | SKILL.md:41 |
| Info | Credential configuration guidance is security-conscious | references/acceptance-criteria.md:1 |
| Info | Read-only operations explicitly documented | SKILL.md:160 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in documentation |
| Network | NONE | READ | ✓ Aligned | Uses Alibaba Cloud CLI to call rdsai.aliyuncs.com - declared in SKILL.md |
| Shell | NONE | WRITE | ✓ Aligned | CLI installation via documented script; API calls are read-only per SKILL.md cle… |
| Environment | NONE | NONE | — | No environment variable manipulation; credentials via aliyun configure |
| Database | READ | READ | ✓ Aligned | rdsai:ChatMessages API for read-only queries |
7 findings
Medium External URL 外部 URL
https://aliyuncli.alicdn.com/aliyun-cli-latest.pkg SKILL.md:37 Medium External URL 外部 URL
https://aliyuncli.alicdn.com/install.sh SKILL.md:41 Medium External URL 外部 URL
https://aliyuncli.alicdn.com/aliyun-cli-linux-latest-amd64.tgz SKILL.md:51 Medium External URL 外部 URL
https://help.aliyun.com/zh/cli/ SKILL.md:264 Medium External URL 外部 URL
https://help.aliyun.com/zh/cli/command-line-options references/related-apis.md:150 Medium External URL 外部 URL
https://help.aliyun.com/zh/cli/parameter-format-overview references/related-apis.md:151 Medium External URL 外部 URL
https://help.aliyun.com/zh/cli/configure-credentials references/related-apis.md:152 File Tree
5 files · 26.1 KB · 846 lines Markdown 5f · 846L
├─
▾
references
│ ├─
acceptance-criteria.md
Markdown
│ ├─
ram-policies.md
Markdown
│ ├─
related-apis.md
Markdown
│ └─
verification-method.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 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