aws-lambda-python-integration

Pass

Audited by Gen Agent Trust Hub on Feb 24, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: Fetches configuration and tools from well-known services and package registries. Specifically, it uses pip for installing the AWS Chalice framework and common development libraries (boto3, pytest), and npm for Serverless Framework plugins. All external sources are official registries (PyPI, npm) or trusted technology providers.
  • [COMMAND_EXECUTION]: Employs standard CLI tools for development and deployment workflows, such as the AWS SAM CLI, Chalice CLI, and Serverless Framework. These commands are used for routine tasks like building artifacts, running local tests, and deploying stacks to AWS environments.
  • [SAFE]: The skill explicitly incorporates safety guidelines, including warnings against hardcoding sensitive credentials and instructions to use IAM roles and environment variables. It also promotes input validation and sanitization as core development practices.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 24, 2026, 02:59 AM