amazon-dynamodb

Pass

Audited by Gen Agent Trust Hub on Jul 14, 2026

Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
  • AWS Infrastructure Management: The skill uses the AWS SDK to automate the creation of DynamoDB tables and GSIs. This behavior is central to the skill's purpose of live validation. It includes an identity preflight check designed to identify and prevent deployment to accounts labeled as production environments.
  • Remote Code Deployment: To facilitate benchmarking from within the AWS environment, the skill deploys a bundled Python script (benchmark_lambda.py) to an AWS Lambda function. This allows for accurate measurement of database performance without local network interference and is a documented feature of the validation process.
  • Coordinated Script Execution: The orchestration script iterate_design.py manages the design workflow by calling other local scripts via subprocess execution. These executions are performed using structured arguments and are limited to the skill's internal components to ensure stability and predictability.
  • Safety Disclosures and Gates: The skill requires explicit user consent through specific flags before performing any side-effecting AWS actions. It also provides a manual teardown process, ensuring the user maintains full control over the created resources and their eventual deletion.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 14, 2026, 06:21 AM
Security Audit — agent-trust-hub — amazon-dynamodb