aws-solution-architect

Warn

Audited by Runlayer on Mar 10, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
86%
Files
9
Flagged
4
Chunks
17
Flagged Files (4)
aws-solution-architect/references/best_practices.mdMEDIUM
85.7%

Risky tool definition detected

git commit -m "Initial infrastructure setup" # Use separate stacks per environment cdk deploy --context environment=dev cdk deploy --context environment=staging cdk deploy --context environment=production ``` ### 2.

aws-solution-architect/SKILL.mdLOW
72.3%

Risky tool definition detected

### Step 3: Generate IaC Templates Create infrastructure-as-code for the selected pattern: ```bash # Serverless stack (CloudFormation) python scripts/serverless_stack.py --app-name my-app --region us-east-1 ``` **Example CloudFormation YAML output (core serverless resources):** ```yaml AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Parameters: AppName: Type: String Default: my-app Resources: ApiFunction: Type: AWS::Serverless::Function Properties: Handler: index.han

aws-solution-architect/scripts/serverless_stack.pyLOW
64.3%

Tool passed security scan

aws-solution-architect/scripts/cost_optimizer.pyLOW
62.7%

Tool passed security scan

Passed Files (5)Click to expand
aws-solution-architect/scripts/architecture_designer.pyOK
43.6%

Tool passed security scan

aws-solution-architect/references/service_selection.mdOK
27.7%

Tool passed security scan

aws-solution-architect/references/architecture_patterns.mdOK
26.2%

Tool passed security scan

aws-solution-architect/assets/sample_input.jsonOK
14.0%

Tool passed security scan

aws-solution-architect/assets/expected_output.jsonOK
4.6%

Tool passed security scan

Audit Metadata
Max File Score
86%
Classification
KNOWN_SERVER_PARTIAL_KNOWN
Files Scanned
9
Files Flagged
4
Chunks Analyzed
17
Analyzed
Mar 10, 2026, 11:50 PM
Security Audit — runlayer — aws-solution-architect