FreeSDN Plugin Registry
← All plugins

security

New Device Watch

Raises an alert when a device appears that is not on your allowlist. Matches by MAC, by OUI vendor prefix, or by device type, and can hold new devices for review during a learning period so an existing network does not alert on everything at once.

securitydiscoveryrogue-detectionalerting

Package

Plugin ID
new-device-watch
Version
2.1.0
Author
FreeSDN
Minimum core
26.06.1
Python
>=3.11
SHA-256
8d30019453b6a79387fdbb47254c21ae358652330ed1a071ee29ed0a9dd7e53a

Install

From inside FreeSDN, open Plugins › Marketplace, sync the catalogue, and install New Device Watch. The instance verifies the catalogue signature before ingest and the archive checksum before unpacking.

To install the archive directly instead:

curl -fSLO https://registry.freesdn.org/dl/new-device-watch-2.1.0.zip
sha256sum new-device-watch-2.1.0.zip
# expect: 8d30019453b6a79387fdbb47254c21ae358652330ed1a071ee29ed0a9dd7e53a

Then upload the ZIP under Plugins › Install from file.

Plugins run in-process with the API. The loader applies import hygiene, ZIP-slip and ZIP-bomb guards, hash-pinned dependencies and per-action permission caps, but it is a cooperative trusted-author model and not a security sandbox. Install what you would be willing to run as application code.

Source and issues →