Tool Output Auditor

v0.1.0

Audit tool and command results before acting on them. Use when an agent has already run a command or tool, especially in multi-step workflows where a failed,...

0· 91·0 current·0 all-time
bywuu Dao@daowuu
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the provided assets: SKILL.md explains auditing tool output and the bundled scripts (scripts/audit_output.py plus reference docs) implement that purpose. Requiring python3 is appropriate and proportional.
Instruction Scope
Runtime instructions limit behavior to reading command output (from a file or stdin) and producing a classification and recommendation. There are no instructions to read unrelated system files, access environment secrets, or transmit data externally.
Install Mechanism
No install spec is present (instruction-only with a bundled script). Nothing is downloaded or extracted; the only runtime requirement is an existing python3 binary.
Credentials
The skill declares no required env vars, credentials, or config paths. The code does not reference environment secrets or external APIs—only local stdin/file input and pattern matching.
Persistence & Privilege
always is false, the skill is user-invocable and not forced into all agent runs. It does not modify other skills or request persistent system presence.
Assessment
This skill appears safe and coherent for auditing command output: it runs locally with python3, reads only the file or stdin you give it, and prints a verdict. Before using, consider: (1) do not feed it sensitive secrets or live logs you don't want processed; the script only classifies text you provide; (2) review/adjust the regex patterns if your workflows use unusual success/failure messages (false positives/negatives are possible); (3) it's not networked and does not exfiltrate data, but treat any tool that reads files/stdin with the usual caution—only pass outputs you intend to analyze. Overall, the skill matches its description and asks for nothing disproportionate.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ahh333n1s2rdzqrg16pf9jn83g67v

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binspython3

Comments