PHP Session Upload Deserialization Review

Use this skill to statically review PHP code for object-injection risk from unserialize() on untrusted input, session fixation/hijacking from missing session_regenerate_id() or weak session cookie hardening, and unsafe file-upload handling that trusts the client or stores/executes uploads inside the webroot. Use when reviewing a PHP application for deserialization, authentication-session, or upload-handling security issues. Static review only; it never executes payloads, uploads, or requests against any system, and every unserialize()/session/upload claim is grounded in the current php.net manual rather than memory.

VincentChuWaiChow bbc9a00 5 files · 33.5 KB Updated

File contents

VincentChuWaiChow/vanguard-frontier-agentic/tree/main/skills/php/php-session-upload-deserialization-review commit bbc9a00157

Frequently asked questions

npx skillmds@latest add vincentchuwaichow/php-session-upload-deserialization-review