Skip to content

Security: TFD-42/Proc_Map_Analyzer

SECURITY.md

Security Policy

Supported Versions

Version Supported
0.1.x (latest release)
main (unreleased) ✅ best-effort
anything older

Scope

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-graph library from a public CDN (unpkg.com) when the generated HTML file is opened;
  • calls to a local Ollama server (http://localhost:11434 by 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.

Reporting a Vulnerability

Please do not open a public issue for a security problem until it has been fixed.

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.

There aren't any published security advisories