aws-dynamodb
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of technical documentation and code examples for AWS DynamoDB integration using standard patterns.
- [EXTERNAL_DOWNLOADS]: The skill recommends installing official AWS SDKs (
@aws-sdk/client-dynamodb,@aws-sdk/lib-dynamodb, andboto3) from standard registries. These are recognized as safe, well-known libraries. - [COMMAND_EXECUTION]: Includes standard AWS CLI and Docker commands intended for local development environments, such as running the official
amazon/dynamodb-localimage and initializing local tables. - [CREDENTIALS_UNSAFE]: The code snippets include dummy credentials ('local') specifically for local development testing against a localhost endpoint. This is a standard development practice and does not expose real secrets.
Audit Metadata