Log Sift
v1.0.0Filter large log files by keywords and date ranges quickly from the command line for efficient troubleshooting and analysis.
⭐ 0· 36·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description ('Log Sift' filter logs) aligns with the included code (tool.py) which implements keyword and date-range filtering. Minor inconsistency: SKILL.md shows a command named 'log_sift' while the included file is tool.py with a shebang—there's no install wrapper provided, so the user must install or rename the script to match the documented command. The SKILL.md also shows a price ($2.50) but provides no purchase/install mechanism.
Instruction Scope
SKILL.md instructs running the CLI against a log file or stdin; the tool's runtime behavior matches that scope. The instructions do not ask the agent to read unrelated system files, environment variables, or contact external endpoints.
Install Mechanism
There is no install spec (instruction-only + included script). This minimizes risk; the repository provides a simple Python script with a shebang that can be run directly. No downloads or third-party package installs are requested.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the code does not access any secrets or environment variables. It only reads the user-specified file or stdin.
Persistence & Privilege
always is false and the skill does not request persistent or elevated presence. There is no code that modifies other skills or system-wide configuration.
Assessment
This appears to be a straightforward, local log-filtering script. Before installing: (1) verify you trust the source (the package has no homepage and an unknown owner), (2) ensure you install the script intentionally (rename/move tool.py or create a wrapper so the documented 'log_sift' command works), and (3) run it on non-sensitive files first—the tool will read any file you point it at, but it contains no network or credential usage. The listed price ($2.50) is not implemented in the files; confirm payment/installation details with the publisher if you expect to purchase support or binaries.Like a lobster shell, security has layers — review code before you run it.
latestvk973z54vg9yez1hbhv1arkdamn84taah
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
