security-pattern-check

Detect security vulnerabilities and anti-patterns in code with remediation guidance.

3|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/kjgarza/marketplace-claude --skill security-pattern-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-pattern-check
Source: https://github.com/kjgarza/marketplace-claude/tree/main/plugins/senior-software-developer/skills/security-pattern-check
Command: npx skills add https://github.com/kjgarza/marketplace-claude --skill security-pattern-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers identify and remediate security vulnerabilities and anti-patterns in code during development, reducing risk and improving code quality.

Core Features & Use Cases

  • Automated vulnerability pattern detection: detects common issues such as injection flaws, insecure authentication, data exposure, and misconfigurations.
  • Risk-focused remediation guidance: provides actionable fixes, rationale, and references to industry standards (OWASP, CWE).
  • Use Case: during code reviews or CI checks, run this Skill to yield immediate feedback and remediation steps for a given codebase or pull request.

Quick Start

Analyze the code snippet below for security vulnerabilities and return prioritized remediation guidance.

Frequently Asked Questions about security-pattern-check

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

FAQPage Schema
How do I identify security vulnerabilities in my code before shipping?

Security pattern checks identify vulnerabilities and anti-patterns in code by analyzing input handling, authentication, authorization, data access, and external integrations. This yields prioritized remediation guidance and risk scores aligned with OWASP and CWE secure coding standards.

What is risk-focused remediation guidance for insecure code?

Risk-focused remediation guidance provides actionable fixes, rationale, and references to industry standards like OWASP and CWE for detected security vulnerabilities. It prioritizes issues based on risk scoring to help developers resolve the most critical anti-patterns first.

How do I run an automated vulnerability pattern detection check on a pull request?

Apply automated vulnerability pattern detection to codebases or pull requests during code reviews or CI checks. Submit the code snippet for analysis to receive immediate feedback and prioritized remediation steps for insecure authentication, data exposure, and misconfigurations.

Does security pattern detection work across multiple programming languages and paradigms?

Yes, security vulnerability detection applies to codebases across languages and paradigms. It focuses on detecting common issues like injection flaws and misconfigurations regardless of the specific programming language used in the codebase.

What types of security flaws are detected during static code analysis?

Static code analysis detects common security flaws such as injection flaws, insecure authentication, data exposure, and misconfigurations. It evaluates code against secure coding standards to provide actionable feedback and risk scoring for these specific anti-patterns.