PHPackages                             vulnerar/agent - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. vulnerar/agent

ActiveLibrary[Security](/categories/security)

vulnerar/agent
==============

v0.6.1(1mo ago)030PHPPHP ^8.2CI failing

Since Feb 5Pushed 1mo agoCompare

[ Source](https://github.com/vulnerar/agent)[ Packagist](https://packagist.org/packages/vulnerar/agent)[ RSS](/packages/vulnerar-agent/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (13)Versions (10)Used By (0)

Vulnerar Agent
==============

[](#vulnerar-agent)

[![Laravel Badge](https://camo.githubusercontent.com/5b6acf76706da2c1182031e3244b813d68d9d18c17237a31cd0d4dfcede7745f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d3131253743313225374331332d626c75653f6c6f676f3d6c61726176656c)](https://camo.githubusercontent.com/5b6acf76706da2c1182031e3244b813d68d9d18c17237a31cd0d4dfcede7745f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d3131253743313225374331332d626c75653f6c6f676f3d6c61726176656c)[![tests](https://github.com/vulnerar/agent/actions/workflows/tests.yml/badge.svg)](https://github.com/vulnerar/agent/actions/workflows/tests.yml)

Installation
------------

[](#installation)

To install the agent, follow the steps below:

### 1. Install agent

[](#1-install-agent)

```
composer require vulnerar/agent
```

### 2. Add token to your .env file

[](#2-add-token-to-your-env-file)

```
VULNERAR_TOKEN=
```

### 3. Run agent

[](#3-run-agent)

The agent must be actively running to collect and send data to Vulnerar. Start the agent using the following Artisan command:

```
 php artisan vulnerar:agent
```

The agent also uses Laravel's built-in task scheduling to collect periodic events in the background. Use your preferred way to [run the task scheduler](https://laravel.com/docs/scheduling#running-the-scheduler).

 **Run agent using supervisord (recommended)**We strongly recommend using supervisord to ensure the agent stays running in the background.

```
[program:vulnerar-agent]
process_name=%(program_name)s
command=php /var/www/your-app/artisan vulnerar:agent
directory=/var/www/your-app
autostart=true
autorestart=true
user=www-data
numprocs=1
redirect_stderr=true
stdout_logfile=/var/log/supervisor/vulnerar-agent.log

```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance90

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

9

Last Release

50d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ddde813a0aa4204972dc3920b382c27d0925a0fd2914665959d55e5af75792d?d=identicon)[vulnerar](/maintainers/vulnerar)

---

Top Contributors

[![angelej](https://avatars.githubusercontent.com/u/131715596?v=4)](https://github.com/angelej "angelej (53 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/vulnerar-agent/health.svg)

```
[![Health](https://phpackages.com/badges/vulnerar-agent/health.svg)](https://phpackages.com/packages/vulnerar-agent)
```

###  Alternatives

[clue/docker-react

Async, event-driven access to the Docker Engine API, built on top of ReactPHP.

113154.9k1](/packages/clue-docker-react)[soved/laravel-gdpr

GDPR compliance with ease

299127.5k2](/packages/soved-laravel-gdpr)[masterro/laravel-xss-filter

Filter user input for XSS but don't touch other html

41254.5k](/packages/masterro-laravel-xss-filter)[enlightn/laravel-security-checker

A Laravel package to scan your dependencies for known security vulnerabilities.

51173.4k](/packages/enlightn-laravel-security-checker)[nickurt/laravel-pwned-passwords

PwnedPasswords for Laravel 11.x/12.x/13.x

187.5k](/packages/nickurt-laravel-pwned-passwords)[dgtlss/owaspadvisor

A Laravel package to help developers implement OWASP Top 10 security guidelines

327.1k](/packages/dgtlss-owaspadvisor)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
