nvdigitalsolutions

61 mods across 2 repositories, 5 stars between them.

wp-security-audit

49

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Audits WordPress plugin or theme PHP code for the most common security mistakes — missing nonce checks, capability checks, input sanitization, output escaping, unslashing, SQL preparation, AJAX nopriv exposure, file/path traversal, and unsafe redirects. Use when reviewing pull requests, before releasing a plugin, when…

5 2d ago A 123 tokens

wp-security-deep

50

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Deep security audit for WordPress plugin/theme PHP code, covering issues beyond the basic sanitize/escape/nonce checklist — PHP object injection (unserialize), SSRF in remote requests, CSRF on state-changing GET handlers, mass assignment via $POST loops, insecure file include / template injection, mail header…

5 2d ago A 132 tokens

wp-security-secrets

51

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Audits WordPress plugin/theme code for secret-handling and credential issues — hardcoded API keys, DB credentials, or signing secrets in source; weak randomness (rand, mtrand, uniqid) used for security tokens, password reset links, nonces, or session IDs; password storage with md5/sha1/crypt instead of passwordhash…

5 2d ago A 144 tokens

wp-utf8-text

52

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Handle UTF-8 and text encoding safely in WordPress plugins, especially on WP 6.9+ where wpisvalidutf8(), wpscrubutf8(), and noncharacter helpers replace older seemsutf8-style checks. Covers when to validate, scrub, reject, or preserve invalid bytes; wpcheckinvalidutf8 behavior; XML/JSON/feed/export boundaries; and…

5 2d ago A 118 tokens

acp-agent

53

nvdigitalsolutions/mcp-ai-wpoos

Agent

Writer for the Agent Client Protocol (ACP) integration — JSON-RPC 2.0 server, session management, toolcall mapping, and federation discovery advertisement.

5 2d ago A 36 tokens

addon-maintainer

54

nvdigitalsolutions/mcp-ai-wpoos

Agent

Writer scoped to a single NV oOS addon at a time (algorave / canvas / cornerstone3d / embedded / fantasy-football / graphify) — must not cross addon boundaries.

5 2d ago A 43 tokens

agent-skill-curator

55

nvdigitalsolutions/mcp-ai-wpoos

Agent

Writer for bundled Agent Skills (SKILL.md) under includes/bundled-skills/ and addons/pro/includes/bundled-skills/, with mandatory THIRDPARTYNOTICES updates.

5 2d ago A 43 tokens

chat-ui-author

56

nvdigitalsolutions/mcp-ai-wpoos

Agent

Writer for the NV oOS chat frontend — JS, CSS, blocks, and Elementor widget. Honours wp.i18n, jQuery compat, localStorage transcripts, and guest-token flow.

5 2d ago A 43 tokens

docs-maintainer

57

nvdigitalsolutions/mcp-ai-wpoos

Agent

Writer restricted to documentation — docs/, README.md, readme.txt, CHANGELOG.md. Refuses any change under includes/, addons/, or assets/.

5 2d ago A 34 tokens

php-compat-reviewer

58

nvdigitalsolutions/mcp-ai-wpoos

Agent

Read-only PHP-compatibility reviewer — enforces PHP 7.4+ in the base plugin and PHP 8.1+ in the Pro addon, blocking syntax that breaks the supported floor.

5 2d ago A 46 tokens

release-engineer

60

nvdigitalsolutions/mcp-ai-wpoos

Agent

Writer for release artifacts — version bumps, CHANGELOG, readme.txt stable tag, and bin/build-addon-zips.sh ZIPs. Never runs git push or gh release create.

5 2d ago A 40 tokens

nvdigitalsolutions/nv-remote-mcp-server

Instructions file

Claude Code instructions for nvdigitalsolutions/nv-remote-mcp-server, covering mcp server with github oauth - implementation guide, core principles, kiss (keep it simple, stupid), yagni (you aren't gonna need it) and open/closed principle.

0 5mo ago A 5,279 tokens copy · 100% MIT