security-guidance

Detect command injection, XSS, and insecure authentication patterns during code edits.

1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/enact-on/super-ai-github --skill security-guidance-enact-on
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-guidance
Source: https://github.com/enact-on/super-ai-github/tree/main/.opencode/skill/security-guidance
Command: npx skills add https://github.com/enact-on/super-ai-github --skill security-guidance-enact-on

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reminds developers to spot and fix security issues while editing code, preventing common vulnerabilities before they enter production.

Core Features & Use Cases

  • Real-time prompts: Scans changes for common vulnerabilities like command injection, XSS, and insecure authentication patterns.
  • Guided fixes: Suggests safe alternatives and best practices during coding sessions.
  • Use Case: When reviewing a PR, trigger this Skill to surface potential security concerns in modified files.

Quick Start

Initiate the security-guidance Skill in your OpenCode session to receive live safety prompts as you edit files.

Frequently Asked Questions about security-guidance

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

FAQPage Schema
How do I get real-time prompts to fix XSS and command injection vulnerabilities while editing code?

You can get real-time security prompts by initiating this skill during your coding session to scan file changes for XSS, command injection, and hardcoded secrets, guiding you toward safe alternatives and best practices.

What is proactive security guidance for code editing and when do I need it?

Proactive security guidance for code editing provides real-time vulnerability alerts and safe alternatives during development. You need it when writing web apps, APIs, or libraries to prevent common issues like CSRF and command injection before they enter production.

Can I use this to review a pull request for hardcoded secrets and CSRF vulnerabilities?

Yes, you can trigger this skill when reviewing a pull request to surface potential security concerns in modified files, specifically checking for hardcoded secrets, CSRF, and insecure authentication patterns.

Does this security guidance skill work with web apps, APIs, and library projects?

Yes, this security guidance applies during code writing, reviews, and file edits across web apps, APIs, and library projects to enforce checks for command injection, unescaped inputs, and insecure data handling.

What types of common vulnerabilities can be detected during code editing sessions?

Common vulnerabilities detected during code editing sessions include command injection, XSS, CSRF, hardcoded secrets, unescaped inputs, and insecure authentication patterns, which are flagged to prevent issues before production.