🎯

php-session-cookie-audit

🎯Skill

from 0xshe/php-code-audit-skill

VibeIndex|
What it does
|

A PHP source code security audit skill that detects session fixation, insecure cookie flags, JWT verification flaws, and remember-me vulnerabilities, producing severity-graded findings with PoC examples and remediation guidance.

📦

Same repository

0xshe/php-code-audit-skill(35 items)

php-session-cookie-audit

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add 0xshe/php-code-audit-skill --skill php-session-cookie-audit
skills.sh Install⚠ Installs to .agents/skills/
npx skills add 0xshe/php-code-audit-skill --skill php-session-cookie-audit
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/php-session-cookie-audit/SKILL.md

SKILL.md

53Installs
-
AddedMar 26, 2026

More from this repository10

🎯
php-codeigniter-audit🎯Skill

A CodeIgniter framework security audit skill that performs white-box static analysis covering CSRF protection, XSS output filtering, SQL injection via query concatenation, session/cookie security, and authentication/access control, mapping findings to standard vulnerability type codes.

🎯
php-thinkphp-audit🎯Skill

A ThinkPHP framework security audit skill that performs white-box static analysis covering authentication bypass, CSRF protection gaps, template engine XSS via raw output, ORM mass assignment vulnerabilities, raw SQL injection points, and debug/config exposure risks.

🎯
php-wordpress-audit🎯Skill

A WordPress framework security audit skill that performs white-box static analysis on nonce/capability checks, AJAX actions, output escaping, $wpdb query parameterization, redirect safety, file uploads, and remote requests, mapping findings to vulnerability categories like CSRF, XSS, SQL injection, and SSRF.

🎯
php-sql-audit🎯Skill

A PHP source code audit skill that identifies SQL injection vulnerabilities by tracing user input to SQL execution points across PDO, mysqli, and ORM patterns, then outputs detailed reports with severity ratings, proof-of-concept payloads, and remediation guidance.

🎯
php-xss-audit🎯Skill

A PHP XSS security audit skill that analyzes PHP source code to identify cross-site scripting vulnerabilities across HTML, attribute, JavaScript, URL, and template contexts, with severity grading, proof-of-concept payloads, and remediation guidance.

🎯
php-cmd-audit🎯Skill

A PHP source code command injection audit skill that identifies command execution sinks (exec, system, shell_exec, etc.), traces user input into command construction points, and outputs exploitability ratings with PoC exploits and remediation recommendations.

🎯
php-yii-audit🎯Skill

A white-box security audit skill for the Yii2 PHP framework that statically analyzes access control (AccessControl/RBAC), CSRF protection, input filtering, output encoding, and URL/redirect safety, mapping findings to a standardized vulnerability taxonomy.

🎯
php-laravel-audit🎯Skill

A Laravel framework security audit skill that performs white-box static analysis covering authentication and route protection, CSRF token handling, session and cookie security, Eloquent mass assignment vulnerabilities, Blade template XSS risks, and signed URL verification.

🎯
php-file-upload-audit🎯Skill

A PHP source code audit skill focused on file upload security, detecting arbitrary file upload, path traversal, and executable upload risks through static analysis with structured evidence grading and PoC generation.

🎯
php-ssrf-audit🎯Skill

A PHP security audit skill that identifies Server-Side Request Forgery (SSRF) vulnerabilities by tracing user-controllable URLs into network request sinks like curl_exec, file_get_contents, and fsockopen. Outputs exploitability ratings, proof-of-concept payloads, and remediation recommendations.