slop-lint
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a provided local Python script (
scripts/slop_lint.py) to analyze text files. This execution is confined to the skill's directory and uses standard input/output for processing text. - [SAFE]: The Python script uses only standard library modules (
argparse,json,re,statistics,sys,pathlib). No external dependencies or unverifiable packages are required or installed. - [SAFE]: No network operations, data exfiltration patterns, or persistence mechanisms were detected. The script is designed to be deterministic and does not access the clock, network, or external APIs.
- [SAFE]: The instructions in
SKILL.mdinclude explicit safety constraints, directing the agent to refuse requests for authorship accusations and to frame results as a style lint rather than proof of AI usage.
Audit Metadata