security-review

Review web application code against security checklists for common vulnerabilities.

8|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/cyphercr0w/codeck --skill security-review-cyphercr0w
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/cyphercr0w/codeck/tree/main/apps/runtime/src/templates/presets/default/ecc/skills/security-review
Command: npx skills add https://github.com/cyphercr0w/codeck --skill security-review-cyphercr0w

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers identify and mitigate security vulnerabilities in their code, ensuring applications are robust against common threats.

Core Features & Use Cases

  • Comprehensive Checklist: Provides detailed checks for secrets management, input validation, SQL injection, XSS, CSRF, and more.
  • Best Practice Examples: Offers code snippets demonstrating secure coding patterns in TypeScript, SQL, and configuration.
  • Use Case: Before deploying a new user authentication system, activate this Skill to run through a thorough security review, catching potential weaknesses like hardcoded credentials or improper session handling.

Quick Start

Use the security-review skill to check the authentication logic in the user service.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I check my web application for security vulnerabilities before deployment?

To check your web application for security vulnerabilities, use a comprehensive review checklist covering secrets management, input validation, SQL injection, XSS, and CSRF. This ensures applications are robust against common threats by enforcing secure coding standards and pre-deployment checks.

What are the best practices for preventing SQL injection and XSS in TypeScript?

Best practices for preventing SQL injection and XSS in TypeScript involve applying secure coding patterns and using provided code snippets. The review checklist enforces proper input validation and secure query construction to mitigate these common web application vulnerabilities.

Does this security review cover authentication and session management checks?

Yes, this security review thoroughly covers authentication and authorization checks. It helps identify potential weaknesses like hardcoded credentials or improper session handling, ensuring new user authentication systems are robust before deployment.

How do I manage secrets and sensitive data exposure in my codebase?

To manage secrets and prevent sensitive data exposure, the security review provides specific checks for secrets management. It identifies hardcoded credentials and enforces secure configuration patterns to protect users and secure your code.

When should I run a security review for blockchain and dependency management?

You should run a security review for blockchain and dependency management during the pre-deployment phase. The checklist addresses blockchain security and dependency vulnerabilities, ensuring robust protection against common threats before releasing your application.