| Version | Supported |
|---|---|
| 0.1.x (latest release) | ✅ |
main (unreleased) |
✅ best-effort |
| anything older | ❌ |
process_analyzer_allinone.py analyzes processes on the machine it runs on, sends no collected data to any external service, and opens no network port. The project's two network touchpoints are documented in the README (Privacy section):
- loading the
3d-force-graphlibrary from a public CDN (unpkg.com) when the generated HTML file is opened; - calls to a local Ollama server (
http://localhost:11434by default, configurable).
A vulnerability in this project would typically involve: unintended code execution via a generated HTML file (e.g., process data improperly escaped before injection into HTML/JS), privilege escalation via the installers (install.sh / install.ps1), or a leak of local data (paths, IPs, username) beyond what is documented.
Please do not open a public issue for a security problem until it has been fixed.
- Preferred: GitHub private vulnerability reporting.
- Alternative: contact the maintainer privately via GitHub (@TFD-42) — no email channel is published for this project.
Please include: a description of the vulnerability and its potential impact, reproduction steps (or a proof of concept), and known mitigations if any.
This is a study/local project maintained on a best-effort basis (no formal SLA): expect an initial response time on the order of a few days rather than a guaranteed 24-hour reply.