LYGO Guardian P0 Stack
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a local Python text-filter wrapper with no credential, network, or background behavior, but its documentation makes broader safety and audit claims than the simple implementation supports.
Install this only if you want a simple local Python wrapper that checks generated text with basic heuristics. Do not rely on it as a complete ethical firewall or audit trail unless you add stronger policy logic and explicit logging yourself.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
You are relying on the code bundled in the skill package rather than a clearly declared upstream source or package manager workflow.
The registry metadata does not provide a clear upstream source or install specification. The included Python code is small and reviewable, so this is a provenance/setup note rather than a concern.
Source: unknown; Homepage: none ... No install spec — this is an instruction-only skill.
Review the included Python files before use and install it only from a trusted ClawHub listing or workspace copy.
The skill may be useful as a simple helper, but it should not be treated as a complete safety system or audit logger for high-impact actions.
The artifacts describe strong safety and audit behavior, but the included source only returns local verdict objects and does not implement an append-only journal. This could lead users to overestimate the protection or auditability provided.
Implements a deterministic ethical firewall ... Logs violations to an append-only journal for later audit.
Use it as a lightweight heuristic wrapper only; add separate logging, human review, and stronger policy checks before relying on it for public posting, tool calls, financial actions, or safety-critical decisions.
