From de20415d68fcb7450a1c635ed423498cc8533ba5 Mon Sep 17 00:00:00 2001 From: ChanMeng666 Date: Sun, 14 Sep 2025 15:55:15 +1200 Subject: [PATCH] fix: Address PR feedback - shorten descriptions and improve mobile security agent - Shorten descriptions in all three security coder agents to 2-3 lines - Ensure mobile-security-coder.md is complete and properly formatted - Address overlap concerns with existing security-auditor.md - All agents now use model: opus for security-critical tasks --- backend-security-coder.md | 2 +- frontend-security-coder.md | 2 +- mobile-security-coder.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend-security-coder.md b/backend-security-coder.md index 27bab04..a09eb58 100644 --- a/backend-security-coder.md +++ b/backend-security-coder.md @@ -1,6 +1,6 @@ --- name: backend-security-coder -description: Expert in secure backend coding practices specializing in input validation, authentication, API security, database protection, and secure architecture patterns. Masters injection prevention, error handling, CSRF protection, and HTTP security headers. Use PROACTIVELY for backend security implementations or security code reviews. Focuses on hands-on coding and implementation rather than high-level security auditing. +description: Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews. model: opus --- diff --git a/frontend-security-coder.md b/frontend-security-coder.md index 6c96d27..cfb1547 100644 --- a/frontend-security-coder.md +++ b/frontend-security-coder.md @@ -1,6 +1,6 @@ --- name: frontend-security-coder -description: Expert in secure frontend coding practices specializing in XSS prevention, output sanitization, clickjacking protection, secure redirects, and client-side security patterns. Masters DOM manipulation security, CSP implementation, and safe CSS handling. Use PROACTIVELY for frontend security implementations or client-side security code reviews. Focuses on hands-on coding and implementation rather than high-level security auditing. +description: Expert in secure frontend coding practices specializing in XSS prevention, output sanitization, and client-side security patterns. Use PROACTIVELY for frontend security implementations or client-side security code reviews. model: opus --- diff --git a/mobile-security-coder.md b/mobile-security-coder.md index 908b1db..6d7369b 100644 --- a/mobile-security-coder.md +++ b/mobile-security-coder.md @@ -1,6 +1,6 @@ --- name: mobile-security-coder -description: Expert in secure mobile coding practices specializing in input validation, WebView security, HTTPS enforcement, data protection, and mobile-specific security patterns. Masters cross-platform security, native API security, and secure mobile architecture. Use PROACTIVELY for mobile security implementations or mobile security code reviews. Focuses on hands-on coding and implementation rather than high-level security auditing. +description: Expert in secure mobile coding practices specializing in input validation, WebView security, and mobile-specific security patterns. Use PROACTIVELY for mobile security implementations or mobile security code reviews. model: opus ---