Global Security

Enforce global security compliance and secure coding practices in code handling.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jaypaulb/CanvusAPI-LLMDemo --skill global-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Global Security
Source: https://github.com/jaypaulb/CanvusAPI-LLMDemo/tree/main/.claude/skills/global-security
Command: npx skills add https://github.com/jaypaulb/CanvusAPI-LLMDemo --skill global-security

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security vulnerabilities can be inadvertently introduced during development, leading to costly breaches. This Skill ensures the AI prioritizes security, helping to prevent common exploits and reduce your risk.

Core Features & Use Cases

  • Secure Coding Practices: Guides AI on preventing SQL injection, XSS, CSRF, and other common vulnerabilities.
  • Data Protection: Ensures AI considers data encryption, access control, and privacy by design.
  • Use Case: When asking the AI to implement a new user input form, activate this Skill to ensure it automatically includes input sanitization, validation, and secure data storage practices.

Quick Start

Review the attached auth_middleware.js for potential security vulnerabilities and suggest improvements.

Frequently Asked Questions about Global Security

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

FAQPage Schema
How do I prevent SQL injection and XSS vulnerabilities in AI-generated code?

Secure coding practices prevent SQL injection, XSS, CSRF, and similar exploits by enforcing input sanitization, parameterized queries, and output encoding. This Skill guides AI to automatically include these protections when generating code for user input handling and data processing.

What security checks should I apply when AI generates code for authentication and data handling?

Apply security compliance checks for privilege management, secure defaults, and access control across your codebase. This Skill enforces policy conformance and risk-aware practices to ensure authentication logic and sensitive data operations meet governance standards.

Can I use this Skill to review existing code for security vulnerabilities?

Yes. Activate this Skill to analyze code files and components for security gaps, including authentication middleware, configuration files, and data handling logic. It identifies violations of secure coding standards and suggests improvements aligned with your security guidelines.

How do I ensure data encryption and access control in AI-generated features?

Data protection by design embeds encryption, access control, and privacy considerations into generated code. This Skill ensures AI prioritizes these practices when implementing features that handle sensitive information or user data.

What's the difference between applying security checks globally versus per-component?

Global security compliance enforces consistent policy across entire projects and configurations, catching governance gaps that isolated component checks miss. This Skill applies standards uniformly to reduce risk from inconsistent security practices across your codebase.