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.
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.
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.
laravel-mail-guard
Scan outgoing Laravel mail for leaked secrets, PII, and compliance issues. Preview, block unsafe sends, and fail CI before email leaks.
laravel-vault
by smithingdev
A small, focused Laravel client for HashiCorp Vault: AppRole/token auth and KV2 secret CRUD.
laravel-secrets
by atldays
Load secrets from external providers and apply them to Laravel from a cached payload.
laravel-keyring
by gause
A driver-based secret manager for Laravel — injects secrets from OS keychains into your environment at runtime.
laravel-locksmith
by brainlet-ali
Secrets rotation orchestration for Laravel with zero-downtime grace periods.
laravel-vault-suite
by deepdigs
Vault-powered secrets suite for Laravel with multi-backend support and operational tooling.
rapidenv-laravel
by iridiumintel
Laravel wrapper for RapidEnv – replace env() with secure distributed secrets
laravel-infisical
by stechstudio
Import your Infisical applications secrets as Laravel environment variables.
laravel-configrypt
by grazulex
Encrypt sensitive values in your Laravel .env file and decrypt them automatically at runtime — safe, seamless, and config-driven.