security

Enforce secure coding practices for authentication, input validation, and secrets management.

16|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/JCE-Joshhh77/JCE-Opencode-Tools --skill security-jce-joshhh77
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security
Source: https://github.com/JCE-Joshhh77/JCE-Opencode-Tools/tree/main/config/skills/security
Command: npx skills add https://github.com/JCE-Joshhh77/JCE-Opencode-Tools --skill security-jce-joshhh77

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security teams and developers struggle to consistently apply authentication, input validation, secrets management, and vulnerability fixes across codebases and deployments.

Core Features & Use Cases

  • Authentication & Authorization: guidance for WebAuthn, tokens, and cookie-based sessions with best practices.
  • Secrets & Config: guidance on secrets management, SBOM, and encrypted configs.
  • Vulnerability & Compliance: checklists and samples for OWASP, CSP, CORS, rate limiting, and SBOM generation.

Quick Start

Review the security patterns and apply the recommended defaults to your project.

Frequently Asked Questions about security

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

FAQPage Schema
How do I enforce secure coding practices for authentication and input validation?

Enforce secure coding practices by applying specified security patterns for authentication, input validation, and secrets management. This approach provides required toolchain checks and configuration defaults to satisfy security standards across APIs and web apps.

What is the best way to configure CSP and CORS policies for vulnerability remediation?

The best way to configure CSP and CORS policies is by using the provided checklists and samples for vulnerability remediation. This ensures your web applications meet OWASP compliance standards through enforced configuration defaults.

How do I implement WebAuthn and cookie-based sessions securely?

Implement WebAuthn and cookie-based sessions securely by following the Skill's authentication and authorization guidance. It specifies the required security patterns and best practices to harden token and cookie-based session management.

Can I use this workflow for security reviews and compliance checks in microservices?

Yes, you can use this workflow for security reviews and compliance checks in microservices. The Skill applies secure coding practices and ongoing compliance checks across microservices, specifying required toolchain checks to satisfy defined standards.

How do I manage secrets and generate an SBOM for my application?

Manage secrets and generate an SBOM by applying the Skill's guidance on secrets management and encrypted configs. It specifies the required toolchain checks and configuration defaults to properly handle SBOM generation and secure secret storage.