security-review-owasp-php-configuration

Identify PHP configuration security weaknesses in code, manifests, and operational settings.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/sjinks/ai-owasp-skillset --skill security-review-owasp-php-configuration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review-owasp-php-configuration
Source: https://github.com/sjinks/ai-owasp-skillset/tree/main/.github/skills/security-review-owasp-php-configuration
Command: npx skills add https://github.com/sjinks/ai-owasp-skillset --skill security-review-owasp-php-configuration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps reviewers identify security weaknesses in PHP configuration, deployment, and operational controls that can expand attacker reach, weaken isolation, or expose privileged management paths.

Core Features & Use Cases

  • Runtime and privilege review: Checks service accounts, process privileges, admin surfaces, and debug paths for excessive access.
  • Configuration and isolation analysis: Evaluates tenancy boundaries, environment drift, hardening gaps, and secret exposure across deployments.
  • Dependency and operational trust review: Looks for risky package, plugin, image, or module assumptions, plus missing safeguards such as scanning, policy enforcement, and rollback readiness.
  • Use case: Review a PHP application, container setup, or deployment pipeline to confirm whether the configuration matches OWASP guidance and whether any exposed control plane or privilege boundary creates real compromise risk.

Quick Start

Use the security-review-owasp-php-configuration skill to review the provided PHP code, manifests, and deployment settings for privilege, isolation, and operational hardening issues.

Frequently Asked Questions about security-review-owasp-php-configuration

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

FAQPage Schema
How do I check PHP configuration for security risks before deployment?

Review PHP configuration security by analyzing code, deployment manifests, and operational settings to identify unsafe defaults, boundary failures, and supply-chain exposure across development, staging, and production environments.

What is OWASP PHP configuration hardening?

OWASP PHP configuration hardening is the process of evaluating runtime privilege, exposed management surfaces, tenancy boundaries, and environment drift to confirm isolation and prevent attacker reach expansion.

How do I review PHP runtime privileges and exposed admin surfaces?

Review PHP runtime privileges by checking service accounts, process privileges, admin surfaces, and debug paths for excessive access using concrete evidence from configuration files and manifests.

Can I use this security review for PHP container setups and deployment pipelines?

Yes, you can review PHP container setups and deployment pipelines to verify configuration matches OWASP guidance and detect whether exposed control planes or privilege boundaries create compromise risk.

What is the best way to find PHP dependency and supply-chain trust issues?

Find PHP dependency trust issues by reviewing risky package, plugin, image, or module assumptions and checking for missing safeguards like scanning, policy enforcement, and rollback readiness.

Does this PHP security review require concrete configuration evidence?

Yes, this PHP security review requires concrete evidence from configuration, manifests, documentation, or code to confirm unsafe defaults, boundary failures, or supply-chain exposure rather than guessing.