Alicloud Security Kms Test

🌐Community
by cinience · vlatest · Repository

Helps with security, testing as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add alicloud-security-kms-test npx -- -y @trustedskills/alicloud-security-kms-test
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "alicloud-security-kms-test": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/alicloud-security-kms-test"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The alicloud-security-kms-test skill enables AI agents to interact with Alibaba Cloud's Key Management Service (KMS) for security testing. It allows automated verification of encryption key lifecycle management, including creation, rotation, and deletion operations within the cloud environment.

When to use it

  • Validate that new encryption keys are generated correctly before production deployment.
  • Test key rotation policies to ensure compliance with internal security standards.
  • Verify that unauthorized access attempts to KMS resources are properly logged or blocked.
  • Automate routine security audits of encrypted data stores without manual intervention.

Key capabilities

  • Create and manage symmetric and asymmetric encryption keys via API.
  • Perform key rotation and disablement operations programmatically.
  • Retrieve key metadata including creation date, state, and algorithm details.
  • Execute test scenarios to confirm proper integration with Alibaba Cloud KMS.

Example prompts

  • "Create a new 2048-bit RSA key pair in the us-east-1 region for testing purposes."
  • "Rotate the encryption key associated with bucket 'secure-data-test' and confirm the operation succeeded."
  • "List all active keys in my Alibaba Cloud account that were created after January 1st, 2024."

Tips & gotchas

Ensure your AI agent has appropriate IAM permissions to access KMS APIs before running tests. Always use test or sandbox environments first to avoid accidental disruption of production encryption workflows.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
cinience
Installs
128

🌐 Community

Passed automated security scans.