Security & Compliance Custom Skills · Curated

File Permission Checker

Flags files and folders with permissions looser than WordPress's recommended baseline.

What it does

Walks the WordPress install checking directories against the standard 755 baseline and files against 644, specifically flags wp-config.php if it's group- or world-readable, and calls out any directory (such as uploads) left group-writable or world-writable beyond what's actually needed.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/file-permission-checker/ (or ~/.claude/skills/file-permission-checker/ for all projects)

GitHub Copilot (VS Code)

.github/skills/file-permission-checker/

OpenAI Codex

.codex/skills/file-permission-checker/

Cursor

.cursor/skills/file-permission-checker/ (or ~/.cursor/skills/file-permission-checker/ globally)

Compatibility

Any WordPress site with shell or SFTP access to run a permissions scan; a hosting control panel file manager works as a fallback for smaller checks.