wish-ssh-code-review

Review Go code for Wish SSH server security and middleware patterns.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/javierhbr/random-poc --skill wish-ssh-code-review-javierhbr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wish-ssh-code-review
Source: https://github.com/javierhbr/random-poc/tree/main/custom-skills/beagle-main/plugins/beagle-go/skills/wish-ssh-code-review
Command: npx skills add https://github.com/javierhbr/random-poc --skill wish-ssh-code-review-javierhbr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers review Go code for the Wish SSH server, ensuring it adheres to best practices for middleware, session handling, and security.

Core Features & Use Cases

  • Security Audits: Identifies common security vulnerabilities in SSH server implementations.
  • Best Practice Enforcement: Checks for correct middleware order, session management, and graceful shutdown.
  • Use Case: Before deploying a new SSH server built with charmbracelet/wish, run this Skill to catch potential issues related to host key management, connection limits, or improper session handling.

Quick Start

Use the wish-ssh-code-review skill to review the provided Go code for security best practices.

Frequently Asked Questions about wish-ssh-code-review

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

FAQPage Schema
How do I review my Go SSH server code for security best practices?

Reviewing Go SSH server code for security best practices involves analyzing middleware configuration, host key handling, and session management to identify vulnerabilities before deploying your Wish server.

What security checks should I perform on a charmbracelet wish SSH server?

Security checks for a charmbracelet wish SSH server should validate middleware order, graceful shutdown procedures, host key management, and connection limits to ensure proper session handling and adherence to best practices.

Does this code review process support BubbleTea integration analysis?

Yes, the code review process supports BubbleTea integration analysis by examining how your BubbleTea applications are integrated with the Wish SSH server to validate session management and security patterns.

How do I validate middleware configuration in my Go SSH server?

Validating middleware configuration in a Go SSH server requires checking the correct order of middleware execution, ensuring proper session handling, and verifying that server setup adheres to security patterns for Wish.

When should I run a security audit on my Go SSH server implementation?

You should run a security audit on your Go SSH server implementation before deploying a new server built with charmbracelet/wish to catch potential issues related to host key management, connection limits, or improper session handling.