security-review

Warn

Audited by Runlayer on Feb 26, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
83%
Files
2
Flagged
2
Chunks
4
Flagged Files (2)
security-review/cloud-infrastructure-security.mdMEDIUM
83.0%

Malicious tool definition detected

Logging & Monitoring #### CloudWatch/Logging Configuration ```typescript // ✅ CORRECT: Comprehensive logging import { CloudWatchLogsClient, CreateLogStreamCommand } from '@aws-sdk/client-cloudwatch-logs'; const logSecurityEvent = async (event: SecurityEvent) => { await cloudwatch.putLogEvents({ logGroupName: '/aws/security/events', logStreamName: 'authentication', logEvents: [{ timestamp: Date.now(), message: JSON.stringify({ type: event.type, userId: event.userId, ip: event.ip, result: event.re

} # ✅ CORRECT resource "aws_db_instance" "good" { publicly_accessible = false vpc_security_group_ids = [aws_security_group.db.id] } ``` ## Resources - [AWS Security Best Practices](https://aws.amazon.com/security/best-practices/) - [CIS AWS Foundations Benchmark](https://www.cisecurity.org/benchmark/amazon_web_services) - [Cloudflare Security Documentation](https://developers.cloudflare.com/security/) - [OWASP Cloud Security](https://owasp.org/www-project-cloud-security/) - [Terraform Security B

security-review/SKILL.mdLOW
54.6%

Tool passed security scan

Audit Metadata
Max File Score
83%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
2
Files Flagged
2
Chunks Analyzed
4
Analyzed
Feb 26, 2026, 04:56 PM
Security Audit — runlayer — security-review