aws-cloudformation-auto-scaling
skills-sh:giuseppe-trisciuoglio_developer-kit__aws-cloudformation-auto-scaling
View source C
70/100 First Seen
Feb 18, 2026
Last Scanned
Feb 18, 2026
Findings
4
Score
70/100
HIGH 2
LOW 2
Findings (4)
HIGH NLP_CODE_MISMATCH L354
AWSTemplateFormatVersion: 2010-09-09
Description: Auto Scaling with Launch Configuration
Parameters:
InstanceType:
Type: String
Default: t3.micro
AmiId:
Type: AWS::EC2::Image::Id
... HIGH NLP_CODE_MISMATCH L421
AWSTemplateFormatVersion: 2010-09-09
Description: Auto Scaling with Launch Template
Parameters:
InstanceType:
Type: String
Default: t3.micro
AmiId:
Type: AWS::EC2::Image::Id
Resourc... LOW INDIRECT_010 L7
allowed-tools: Read, Write, Bash
LOW EXTDL_011 L384
yum install -y h