Skip to content

Security: jakehu2937/AgentLedger

Security

SECURITY.md

Security and privacy

Agent Ledger is designed to keep usage data on the current Mac. Please report a vulnerability privately through GitHub Security Advisories rather than opening a public issue.

Scope

Security-sensitive reports include unintended network access, retention of prompt or code content, storage of raw local paths or identifiers, insecure database permissions, and parser behavior that reads credential files.

Data handling guarantees

  • No telemetry, login, or network upload module.
  • Field-allowlist parsing for supported local logs.
  • HMAC-SHA256 identifiers using a machine-local random salt.
  • App data directory mode 0700; database, WAL, SHM, and salt mode 0600.
  • Original Agent logs are never modified.

There aren't any published security advisories