security-review

Automate security checklist execution to detect vulnerabilities in code and applications.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/thangvawn/agent_financial --skill security-review-thangvawn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/thangvawn/agent_financial/tree/main/.cursor/.agents/skills/security-review
Command: npx skills add https://github.com/thangvawn/agent_financial --skill security-review-thangvawn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a robust checklist for security and compliance, helping to prevent vulnerabilities in code and applications.

Core Features & Use Cases

  • Security Best Practices: Offers a comprehensive list of security best practices and patterns.
  • Vulnerability Detection: Identifies potential security issues like hardcoded secrets, unvalidated inputs, SQL injection, XSS, CSRF, and more.
  • Blockchain Security: Includes wallet and transaction verification for blockchain-based applications.
  • Dependency Security: Ensures that all dependencies are up-to-date and free from known vulnerabilities.
  • Use Case: Before deploying a new feature, activate this Skill to automatically review the code and configurations for security weaknesses.

Quick Start

Run the security-review skill to conduct a full security assessment on your codebase.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I automate a security checklist for my code before deployment?

To automate a security checklist before deployment, run a security review on your codebase to identify vulnerabilities like hardcoded secrets, unvalidated inputs, and injection flaws. This process ensures compliance with security best practices and provides guidance on fixing detected issues.

What types of code vulnerabilities can a security review detect?

A security review detects vulnerabilities related to hardcoded secrets, input validation, SQL injection, XSS, and CSRF. It also checks authentication mechanisms and ensures dependencies are free from known vulnerabilities.

Can I check blockchain application security for wallet and transaction verification?

Yes, you can check blockchain application security for wallet and transaction verification. A comprehensive security review includes specialized checks to ensure blockchain-based applications are free from relevant security weaknesses.

How do I ensure my application dependencies are free from known vulnerabilities?

To ensure application dependencies are free from known vulnerabilities, execute a security review that checks your dependency tree. This verifies that all libraries are up-to-date and compliant with security best practices.

What is the best way to fix detected security issues in my codebase?

The best way to fix detected security issues is to run a comprehensive security assessment that not only identifies vulnerabilities but also provides explicit guidance on resolving them according to best practices.