zeta-security-check

Run a security checklist on zetaterminal code changes for OWASP top 10 and financial threats.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/russiankendricklamar/zetaterminal --skill zeta-security-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zeta-security-check
Source: https://github.com/russiankendricklamar/zetaterminal/tree/main/.claude/skills/zeta-security-check
Command: npx skills add https://github.com/russiankendricklamar/zetaterminal --skill zeta-security-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers proactively identify and fix security vulnerabilities in their code before committing changes, reducing the risk of security breaches and protecting sensitive financial data.

Core Features & Use Cases

  • Automated Security Scanning: Checks for hardcoded secrets, input validation flaws, authentication issues, SQL injection risks, and frontend vulnerabilities.
  • Financial Threat Mitigation: Specifically addresses common threats in financial applications, such as precision issues in calculations and SSRF risks.
  • Use Case: Before pushing a new feature that adds a payment processing endpoint, run this security check to ensure all sensitive data is handled securely and the endpoint is properly authenticated.

Quick Start

Run the zeta-security-check skill to scan the recently modified backend files for any security issues.

Frequently Asked Questions about zeta-security-check

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

FAQPage Schema
How do I run an automated security check for OWASP vulnerabilities before a commit?

Run an automated security check to scan code changes for OWASP top 10 vulnerabilities, validating secrets management, input validation, and authentication before deployment. This proactively identifies security flaws in your recently modified files.

What is the best way to prevent financial security threats like precision issues in code?

Preventing financial security threats requires running a comprehensive security checklist that validates financial math precision and mitigates SSRF risks. This ensures your application handles sensitive financial data and calculations securely before committing changes.

How does a pre-commit security check validate SQL safety and external request handling?

A pre-commit security check validates SQL safety by scanning for SQL injection risks and reviews external request handling to prevent malicious inputs. It ensures adherence to security best practices across your backend modifications.

Can I use an automated code review to detect hardcoded secrets and frontend vulnerabilities?

Yes, you can use an automated code review to detect hardcoded secrets and frontend vulnerabilities in your project. The security scanning process checks for these specific flaws alongside authentication issues to secure sensitive data.

Does automated security scanning cover project-specific patterns for financial applications?

Yes, automated security scanning covers project-specific patterns for financial applications by addressing common financial threats like calculation precision issues and SSRF risks. It performs a comprehensive security checklist tailored to your codebase.

Why do I need a security checklist for code changes in financial applications?

You need a security checklist for code changes to reduce the risk of security breaches and protect sensitive financial data. It validates secrets management, authentication, and financial math precision before code commits or deployment.