Logfmt Parser

PassAudited by ClawScan on Apr 14, 2026.

Overview

The skill's code, instructions, and requirements are internally consistent with a local log-parsing utility and do not request unexpected credentials, network access, or elevated persistence.

This skill appears to be a simple, local log-to-JSON parser with no network calls or secret access. Before installing or running it, (1) note the minor mismatch between the SKILL.md command name ('logfmt_parser') and the provided script (tool.py) — you may need to run the script directly or wrap it with an executable name; (2) review the bundled tool.py yourself if you will run it on sensitive logs to ensure its parsing behavior meets your needs; and (3) if you expect automatic forwarding to log aggregators, understand that the code does not perform any network forwarding and would need additional, credentialed integration to send logs elsewhere.