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: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,12 @@ This project is an AI model-agnostic security framework and ruleset (internally
10
10
11
11
AI coding agents are transforming software engineering, but this speed can introduce security vulnerabilities. Is your AI coding agent implementation introducing security vulnerabilities?
12
12
13
-
-❌ Skipping input validation
14
-
-❌ Hardcoding secrets and credentials
15
-
-❌ Using weak cryptographic algorithms
16
-
-❌ Relying on unsafe functions
17
-
-❌ Missing authentication/authorization checks
18
-
-❌ Missing any other security best practice
13
+
- Skipping input validation
14
+
- Hardcoding secrets and credentials
15
+
- Using weak cryptographic algorithms
16
+
- Relying on unsafe functions
17
+
- Missing authentication/authorization checks
18
+
- Missing any other security best practice
19
19
20
20
Project CodeGuard solves this by embedding security best practices directly into AI coding agent workflows.
21
21
@@ -31,14 +31,14 @@ Project CodeGuard is designed to integrate seamlessly across the entire AI codin
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