laravel-audit-testing

laravel-audit-testing is a skill for Claude Code, Codex from MrPunyapal/laravel-auditor. It costs 34 tokens per session (429 once invoked), scanned A, original, MIT.

A review of a Laravel application's test suite, covering whether tests protect important behavior rather than merely increasing line coverage. It examines business flows, authorization, edge cases, brittleness, and Pest or PHPUnit conventions.

In plain words
What is it for?
Use it when auditing test quality, including whether unauthorized actions are rejected and whether tests remain useful after code refactoring.
Why use it?
It reveals missing or weak tests around purchases, permissions, data changes, integrations, and unusual inputs.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when auditing test quality, including whether unauthorized actions are rejected and whether tests remain useful after code refactoring.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mrpunyapal/laravel-auditor/laravel-audit-testing
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.

Any agent
npx skills add MrPunyapal/laravel-auditor --skill laravel-audit-testing
Clone the repo
git clone --depth 1 https://github.com/MrPunyapal/laravel-auditor

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 laravel-audit-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/mrpunyapal/laravel-auditor/laravel-audit-testing/github.svg)](https://agentmods.dev/skills/mrpunyapal/laravel-auditor/laravel-audit-testing)
Your own site
<a href="https://agentmods.dev/skills/mrpunyapal/laravel-auditor/laravel-audit-testing"><img src="https://agentmods.dev/badge/skills/mrpunyapal/laravel-auditor/laravel-audit-testing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for laravel-audit-testing

Your own site · 80×15
<a href="https://agentmods.dev/skills/mrpunyapal/laravel-auditor/laravel-audit-testing"><img src="https://agentmods.dev/badge/skills/mrpunyapal/laravel-auditor/laravel-audit-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 429 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.1 $0.00034 $0.00429
Opus 5 $0.00017 $0.00215
Sonnet 5 $0.00007 $0.00086
Haiku 4.5 $0.00003 $0.00043

Measured 12d ago against content hash b8036eeff0b8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

laravel-audit-testing 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 12d 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.

resources/auditor/skills/laravel-audit-testing/SKILL.md · 51 lines

What it actually says

Laravel Testing Audit

Audit the test suite of the Laravel application. Do not equate line coverage with test quality.

List applicable rules first:

php artisan auditor:rules --domain=testing --applicable

What to look for

  • Critical business flows with little or no test coverage: purchases, authorization boundaries, data mutations, integrations.
  • Tests that do not verify meaningful behavior: tests that only assert the request succeeded, tests that pin implementation details, or tests that mock everything away.
  • Missing authorization/security tests around critical boundaries: no test proving an unauthorized user is rejected.
  • Important edge cases left untested: boundary values, empty states, duplicates, permissions variations.
  • Brittle testing patterns: tests coupled to exact query counts, implementation ordering, or unrelated details.
  • Excessive implementation-detail testing: tests that break on any refactor without protecting behavior.
  • Inconsistent use of Pest/PHPUnit conventions across the suite.
  • In a Pest-first suite (tests/Pest.php or pestphp/pest), new PHPUnit class tests without a documented reason (AUD-PEST-001).

Evidence requirements

Every testing finding needs at least:

  • The critical flow or boundary (file + route/controller/service).
  • The relevant test files that should cover it.
  • What behavior is or is not asserted.

False positives

  • Coverage may exist under a different name or location — check before reporting.
  • A missing test for an unimportant flow is not a finding.
  • Do not report line-coverage numbers as proof of quality (or lack of it).

Severity guidance

  • high: a critical boundary (e.g. authorization) has no meaningful tests.
  • medium: an important flow lacks meaningful coverage or tests are brittle.
  • low: testing hygiene issues.
  • info: observations.
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. 12d ago First seen · 51 lines · 34 tokens per session scan A b8036eeff0b8

Subscribe to this mod's changes

laravel-audit-testing is a skill published in the GitHub repository MrPunyapal/laravel-auditor (47 stars, last pushed 6d ago), licensed MIT. It adds 34 tokens to every session and 429 once invoked, about $0.0002 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.