FreeSDN Plugin Registry
← All plugins

compliance

Config Drift Guard

Compares your sites against a declared baseline and reports what has drifted. Checks site parity (every site should have the same kinds of device), naming conventions, PoE state on ports that should have it, and devices that have been offline too long. Raises alerts, and can stage a correction for operator approval.

driftcompliancemulti-sitebaselinestaged-changes

Package

Plugin ID
config-drift-guard
Version
2.0.0
Author
FreeSDN
Minimum core
26.06.1
Python
>=3.11
SHA-256
6a6dead52f528539a9ff23a8d2fcd93bb526aec6abbddd976c9d22cfe4c10745

Install

From inside FreeSDN, open Plugins › Marketplace, sync the catalogue, and install Config Drift Guard. 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/config-drift-guard-2.0.0.zip
sha256sum config-drift-guard-2.0.0.zip
# expect: 6a6dead52f528539a9ff23a8d2fcd93bb526aec6abbddd976c9d22cfe4c10745

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 →