Alicloud security kms test
Skill ulpi-io/plugin-marketplace/plugins/cinience/skills/alicloud-security-kms-test
Minimal smoke test for KMS skill. Validate auth and read-only key listing path.From its SKILL.md
npx -y skills add ulpi-io/plugin-marketplace --skill alicloud-security-kms-testAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.6 KB, 130 tokens by cl100k_base, as published. Nobody here has run it
Category: test
KMS Minimal Viable Test
Prerequisites
- AK/SK and region are configured.
- GoalsSkill:
skills/security/key-management/alicloud-security-kms/。
Test Steps
- 通过 OpenAPI 元数据确认 KMS 常用读取 API。
- 执行一个只读查询(如
ListKeys或产品支持的等价读接口)。 - 记录 request id、返回数量、错误码(若有)。
Expected Results
- 只读查询成功或返回明确权限错误。
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.