healthcheck

Audit and harden OpenJordy hosts to align with user-defined risk tolerance.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/jason9693/Open-Jordy --skill healthcheck-jason9693
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthcheck
Source: https://github.com/jason9693/Open-Jordy/tree/main/openjordy/skills/healthcheck
Command: npx skills add https://github.com/jason9693/Open-Jordy --skill healthcheck-jason9693

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Assess and harden the host running OpenJordy, then align it to a user-defined risk tolerance without breaking access. Use OpenJordy security tooling as a first-class signal, but treat OS hardening as a separate, explicit set of steps.

Core Features & Use Cases

  • Model self-check (non-blocking) to ensure the agent matches the latest security posture.
  • Establish read-only context to infer environment and suitability for changes.
  • Run OpenJordy security audits (including deep checks) and generate a remediation plan with rollback guidance.
  • Determine risk tolerance and select an appropriate policy, then schedule periodic audits.
  • Produce a remediation plan with access-preservation strategy and clear rollback steps.

Quick Start

Request read-only permission and, if granted, run a baseline OpenJordy security audit.

Frequently Asked Questions about healthcheck

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

FAQPage Schema
How do I run a security audit and harden an OpenJordy host without losing SSH access?

Host hardening for OpenJordy requires establishing read-only context, running security audits, and generating a remediation plan with access-preservation and rollback steps to maintain connectivity.

What does a security risk posture review include for VPS and gateway hosts?

A security risk posture review includes model self-checks, deep OpenJordy security audits, version checks, and risk-tolerance selection to produce a documented remediation plan for VPS or gateway hosts.

Can I schedule periodic security audits and version checks on a laptop or workstation?

Yes, you can schedule periodic audits on laptops, workstations, VPS, or gateway hosts by selecting a risk-tolerance policy and using cron scheduling to automate recurring OpenJordy security checks.

Does host hardening support custom risk-tolerance levels for different server environments?

Host hardening supports user-defined risk tolerance by selecting an appropriate security policy, allowing tailored firewall, SSH, and update configurations across laptops, workstations, VPS, and gateway hosts.

What is the best way to harden SSH management and firewall rules during a server audit?

The best way to harden SSH and firewalls is running an OpenJordy security audit to identify vulnerabilities, then applying a risk-aligned remediation plan with explicit access-preservation strategies and rollback guidance.

When should I avoid applying automated host hardening steps to a production server?

Avoid automated host hardening without first establishing read-only context and confirming a rollback plan, as changes to SSH management, firewall rules, or cron scheduling can disrupt production access.