php-nosql-audit

php-nosql-audit is a skill for Claude Code, Codex from CuriousLearnerDev/Online_Tools-AI. It costs 63 tokens per session (743 once invoked), scanned A, original, no licence file.

A PHP source-code checker for NoSQL injection, where untrusted input changes a document-database query. It focuses on MongoDB or DocumentDB query construction and operators such as `$gt`, `$ne`, and `$where`.

In plain words
What is it for?
Use it to review PHP code that builds MongoDB or DocumentDB queries from request data.
Why use it?
It helps find query inputs that attackers could alter to bypass filters or change database results. Findings include severity, proof of concept, and repair advice.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/curiouslearnerdev/online_tools-ai/php-nosql-audit
Any agent
npx skills add CuriousLearnerDev/Online_Tools-AI --skill php-nosql-audit
Clone the repo
git clone --depth 1 https://github.com/CuriousLearnerDev/Online_Tools-AI

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for php-nosql-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/curiouslearnerdev/online_tools-ai/php-nosql-audit.svg)](https://agentmods.dev/skills/curiouslearnerdev/online_tools-ai/php-nosql-audit)
Your own site
<a href="https://agentmods.dev/skills/curiouslearnerdev/online_tools-ai/php-nosql-audit"><img src="https://agentmods.dev/badge/skills/curiouslearnerdev/online_tools-ai/php-nosql-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 743 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00063 $0.00743
Opus 5 $0.00032 $0.00371
Sonnet 5 $0.00013 $0.00149
Haiku 4.5 $0.00006 $0.00074

Measured 4d ago against content hash a1287e04a997, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

php-nosql-audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

storage/Skill/PHP-Code-Audit-Skill/php-nosql-audit/SKILL.md · 52 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 52 lines · 63 tokens per session scan A a1287e04a997

Subscribe to this mod's changes

php-nosql-audit is a skill published in the GitHub repository CuriousLearnerDev/Online_Tools-AI (52 stars, last pushed 1mo ago), with no licence file. It adds 63 tokens to every session and 743 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

dbx

DBX CLI for database schema exploration and read-only queries. When the user needs to list connections, explore tables, describe schemas, run queries, or generate AI-friendly schema context from DBX-managed databases. Do NOT use for write operations unless the user explicitly confirms with --allow-writes.

t8y2/dbx · 61 tokens

mongodb-natural-language-querying

Generate read-only MongoDB queries (find) or aggregation pipelines using natural language, with collection schema context and sample documents. Use this skill whenever the user asks to write, create, or generate MongoDB queries, wants to filter/query/aggregate data in MongoDB, asks "how do I query...", needs help with…

mongodb/agent-skills · 162 tokens

mongodb-connection

Optimize MongoDB client connection configuration (pools, timeouts, patterns) for any supported driver language. Use this skill when working/updating/reviewing on functions that instantiate or configure a MongoDB client (eg, when calling connect()), configuring connection pools, troubleshooting connection errors…

mongodb/agent-skills · 122 tokens

mongodb-schema-design

MongoDB schema design patterns and anti-patterns. Use when designing data models, reviewing schemas, migrating from SQL, or troubleshooting performance issues caused by schema problems. Triggers on "design schema", "embed vs reference", "MongoDB data model", "schema review", "unbounded arrays", "one-to-many", "tree…

mongodb/agent-skills · 127 tokens

mongodb-query-optimizer

Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on my cluster?", etc. Do not invoke for general MongoDB query…

mongodb/agent-skills · 98 tokens

mongodb-search-and-ai

Guides MongoDB users through implementing and optimizing Atlas Search (full-text), Vector Search (semantic), and Hybrid Search solutions. Use this skill when users need to build search functionality for text-based queries (autocomplete, fuzzy matching, faceted search), semantic similarity (embeddings, RAG…

mongodb/agent-skills · 132 tokens