By califio
Identify PHP deserialization vulnerabilities including UAF, type confusion, heap overflows, and parse inconsistencies across unserialize, session decoders, WDDX, phar, and custom handlers.
A Claude Code plugin marketplace from Calif.io providing skills and slash commands for AI-assisted security research and code auditing.
Add the marketplace once:
/plugin marketplace add califio/skills
Then browse and install plugins:
/plugin menu
A Codex-native skill tree lives at .codex/skills/ (symlinked to the same content used by the Claude plugins). Install with:
git clone https://github.com/califio/skills.git ~/.codex/califio-skills
~/.codex/califio-skills/.codex/scripts/install-for-codex.sh
See .codex/INSTALL.md for details.
To test changes locally, from the parent directory of this repo:
/plugin marketplace add ./skills
| Plugin | Description |
|---|---|
| php-unserialize-audit | Audit PHP engine deserialization surface for UAF, type confusion, partial-object __destruct, signed-length heap overflow, and parse inconsistency |
New plugins are welcome. The repo follows the standard Claude Code plugin marketplace layout:
.claude-plugin/marketplace.json # marketplace index — add an entry here
plugins/<plugin-name>/
.claude-plugin/plugin.json # plugin metadata
skills/<skill-name>/SKILL.md # the skill (Claude auto-loads by description)
commands/<command-name>.md # slash command (optional)
agents/<agent-name>.md # subagents (optional)
A plugin can ship any combination of skills, commands, agents, and MCP servers. To add one:
plugins/<your-plugin>/ with the structure above..claude-plugin/marketplace.json.MIT © Calif.io
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub califio/skills --plugin php-unserialize-auditSecurity audit patterns (OWASP Top 10, CWE Top 25 2025, CVSS v4.0) and GitHub project security checks for any project. Deep automated PHP/TYPO3 scanning with 80+ checkpoints, 19 reference guides, PreToolUse warnings. By Netresearch.
Advanced PHP programming skills for modern PHP and security patterns
Security assessment skills for Claude Code - Multi-language (JS, Go, PHP, Python, Rust, Java, Ruby, C#)
Automatically reviews and fixes Claude Code skills through iterative refinement until they meet quality standards. Requires plugin-dev plugin.
Security review for Claude-generated code. Pattern-based warnings on edits, LLM-powered diff review on Stop, and an agentic commit reviewer that catches injection, XSS, SSRF, hardcoded secrets, and 25+ other vulnerability classes.
Specialized security review subagent