You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@
6
6
7
7
AI coding agents are transforming software engineering, but this speed can introduce security vulnerabilities. Is your AI coding agent implementation introducing security vulnerabilities?
8
8
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
15
15
16
16
Project CodeGuard solves this by embedding security best practices directly into AI coding agent workflows.
17
17
@@ -28,14 +28,14 @@ This multi-stage methodology ensures that security considerations are woven thro
0 commit comments