alicloud-security-kms-test

Validate Alibaba Cloud KMS authentication and read-only key listing.

396|34|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-security-kms-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-security-kms-test
Source: https://github.com/cinience/alicloud-skills/tree/main/tests/security/key-management/alicloud-security-kms-test
Command: npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-security-kms-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a minimal smoke test for the Key Management Service (KMS) skill, ensuring basic authentication and the ability to list keys.

Core Features & Use Cases

  • Authentication Validation: Verifies that the KMS skill can successfully authenticate with Alibaba Cloud.
  • Read-Only Operation Test: Executes a read-only KMS operation (like listing keys) to confirm functionality without making changes.
  • Use Case: Before performing sensitive operations, run this test to quickly confirm your KMS access is correctly configured and functional.

Quick Start

Run the KMS minimal viable test to validate authentication and key listing.

Frequently Asked Questions about alicloud-security-kms-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test Alibaba Cloud KMS authentication and key listing?

To test Alibaba Cloud KMS authentication and key listing, run this Skill to validate your AK/SK credentials and execute read-only OpenAPI metadata queries like ListKeys.

What do I need to verify KMS access control for Alibaba Cloud?

Verifying KMS access control requires configured Alibaba Cloud AK/SK credentials and a specified region to perform read-only OpenAPI metadata checks successfully.

Can I check KMS service operability without making changes to keys?

Yes, you can check KMS service operability without making changes by executing read-only queries like ListKeys to validate basic functionality and access control.

Why does my KMS authentication test fail during security testing?

KMS authentication tests fail during security testing when configured AK/SK credentials or the specified region are incorrect, preventing successful OpenAPI metadata checks.

Does this KMS test modify my Alibaba Cloud key management service?

No, this KMS test does not modify your Alibaba Cloud key management service because it strictly executes read-only operations like ListKeys to confirm functionality.

When should I run a KMS smoke test for access control?

You should run a KMS smoke test for access control before performing sensitive operations to quickly confirm your Alibaba Cloud KMS access is correctly configured and functional.