code-security

Scan code for security vulnerabilities classified by OWASP Top 10 and CWE identifiers.

12|3|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/ApiliumCode/mayros --skill code-security-apiliumcode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-security
Source: https://github.com/ApiliumCode/mayros/tree/main/skills/official/code-security
Command: npx skills add https://github.com/ApiliumCode/mayros --skill code-security-apiliumcode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically identifies and classifies potential security vulnerabilities within code snippets, helping to prevent security breaches and ensure code integrity.

Core Features & Use Cases

  • Vulnerability Classification: Detects and categorizes code vulnerabilities based on OWASP Top 10 and CWE identifiers.
  • Severity Rating: Assigns a severity level (critical, high, medium, low) to each identified finding.
  • Use Case: When reviewing a new feature's code, use this Skill to automatically scan for common security flaws like SQL injection or cross-site scripting before deployment.

Quick Start

Use the code-security skill to analyze the provided code snippet for vulnerabilities.

Frequently Asked Questions about code-security

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

FAQPage Schema
How do I scan code for security vulnerabilities before deployment?

To scan code for security vulnerabilities, you can use automated static analysis to identify common flaws like SQL injection or cross-site scripting before deployment. This Skill automatically detects issues and assigns severity ratings.

Can I classify code vulnerabilities using OWASP Top 10 and CWE identifiers?

Yes, you can classify code vulnerabilities using OWASP Top 10 and CWE identifiers. The scan categorizes detected security flaws based on these standard frameworks and assigns a severity level ranging from critical to low.

How do I automate security audits and code reviews within knowledge graphs?

You can automate security audits and code reviews within knowledge graphs by running this Skill to scan stored code content. It requires a graph client to retrieve code snippets and store the resulting vulnerability findings.

What is the best way to check a new feature's code for common security flaws?

The best way to check a new feature's code for security flaws is to run an automated vulnerability scan. This process detects issues like SQL injection and cross-site scripting, providing severity ratings to prioritize fixes.

Do I need a graph client to perform automated vulnerability scanning?

Yes, a graph client is required to perform automated vulnerability scanning within this environment. The Skill relies on the graph client to retrieve code content for analysis and to store the identified security findings.

What severity levels are assigned to detected code vulnerabilities?

Detected code vulnerabilities are assigned a severity level of critical, high, medium, or low. This rating system helps prioritize remediation efforts during security audits and code reviews.