Skip to content

Commit 33df721

Browse files
authored
Update index.md
1 parent 6eae5cd commit 33df721

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/index.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
AI coding agents are transforming software engineering, but this speed can introduce security vulnerabilities. Is your AI coding agent implementation introducing security vulnerabilities?
88

9-
- Skipping input validation
10-
- Hardcoding secrets and credentials
11-
- Using weak cryptographic algorithms
12-
- Relying on unsafe functions
13-
- Missing authentication/authorization checks
14-
- Missing any other security best practice
9+
- Skipping input validation
10+
- Hardcoding secrets and credentials
11+
- Using weak cryptographic algorithms
12+
- Relying on unsafe functions
13+
- Missing authentication/authorization checks
14+
- Missing any other security best practice
1515

1616
Project CodeGuard solves this by embedding security best practices directly into AI coding agent workflows.
1717

@@ -28,14 +28,14 @@ This multi-stage methodology ensures that security considerations are woven thro
2828

2929
Our rules cover essential security domains:
3030

31-
- **🔐 Cryptography**: Safe algorithms (including post-quantum cryptography), secure key management, certificate validation
32-
- **🛡️ Input Validation**: SQL injection prevention, XSS protection, command injection defense
33-
- **🔑 Authentication**: MFA best practices, OAuth/OIDC, secure session management
34-
- **Authorization**: RBAC/ABAC, access control, IDOR prevention
35-
- **📦 Supply Chain**: Dependency security, SBOM generation, vulnerability management
36-
- **☁️ Cloud Security**: IaC hardening, container security, Kubernetes best practices
37-
- **📱 Platform Security**: Mobile apps, web services, API security
38-
- **🔍 Data Protection**: Privacy, encryption at rest/transit, secure storage
31+
- **Cryptography**: Safe algorithms (including post-quantum cryptography), secure key management, certificate validation
32+
- **Input Validation**: SQL injection prevention, XSS protection, command injection defense
33+
- **Authentication**: MFA best practices, OAuth/OIDC, secure session management
34+
- **Authorization**: RBAC/ABAC, access control, IDOR prevention
35+
- **Supply Chain**: Dependency security, SBOM generation, vulnerability management
36+
- **Cloud Security**: IaC hardening, container security, Kubernetes best practices
37+
- **Platform Security**: Mobile apps, web services, API security
38+
- **Data Protection**: Privacy, encryption at rest/transit, secure storage
3939

4040
## Quick Start
4141

0 commit comments

Comments
 (0)