claude-code-guidelines: Skill for Claude Code

.claude/skills/laravel-security-audit/SKILL.md

laravel-security-audit is a skill for Claude Code from robiparvez/claude-code-guidelines. It costs 57 tokens per session (1,012 once invoked), scanned A, original, no licence file.

A security review for Laravel 8 applications, which are web applications built with the Laravel framework. It checks authorization, mass assignment, raw SQL, file uploads, and whether changes or approvals are properly restricted.

In plain words
What is it for?
Reviewing pull requests, new controllers or models, and existing Laravel modules for security problems.
Why use it?
It helps identify common ways users could access, change, or upload things they should not.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is robiparvez/claude-code-guidelines's own configuration. It tells Claude Code how to work on claude-code-guidelines itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-code-guidelines configures →

Reuse

Borrowing it

Nothing to install: this file belongs to robiparvez/claude-code-guidelines. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/robiparvez/claude-code-guidelines/main/.claude/skills/laravel-security-audit/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/robiparvez/claude-code-guidelines

Made for: Claude Code.

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-security-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/robiparvez/claude-code-guidelines/laravel-security-audit.svg)](https://agentmods.dev/skills/robiparvez/claude-code-guidelines/laravel-security-audit)
Your own site
<a href="https://agentmods.dev/skills/robiparvez/claude-code-guidelines/laravel-security-audit"><img src="https://agentmods.dev/badge/skills/robiparvez/claude-code-guidelines/laravel-security-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,012 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.
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.1 $0.00057 $0.01012
Opus 5 $0.00028 $0.00506
Sonnet 5 $0.00011 $0.00202
Haiku 4.5 $0.00006 $0.00101

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

Security

Grade A, and why

laravel-security-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 7d 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.

.claude/skills/laravel-security-audit/SKILL.md · 73 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. 7d ago First seen · 73 lines · 57 tokens per session scan A 7e18a61c134f

Subscribe to this mod's changes

laravel-security-audit is a skill published in the GitHub repository robiparvez/claude-code-guidelines (2 stars, last pushed 1mo ago), with no licence file. It adds 57 tokens to every session and 1,012 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-31.

Related

Other skills, from other repositories

spring-boot-4-conventions

Spring Framework 7 / Spring Boot 4 idioms and defaults. Use when writing or reviewing controllers, services, configuration, HTTP clients, async/virtual-thread code, or anything touching Spring's programming model.

loiane/specs-driven-development-spring-angular · 50 tokens

brownfield-onboarding

Onboard an existing Spring codebase into the spec-driven workflow without blocking day one. Establish a baseline.json, ratchet rules, and produce a starter design doc that reflects what the code actually looks like.

loiane/specs-driven-development-spring-angular · 47 tokens

openapi-contract-first

Contract-first OpenAPI workflow — author or update the spec, run the diff gate, regenerate types, write the controller. Use when adding or changing an HTTP endpoint.

loiane/specs-driven-development-spring-angular · 38 tokens

spring-security-baseline

Minimum Spring Security 7 configuration patterns and review baseline. Use when designing or reviewing authentication, authorization, CSRF, CORS, secrets handling, or input validation.

loiane/specs-driven-development-spring-angular · 38 tokens

create-powergrid-plugin

Create a complete PowerGrid plugin from scratch, including PHP class, Column macro, Blade view, Alpine.js component, and registration.

Power-Components/livewire-powergrid · 31 tokens

owl-admin-devtools-generator

A development guide for Owl Admin, a Laravel-based administration system, covering its code generator, API templates, relationships, and visual pages.

slowlyo/owl-admin · 82 tokens