Skip to main content

secrets-manager

AWS Secrets Manager enables secure storage and automatic rotation of credentials, enhancing application security and management.

Install this skill

or
97/100

Security score

The secrets-manager skill was audited on Feb 21, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 105

Base64 decode operation

SourceSKILL.md
105return base64.b64decode(response['SecretBinary'])
low line 198

External URL reference

SourceSKILL.md
198url = f'http://localhost:{secrets_port}/secretsmanager/get?secretId={secret_name}'
low line 343

External URL reference

SourceSKILL.md
343- [boto3 Secrets Manager](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/secretsmanager.html)
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →