@firstpick/pi-skill-server-audit

Agents should invoke this skill for Linux server security reviews, SSH hardening, firewall/open-port audits, user/permission checks, exposed services, or host hardening requests. Produces severity-rated findings and practical remediation steps.

Packages

Package details

skill

Install @firstpick/pi-skill-server-audit from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-skill-server-audit
Package
@firstpick/pi-skill-server-audit
Version
0.1.5
Published
Aug 7, 2026
Downloads
412/mo · 26/wk
Author
firstpick
License
MIT
Types
skill
Size
8.7 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Server Audit

Review a Linux server for avoidable exposure and practical ways to make it safer.

Helpful when

  • You are preparing a new server.
  • You want to check remote access and open services.
  • The server has not had a security review recently.

What to share with Pi

  • The server’s purpose and who should access it
  • Available configuration or command output
  • Changes you are allowed to make

Try asking

Audit this server’s remote access, users, firewall, open ports, and exposed services. Show the most important risks first.

What you’ll get

  • A simple security overview
  • Findings ordered by seriousness
  • Practical fixes with verification steps

Keep in mind

The audit should start read-only. Firewall, account, package, and service changes require explicit approval.

Install

pi install npm:@firstpick/pi-skill-server-audit

Restart Pi if the skill does not appear in your current session.

Technical details

See TECHNICAL.md for advanced usage, configuration, compatibility, and limitations.