
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
@planetarium/account-aws-kms
Advanced tools
An npm package for providing AwsKmsKeyStore
, an implementation of KeyStore
from @planetarium/account that uses AWS KMS as the backend.
Method | Required permissions | Required for AwsKmsKeyStoreOptions.scopingTags |
---|---|---|
AwsKmsKeyStore.list() | kms:ListKeys | kms:ListResourceTags |
AwsKmsKeyStore.get() | kms:ListKeys | kms:ListResourceTags |
AwsKmsKeyStore.generate() | kms:CreateKey , kms:GetPublicKey | kms:TagResource |
AwsKmsKeyStore.delete() | kms:ScheduleKeyDeletion | |
AwsKmsAccount.sign() 1 | kms:Sign |
Replace [NUMERIC_ROOT_ACCOUNT_ID]
with your [12-digit root account ID][AWSId]:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"kms:GetPublicKey",
"kms:ScheduleKeyDeletion",
"kms:DescribeKey",
"kms:ListResourceTags",
"kms:Sign",
"kms:TagResource"
],
"Resource": "arn:aws:kms:*:[NUMERIC_ROOT_ACCOUNT_ID]:key/*"
},
{
"Effect": "Allow",
"Action": [
"kms:ListKeys",
"kms:CreateKey"
],
"Resource": "*"
}
]
}
An AwsKmsAccount
instance can be obtained from AwsKmsKeyStore.get()
.
[AWSId]: https://docs.aws.amazon.com/signin/latest/userguide/FindingYourAWSId.html ↩
FAQs
Libplanet account implementation using AWS KMS
The npm package @planetarium/account-aws-kms receives a total of 22 weekly downloads. As such, @planetarium/account-aws-kms popularity was classified as not popular.
We found that @planetarium/account-aws-kms demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.