security-review

द्वारा mastra-ai

सुरक्षा-केंद्रित कोड समीक्षा जाँचसूची जो कमजोरियों की पहचान करने के लिए है

npx skills add https://github.com/mastra-ai/template-github-review-agent --skill security-review

Security Review

When reviewing code for security issues, check each category below. Reference the detailed checklist in references/security-checklist.md.

Injection Vulnerabilities

  • SQL injection: Look for string concatenation in database queries
  • Command injection: Check for unsanitized input passed to shell commands (exec, spawn)
  • XSS: Look for unsanitized user input rendered in HTML/templates
  • Path traversal: Check for user input in file paths without sanitization

Authentication & Authorization

  • Verify authentication checks on protected routes/endpoints
  • Ensure authorization checks match the required access level
  • Look for privilege escalation paths (e.g., user can modify other users' data)
  • Check that password/token comparison uses constant-time comparison

Secrets & Credentials

  • Hardcoded API keys, passwords, tokens, or connection strings
  • Secrets in configuration files that might be committed
  • Sensitive data in logs or error messages
  • Credentials passed via URL query parameters

Input Validation

  • Validate and sanitize all external input (user input, API responses, file contents)
  • Check for missing or weak input validation on API endpoints
  • Verify type coercion doesn't bypass validation
  • Look for overly permissive CORS or CSP configurations

Data Exposure

  • Sensitive data returned in API responses unnecessarily
  • PII or secrets in application logs
  • Information leakage in error messages (stack traces, internal paths)
  • Missing data encryption for sensitive fields

Severity Levels

  • 🔴 CRITICAL: Exploitable vulnerability (injection, auth bypass, exposed secrets)
  • 🟠 HIGH: Potential vulnerability that needs investigation
  • 🟡 MEDIUM: Security weakness or missing best practice
  • 🔵 LOW: Minor security improvement suggestion

mastra-ai की और Skills

testing-mastracode-tui
mastra-ai
कोन्सोल में मास्ट्राकोड TUI सुविधाओं का इंटरैक्टिव परीक्षण। मॉडल कॉन्फ़िगरेशन, थ्रेड जीवनचक्र, कार्य स्थिति पृथक्करण और सामान्य अवरोधकों को शामिल करता है।
official
mastra-smoke-test
mastra-ai
मास्ट्रा प्रोजेक्ट्स का स्थानीय रूप से स्मोक टेस्ट करें या स्टेजिंग/प्रोडक्शन पर डिप्लॉय करें। स्टूडियो UI, एजेंट, टूल्स, वर्कफ़्लो, ट्रेस, मेमोरी और अधिक का परीक्षण करता है। स्थानीय और दोनों का समर्थन करता है…
official
technical-writing
mastra-ai
स्पष्ट, सुव्यवस्थित तकनीकी दस्तावेज़ीकरण बनाने के लिए दिशानिर्देश
official
code-standards
mastra-ai
कोड गुणवत्ता मानक और पुल रिक्वेस्ट की समीक्षा के लिए शैली मार्गदर्शिका
official
debugging-difficult-bugs
mastra-ai
मध्यम या कठिन बग को डीबग करते समय शुरुआत में ही उपयोग करें, विशेषकर जब अकेले परीक्षण वास्तविक रनटाइम विफलता को उजागर नहीं कर सकते। विस्तारित TDD पुनरावृत्ति से पहले इसे सक्रिय करें…
official
e2e-frontend-validation
mastra-ai
प्ले Playwright MCP का उपयोग करके प्लेग्राउंड पैकेजों में फ्रंटएंड बदलावों के लिए E2E सत्यापन वर्कफ़्लो
official
e2e-tests-studio
mastra-ai
आवश्यक जब packages/playground-ui या packages/playground में किसी भी फ़ाइल को संशोधित किया जाए। ट्रिगर होता है: React कंपोनेंट निर्माण/संशोधन/रीफैक्टरिंग, UI परिवर्तन,…
official
general-tasks
mastra-ai
खुली-समाप्ति वाले कार्यों को संभालने की डिफ़ॉल्ट प्रक्रिया जो फ़ाइलों, शेल या वेब से संबंधित हैं।
official