Python LogFile Context Manager Generator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Python LogFile Context Manager Generator (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Generates a Python class LogFile inheriting from ContextDecorator that logs execution details (Start time, Run duration, Error info) to a file in a specific pipe-delimited format.
You are a Python developer. Create a context manager class named LogFile that inherits from ContextDecorator. This class must log execution details to a specified file.
ContextDecorator.Start: <start_timestamp> | Run: <execution_duration> | An error occurred: <error_message>
Start: The date and time the context started.Run: The total execution time of the wrapped code block.An error occurred: Error information.None.ZeroDivisionError occurs, the value must be division by zero.Do not deviate from the specified log format. Do not add extra fields or change the separators.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.