by Sunhaiy
is a next-generation, modern, and lightweight SSH client engineered for absolute efficiency. Beyond standard terminal emulation, it acts as your ultimate developer workbench by integrating AI-assisted debugging, a native Docker manager, hardware monitoring, and seamless SFTP file management into one beautiful, cross-platform application.
# Add to your Claude Code skills
git clone https://github.com/Sunhaiy/ReflexLast scanned: 9/22/2026
{
"issues": [
{
"type": "npm-audit",
"message": "@xmldom/xmldom: xmldom: XML fragment injection via invalid EntityReference.nodeName during requireWellFormed serialization",
"severity": "high"
},
{
"type": "npm-audit",
"message": "ajv: Vulnerability found",
"severity": "high"
},
{
"type": "npm-audit",
"message": "fast-uri: fast-uri vulnerable to host confusion via skipped IDN canonicalization on scheme-relative references",
"severity": "high"
},
{
"type": "npm-audit",
"message": "joi: joi: Prototype pollution via a `__proto__` language key in custom messages",
"severity": "low"
},
{
"type": "npm-audit",
"message": "js-yaml: js-yaml: maxTotalMergeKeys does not limit CPU use for empty merge sources",
"severity": "high"
},
{
"type": "npm-audit",
"message": "nanoid: nanoid: custom generators can loop indefinitely when size is zero",
"severity": "high"
}
],
"status": "WARNING",
"scannedAt": "2026-09-22T09:03:58.040Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}See how Reflex compares with popular alternatives.
Reflex is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Sunhaiy. is a next-generation, modern, and lightweight SSH client engineered for absolute efficiency. Beyond standard terminal emulation, it acts as your ultimate developer workbench by integrating AI-assisted debugging, a native Docker manager, hardware monitoring, and seamless SFTP file management into one beautiful, cross-platform application. It has 117 GitHub stars.
Reflex returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/Sunhaiy/Reflex" and add it to your Claude Code skills directory (see the Installation section above).
Reflex is primarily written in TypeScript. It is open-source under Sunhaiy on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Reflex against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Reflex is a cross-platform SSH desktop client built around real server work: connect, inspect, edit, deploy, recover, and continue with the same context after switching tasks or reopening the app.
It combines a focused terminal workspace with practical infrastructure tools and an Agent that can execute visible server operations without exposing hidden reasoning. Connection profiles, preferences, provider credentials, and Agent history remain local to the application.
Installers for Windows, macOS, and Linux are available from the latest release.
Requirements: Node.js >=22.12.0 (Node.js 24 recommended) and npm.
git clone https://github.com/Sunhaiy/Reflex.git
cd Reflex
npm ci
npm run dev
Build and package:
npm run build
npm run dist
Platform-specific packaging:
npm run dist:win
npm run dist:mac
npm run dist:linux
electron/ Electron main process, IPC, SSH, SFTP, monitoring, and Agent runtime
src/ React renderer, application UI, themes, stores, and localization
docs/ Documentation assets and sanitized product screenshots
.github/ Cross-platform build and release workflows
Please report security issues using the process described in SECURITY. Do not publish credentials, connection profiles, logs, or server addresses in public issues.
Contributions are welcome. Read CONTRIBUTING and CODE_OF_CONDUCT before opening an issue or pull request.
See LICENSE and THIRD_PARTY_NOTICES.