core-security

Identify and classify security vulnerabilities in code reviews using a YAML-configurable checklist.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/daniyarseifolla/agent-skills --skill core-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core-security
Source: https://github.com/daniyarseifolla/agent-skills/tree/main/v2.2/core/security
Command: npx skills add https://github.com/daniyarseifolla/agent-skills --skill core-security

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OWASP-adapted, framework-agnostic security checks to streamline secure code reviews and catch common vulnerabilities early.

Core Features & Use Cases

  • Universal checks for secrets, insecure eval, console exposure, and error information leaks across frontend and backend codebases.
  • Threat-pattern coverage for modern vulnerabilities and safe remediation guidance.
  • Use Case: Integrate into PR reviews to automatically surface high-risk findings for triage.

Quick Start

Run the universal security checks against the changed files during code reviews to surface findings.

Frequently Asked Questions about core-security

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

FAQPage Schema
How do I run universal security checks during a pull request code review?

To run universal security checks during a pull request, execute the framework-agnostic checklist against changed files to identify and classify vulnerabilities. The process surfaces high-risk findings, such as secrets or insecure eval, in a structured format for triage.

What security vulnerabilities can be detected using framework-agnostic code reviews?

Framework-agnostic code reviews can detect security vulnerabilities including leaked secrets, insecure eval usage, console exposure, and error information leaks. The checks also cover modern OWASP-adapted threat patterns across both frontend and backend codebases.

Can I use automated security checks for both frontend and backend codebases?

Yes, you can use automated security checks for both frontend and backend codebases. The skill applies a framework-agnostic checklist to any codebase, identifying vulnerabilities and returning structured findings during pull requests or security audits.

How do I configure code review threat detection rules using a YAML file?

You can configure code review threat detection rules by modifying the YAML-configurable set of universal checks. This allows you to enforce specific security checks and modern threat patterns tailored to your codebase's requirements during security audits.

Does this security audit tool work with any software framework?

Yes, this security audit tool works with any software framework because it uses a framework-agnostic checklist. It applies universal checks and grep patterns to identify security vulnerabilities across diverse frontend and backend codebases during code reviews.