security-analyst

Analyze code for OWASP Top 10 and Laravel-specific security vulnerabilities.

2|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/jftecnologia/laravel-package-skeleton --skill security-analyst-jftecnologia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-analyst
Source: https://github.com/jftecnologia/laravel-package-skeleton/tree/main/.claude/skills/security-analyst
Command: npx skills add https://github.com/jftecnologia/laravel-package-skeleton --skill security-analyst-jftecnologia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill proactively identifies and reports security vulnerabilities in your code, ensuring your applications are protected against common threats and adhere to best practices.

Core Features & Use Cases

  • Vulnerability Analysis: Scans code against OWASP Top 10 and Laravel-specific security concerns.
  • Severity Rating & Recommendations: Classifies issues by severity (Critical to Info) and provides actionable fix recommendations.
  • Use Case: Before deploying a new feature, use this Skill to perform a security review, identify potential SQL injection or XSS flaws, and receive clear instructions on how to fix them, preventing costly breaches.

Quick Start

Use the security-analyst skill to review the code for potential security vulnerabilities.

Frequently Asked Questions about security-analyst

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my Laravel code for security vulnerabilities before deployment?

To check Laravel code for security vulnerabilities, analyze your source against the OWASP Top 10 to identify SQL injection or XSS flaws and receive actionable fix recommendations. This process classifies issues by severity and provides instructions without making automatic changes to your codebase.

What is the best way to perform an OWASP code review on a new feature?

The best way to perform an OWASP code review is to scan the newly implemented feature code for common security threats. This analysis rates identified issues from Critical to Info and provides clear fix recommendations to prevent costly breaches without automatically altering your files.

Does this security analysis automatically fix detected vulnerabilities?

No, this security analysis does not automatically fix detected vulnerabilities. It proactively identifies issues based on OWASP and Laravel-specific concerns, rates their severity, and provides actionable fix recommendations for you to apply manually during your code review.

Can I use this to detect Laravel-specific security issues like SQL injection?

Yes, you can use this to detect Laravel-specific security issues like SQL injection and XSS. It scans your code against both the OWASP Top 10 and Laravel-specific security concerns, providing severity ratings and targeted fix instructions for any vulnerabilities found.

When do I need to run a security vulnerability analysis on my codebase?

You need to run a security vulnerability analysis during code reviews, before deploying new features, or after implementing new functionality. This ensures your applications are protected against common threats and adhere to security best practices by identifying issues early.