thread-ledger
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes Git commands through
execFileSyncinledger.mjsandheartbeat.mjs. This is the primary function of the skill to manage a session-memory store (a Git repository) and is restricted to the configured repository roots. - [EXTERNAL_DOWNLOADS]: The skill uses
gh(GitHub CLI) inledger.mjsto reconcile thread status against the forge. This is an expected feature for developers using the tool and requires local authentication. - [REMOTE_CODE_EXECUTION]: The
heartbeat.mjsscript acts as a Stop hook, executing checks against the local environment (Git status, file modifications). While it runs automated checks, it does not download or execute arbitrary remote scripts. - [DATA_EXFILTRATION]:
scan.mjsimplements a safety scanner designed to prevent data exfiltration by blocking the push of content containing sensitive environment variables likeSESSION_MEMORY_URLor user-defined blocklist terms.
Audit Metadata