wordpress-handbook — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited wordpress-handbook (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Search the official WordPress Developer Handbooks at developer.wordpress.org.
| Shortname | Subtype | Description |
|---|---|---|
plugin | plugin-handbook | Plugin development guide |
theme | theme-handbook | Theme development guide |
block | blocks-handbook | Block Editor (Gutenberg) |
rest-api | rest-api-handbook | REST API usage |
apis | apis-handbook | Common APIs (Settings, Options, etc.) |
coding | wpcs-handbook | WordPress Coding Standards |
admin | adv-admin-handbook | Advanced Administration |
python3 scripts/search.py "<query>" [handbook|all] [limit]Arguments:
query (required): Search keywordshandbook (optional): Shortname from table above, or all. Omit to search all handbooks.limit (optional): Number of results (default: 5, max: 20)Output: JSON array of {id, title, url, handbook, subtype}
Examples:
# Search all handbooks
python3 scripts/search.py "custom post type"
# Search only plugin handbook
python3 scripts/search.py "register_post_type" plugin
# Search coding standards with limit
python3 scripts/search.py "naming conventions" coding 10After finding a relevant result, fetch its full content:
python3 scripts/fetch_content.py "<subtype>" <id>Arguments:
subtype (required): Full subtype from search results (e.g., plugin-handbook)id (required): Article ID from search resultsOutput: JSON with {id, title, url, excerpt, content}
Example:
python3 scripts/fetch_content.py plugin-handbook 11070search.py to find relevant articlesid and subtype from search results to run fetch_content.pyfetch_content.py for full text~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.