ANTIGRAVITY AWESOME SKILLS V9.13.0 FOCUSES ON SECURITY-AUDITOR HARDENING AND WORDPRESS/VS CODE WORKFLOWS
Antigravity Awesome Skills v9.13.0 ships stronger security-auditor checks and new WordPress and VS Code workflows. The v9.13.0 release of the community skills ...
Antigravity Awesome Skills v9.13.0 ships stronger security-auditor checks and new WordPress and VS Code workflows.
The v9.13.0 release of the community skills library adds explicit IDOR analysis, request/response data-flow tracing, middleware choke-point validation, and SSRF/DNS-rebinding reminders in its security-auditor workflow. Details are in the notes for the v9.13.0 release.
It also introduces a WordPress SEO blog writing skill and a codebase-to-WordPress converter that maps ACF fields and audits theme parity. A new VS Code extension guide covers scaffolding, TreeView/webviews, testing, packaging, and Marketplace publication.
If you rely on AI coding assistants plugged into this library, the update makes it easier to catch auth and data-exposure bugs earlier and to standardize content migrations to WordPress.
The hardened security-auditor targets common backend failure modes like IDOR and unsafe data flows before they hit prod.
Codified WordPress migration and extension-building workflows reduce one-off scripts and help teams standardize repeatable delivery.
-
terminal
Run the updated security-auditor against a staging API to surface IDOR risks and trace PII from controllers to sinks.
-
terminal
Trial the codebase-to-WordPress converter on a small site to validate ACF field mapping and pixel-locked theme parity.
Legacy codebase integration strategies...
- 01.
Gate CI with a lightweight security-auditor run on changed routes/middleware and track findings alongside SAST results.
- 02.
Pilot the WordPress converter on a non-critical microsite; document ACF schema decisions and roll back with feature flags.
Fresh architecture paradigms...
- 01.
Adopt the security-auditor prompts as a default pre-merge checklist for new services handling auth or PII.
- 02.
Start new content sites with the converter plus the SEO writing skill to lock in structure, schema, and editorial guardrails.