accelint-security-best-practices

Identify and remediate OWASP Top 10 vulnerabilities in JavaScript/TypeScript codebases.

21|4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/gohypergiant/agent-skills --skill accelint-security-best-practices
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accelint-security-best-practices
Source: https://github.com/gohypergiant/agent-skills/tree/main/skills/accelint-security-best-practices
Command: npx skills add https://github.com/gohypergiant/agent-skills --skill accelint-security-best-practices

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Security Best Practices skill provides a structured methodology to identify, categorize, and remediate security vulnerabilities in JavaScript/TypeScript codebases, reducing risk exposure across applications.

Core Features & Use Cases

  • OWASP-aligned auditing: detects vulnerabilities across categories such as authentication, authorization, input validation, rate limiting, CSRF, XSS, SSRF, and dependency security.
  • Progressive disclosure: starts with a concise overview (SKILL.md) and loads deeper references (AGENTS.md, references/) on demand to minimize context load.
  • Remediation guidance: presents concrete remediation patterns with example fixes drawn from the reference files.
  • Reporting: exports a structured audit report via the provided template (assets/output-report-template.md) for pre-deployment verification.

Quick Start

Run accelint-security-best-practices against a codebase to generate a vulnerability audit and remediation plan using the referenced patterns.

Frequently Asked Questions about accelint-security-best-practices

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

FAQPage Schema
How do I audit my JavaScript codebase for OWASP Top 10 vulnerabilities?

This skill audits JavaScript and TypeScript codebases by applying OWASP Top 10 patterns to detect vulnerabilities across authentication, authorization, input validation, rate limiting, CSRF, XSS, SSRF, and dependency security, outputting a structured remediation report.

What is the best way to remediate XSS and CSRF vulnerabilities in a TypeScript application?

Remediate XSS and CSRF vulnerabilities in TypeScript by applying the concrete remediation patterns and example fixes provided by the skill's reference files, targeting real-world project scenarios directly.

Does this security audit skill work with both JavaScript and TypeScript codebases?

Yes, the security audit works with both JavaScript and TypeScript codebases, identifying and categorizing vulnerabilities across both environments while providing concrete remediation guidance for real-world projects.

How do I generate a structured security audit report for pre-deployment verification?

Generate a structured security audit report for pre-deployment verification by running the skill against your codebase, which exports findings and remediation guidance using the provided output report template.

Why does this vulnerability scanner use progressive disclosure for security audits?

This vulnerability scanner uses progressive disclosure by loading a concise overview first, then deeper references on demand, to minimize context load and deliver targeted remediation guidance efficiently during security audits.