orbit-zip-hygiene

Validate WordPress plugin release zip files for developer artifacts and supply-chain issues.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/adityaarsharma/orbit --skill orbit-zip-hygiene
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orbit-zip-hygiene
Source: https://github.com/adityaarsharma/orbit/tree/main/skills/orbit-zip-hygiene
Command: npx skills add https://github.com/adityaarsharma/orbit --skill orbit-zip-hygiene

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that a WordPress plugin release zip file does not contain any unnecessary or harmful files, maintaining hygiene and compliance.

Core Features & Use Cases

  • Zip Content Validation: Checks for the absence of developer artifacts, source maps, package files, and forbidden functions in the plugin zip file.
  • Supply-Chain Audit: Ensures vendor packages are up-to-date and meet security and maintenance standards.
  • Use Case: Validate a plugin release zip file before submission to the WordPress plugin repository, ensuring that only essential files are included.

Quick Start

Run the zip-hygiene check for the plugin folder.

Frequently Asked Questions about orbit-zip-hygiene

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

FAQPage Schema
How do I check a WordPress plugin zip for unnecessary files before release?

To check a WordPress plugin zip for unnecessary files before release, validate its contents for developer artifacts, source maps, and package files. This ensures only essential files are included for submission to the plugin repository.

What is zip hygiene for WordPress plugins and why does it matter?

Zip hygiene for WordPress plugins is the process of ensuring a release archive contains no developer artifacts, source maps, or package files. It matters because extra files compromise security, bloat the package, and risk repository rejection.

How do I perform a supply-chain audit on vendor libraries in a plugin zip?

Perform a supply-chain audit on vendor libraries in a plugin zip by scanning bundled packages to verify they meet security and maintenance standards. This process checks that vendor dependencies are up-to-date and free of vulnerabilities.

Can I scan a plugin zip for forbidden functions before submitting to the repository?

Yes, you can scan a plugin zip for forbidden functions before submitting to the repository. The validation process checks the final release archive to detect restricted code patterns, ensuring the plugin meets compliance standards.

What developer artifacts should be removed from a WordPress plugin release zip?

Developer artifacts that should be removed from a WordPress plugin release zip include source maps, package files, and debug files. Removing these unnecessary files ensures only the essential production code is distributed to users.

Does zip file analysis work on the final plugin folder or just the built archive?

Zip file analysis targets the final release zip file rather than the development source. It validates the built archive to ensure only necessary files are included before submission to the WordPress plugin repository.