manuscript
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a documentation and utility package designed for medical manuscript writing and revision.
- [SAFE]: It includes a local Python-based scanner (
scan-manuscript.py) and an associated package (scanner/) that performs regex-based static analysis on manuscript text to identify stylistic issues like passive voice, hedge stacking, and interpretation in Results sections. - [SAFE]: Analysis of the Python source code confirms it uses only standard libraries (
re,json,argparse,pathlib,statistics) and performs no network operations, file modifications, or credential harvesting. - [SAFE]: No obfuscation, prompt injection, or remote code execution patterns were detected. The tool operates locally on user-provided files or standard input.
- [SAFE]: The skill follows secure practices by providing clear instructions for local execution and does not request excessive permissions or access to sensitive system areas.
Audit Metadata