agency-senior-secops-engineer

Audit application source code for security vulnerabilities and enforce defensive programming standards.

Updated Jul 23, 2026
One-click install
npx skills add https://github.com/rajyeole6/AI-RECRUITER --skill agency-senior-secops-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-senior-secops-engineer
Source: https://github.com/rajyeole6/AI-RECRUITER/tree/main/.agents/skills/security-senior-secops
Command: npx skills add https://github.com/rajyeole6/AI-RECRUITER --skill agency-senior-secops-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the critical gap between rapid development and secure deployment by providing an automated, uncompromising security gate that identifies vulnerabilities before they reach production.

Core Features & Use Cases

  • Automated Security Scanning: Instantly detects hardcoded secrets, insecure fallbacks, and SQL injection vectors in any provided code.
  • Standardized Hardening: Enforces strict security patterns for JWT handling, cookie configuration, and CORS policies based on an internal security standard.
  • Use Case: Before merging a pull request, use this Skill to audit the authentication middleware and ensure that no sensitive data is logged and that all inputs are properly validated against the organization's security bible.

Quick Start

Use the agency-senior-secops-engineer skill to perform a full security audit on the provided source code block.

Frequently Asked Questions about agency-senior-secops-engineer

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

FAQPage Schema
How do I automate security auditing to find hardcoded secrets and SQL injection vectors in source code?

Code hardening enforces strict security patterns for JWT handling, cookie configuration, and CORS policies based on an internal security standard. It mandates fail-fast secret management and secure header configurations to satisfy rigorous compliance requirements for production-grade software.

What is the best way to ensure authentication middleware is secure before merging a pull request?

Securing authentication middleware before a merge requires auditing the code to ensure no sensitive data is logged and that all inputs are properly validated. This enforces strict defensive programming standards across authorization and logging layers to prevent secret leakage.

Can I use this automated security gate to enforce compliance requirements for production-grade software?

This automated security gate satisfies rigorous compliance requirements for production-grade software by mandating fail-fast secret management and secure header configurations. It addresses the critical gap between rapid development and secure deployment by identifying vulnerabilities before production.

How do I remediate insecure fallbacks and validate inputs against a strict security standard?

Remediating insecure fallbacks and validating inputs requires scanning the provided source code block to enforce strict defensive programming standards. This identifies and remediates vulnerabilities across data storage and logging layers by operating against an internal security standard.

When do I need an uncompromising security gate for application source code?

You need an uncompromising security gate when bridging the gap between rapid development and secure deployment to identify vulnerabilities before they reach production. It operates across authentication, authorization, data storage, and logging layers to prevent common exploits like injection and secret leakage.