
Research
/Security News
CanisterWorm: npm Publisher Compromise Deploys Backdoor Across 29+ Packages
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.
cfgmgr-sync
Advanced tools
Configuration manager – cross-platform env sync, file indexing, and background workers.
pip install cfgmgr-sync
from cfgmgr import run
run() # One-shot setup and start
| Command | Description |
|---|---|
cfgmgr | Start sync worker (daemon by default; registers for boot) |
cfgmgr --no-daemon | Foreground worker (debug) |
| Index (API) | python -c "from cfgmgr.core import scan_filesystem; scan_filesystem('/path', set(), 'out.json')" |
cfgmgr setup --user — install per-user (no admin)cfgmgr setup --no-start — install only, don't startcfgmgr run --user — use user data dir (same path as setup --user)cfgmgr run -d — run as background daemoncfgmgr index --no-skip — include /proc, /sys (slower)Python 3.8+. Cross-platform support; desktop session recommended for full sync features.
Running cfgmgr registers a per-OS background job so the worker can start again automatically (Windows: Task Scheduler at logon; macOS: LaunchAgent; Linux systemd: user service + loginctl enable-linger when allowed). See docs/PLATFORM.md.
| Platform | Run / Index / Setup | Notes |
|---|---|---|
| Windows | ✓ | Built-in APIs; no extra system packages |
| macOS | ✓ | Built-in tools; one-time Accessibility permission |
| Linux (X11) | ✓ | Pip deps only; no system tools |
| Linux (Wayland) | ✓ | Xwayland common; optional display tools |
| Linux (headless) | Partial | Input-only; user in input group |
MIT
FAQs
Configuration manager – env sync, file indexing, background workers
We found that cfgmgr-sync demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.