writers-helper
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: All included Python scripts (
habit-log.py,manuscript-stats.py,session-planner.py,submission-tracker.py,writing-prompt.py) use only Python standard libraries and do not perform any network operations or access sensitive system directories. - [SAFE]: No evidence of prompt injection or instructions to bypass AI safety guardrails was found in the markdown files or metadata.
- [SAFE]: No obfuscation techniques, such as Base64 encoding of commands, zero-width characters, or homoglyph substitutions, were identified.
- [SAFE]: The skill does not attempt to install external dependencies or execute remote code; its operations are entirely local to the user's environment.
- [SAFE]: Data handling is restricted to the writing project's own files and logs stored in the user's home directory (e.g.,
~/.writing-habits.jsonl), which is standard and transparent behavior for this type of tool.
Audit Metadata