security-best-practices

Detects security vulnerabilities in Python, JavaScript/TypeScript, and Go code and generates reports with suggested fixes.

1|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/whopointer/enterprise-office-agent --skill security-best-practices-whopointer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-best-practices
Source: https://github.com/whopointer/enterprise-office-agent/tree/main/skills/security-best-practices
Command: npx skills add https://github.com/whopointer/enterprise-office-agent --skill security-best-practices-whopointer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing and suggesting improvements for security best practices, saving time and reducing the risk of security vulnerabilities in codebases.

Core Features & Use Cases

  • Language and Framework Specific Reviews: Reviews security best practices for supported languages (Python, JavaScript/TypeScript, Go).
  • Vulnerability Detection: Passively detects major security issues within existing code.
  • Security Reports: Generates detailed security reports and suggests fixes.
  • Use Case: When working on a Python web application, the Skill can identify potential security vulnerabilities and suggest improvements, such as avoiding common security pitfalls in web development.

Quick Start

Use the security-best-practices skill to perform a security review on your Python web application code.

Frequently Asked Questions about security-best-practices

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

FAQPage Schema
How do I automate security code review for Python web applications?

Automate security code review for Python web applications by analyzing source code and dependencies to passively detect major vulnerabilities and generate detailed reports with suggested fixes. It uses security specifications to guide language-specific reviews for Python, JavaScript/TypeScript, and Go.

What is passive vulnerability detection in codebases?

Passive vulnerability detection in codebases is the process of analyzing existing source code to identify major security issues without actively executing or attacking the application. This Skill uses security reference materials to passively review code and suggest improvements.

Does this security review tool support Go and JavaScript codebases?

Yes, security review supports Go and JavaScript/TypeScript codebases alongside Python. It identifies potential security vulnerabilities and suggests improvements, such as avoiding common security pitfalls, across these supported programming languages.

How do I generate a security report with suggested fixes for my code?

Generate a security report with suggested fixes by running a security best practices review on your codebase. The Skill analyzes your source code and dependencies, identifies potential vulnerabilities, and outputs detailed reports containing actionable improvement suggestions.

What are the limitations of passive security vulnerability detection?

Passive security vulnerability detection relies on analyzing source code and dependencies rather than active runtime testing, meaning it may miss vulnerabilities that only appear during execution. It serves best as an automated initial review to catch common security pitfalls.