laravelsecurityaudit member since: Jun 16, 2026 · Transparency log
laravelsecurityaudit's packages
-
PHP
laravelsecurityaudit/laravel-ai-circuit-breaker
An abuse firewall for AI endpoints: detect runaway agent loops within a request, and open a circuit on a per-tenant spend anomaly, before a self-recursing agent drains the API budget. Security-framed, not just rate limiting.
-
PHP
laravelsecurityaudit/laravel-ai-egress-guard
Scan, redact, and optionally block outbound requests to AI providers (OpenAI, Anthropic, Gemini, and more) for leaked secrets and PII. Review in an inbox and fail CI before a prompt leaks. SDK-agnostic, at the HTTP layer.
-
PHP
laravelsecurityaudit/laravel-ai-ledger
A processing ledger for AI traffic. Turns the requests Egress Guard observes into a GDPR Article 30 record of processing and a subprocessor register, recording categories and hashes only, never the data itself. The free collector for the Ledger compliance layer.
-
PHP
laravelsecurityaudit/laravel-ai-lint
Static analysis for insecure AI wiring in Laravel apps: a scan command that finds AI provider keys leaked into tracked or client-reachable files, plus PHPStan rules that flag model output flowing into unsafe sinks and prompts built by concatenation. SARIF for CI.
-
PHP
laravelsecurityaudit/laravel-mail-guard
Scan outgoing Laravel mail for leaked secrets, PII, and compliance issues. Preview, block unsafe sends, and fail CI before email leaks.
-
Blade
laravelsecurityaudit/laravel-mail-preview
Database-backed mail preview inbox for Laravel applications.
-
PHP
laravelsecurityaudit/laravel-secret-scanner
Framework-agnostic secret and PII detection engine: rules, scanner, redactor, severity and confidence model. Shared core for the Laravel Security Audit guard packages.