What problem does it solve?
Detects and prevents plugin failures on shared hosting platforms by auditing memory limits, execution-time, disk-quota, and other constraints common in low-tier hosting environments.
Core Features & Use Cases
- Memory and Time Budgets: Monitors PHP memory and execution time to prevent site crashes on limited resources.
- Function Checks: Validates that critical functions (
exec(), shell_exec()) are not used, as they may be disabled on shared hosting.
- Cache Assumption Validation: Checks whether plugins assume a persistent cache that is unavailable on shared hosting.
- Disk I/O Assessment: Evaluates whether plugins are optimized for slow disk I/O on shared hosts.
- Quota Limitation Checks: Verifies that plugins don't exceed disk usage or log size limits on shared hosting.
- Mod_security Compliance: Ensures plugins avoid patterns that trigger WAF false positives.
- Use Case: Before deploying a plugin to shared hosting, use this Skill to ensure it will function correctly without exceeding limits and causing site errors.
Quick Start
Run the /orbit-host-shared skill with the path to your plugin 'my-plugin'.