Laravel Packages

Automated Composer Security Audits in Laravel with Warden

Published
Automated Composer Security Audits in Laravel with Warden image

Warden is a Laravel package that performs security audits on your Composer dependencies and provides automated notifications for vulnerabilities. With your CI pipeline automation, Warden can help you promptly identify and address issues.

This package supports webhook or email notifications, sending reports with affected packages, affected versions, and more from the composer audit command. All this gets triggered from the warden:audit Artisan command:

php artisan warden:audit
 
# Run without sending notifications
php artisan warden:audit --silent

The documentation includes configuration and setup steps required to install the package, as well as instructions on incorporating it into your CI/CD pipeline. You can learn more about this package, get full installation instructions, and view the source code on GitHub.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Laravel Auditor Audits Your App With Your Own AI Agent image

Laravel Auditor Audits Your App With Your Own AI Agent

Read article
A simple form builder that stays out of your way image

A simple form builder that stays out of your way

Read article
Laravel AI: Trace Agent Runs With Lifecycle Events image

Laravel AI: Trace Agent Runs With Lifecycle Events

Read article
Laravel AI: Get Raw HTTP Responses and Rate Limits image

Laravel AI: Get Raw HTTP Responses and Rate Limits

Read article
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article