static-frontend-hosting
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill provides documentation and reference code for a static frontend hosting pattern using AWS S3, CloudFront, and Lambda@Edge.
- [SAFE]: The provided AWS CDK code snippets demonstrate security best practices, such as disabling public access to storage buckets (
s3.BlockPublicAccess.BLOCK_ALL) and enforcing encrypted transport (cloudfront.ViewerProtocolPolicy.REDIRECT_TO_HTTPS). - [SAFE]: The example authentication function handles session security correctly by using
SecureandHttpOnlyflags for cookies.
Audit Metadata