aws-lambda-durable-functions
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFE
Full Analysis
- [Official SDK Usage]: The skill recommends using
@aws/durable-execution-sdk-jsandaws-durable-execution-sdk-python. These are official packages from a recognized source, ensuring that the foundational code for durable execution follows expected vendor standards. - [Package Management Patterns]: The instructions include steps for installing dependencies via
npmandpip. These patterns are standard for developing applications in these runtimes and target official package registries. - [AWS CLI Integration]: The skill uses various
aws lambdaandaws logscommands for deployment, invocation, and troubleshooting. These are used as intended within the AWS ecosystem to manage serverless resources and monitor execution state. - [Sensitive Data Handling Awareness]: In the troubleshooting section, the skill explicitly cautions the agent that execution data may contain sensitive information like PII or credentials. It provides guidance on reviewing content before displaying it, which is a positive security practice.
- [IAM Best Practices]: The skill references specific AWS managed policies like
AWSLambdaBasicDurableExecutionRolePolicy, promoting the use of predefined security configurations for required permissions. - [Infrastructure as Code (IaC) Guidance]: The documentation provides templates for CDK, SAM, and CloudFormation, which help in maintaining consistent and auditable infrastructure configurations.
Audit Metadata