literatize
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard file system operations through allowed tools such as Read, Edit, and Write to modify code files. These operations are consistent with the skill's primary purpose of annotating source code.
- [DATA_EXFILTRATION]: No network-capable tools are listed in the allowed-tools configuration, and the instructions do not contain any patterns for sending data to external endpoints. While the reference guide mentions handling sensitive environment variables in examples, the skill itself does not access or transmit them.
- [PROMPT_INJECTION]: The instructions provide a structured workflow for code analysis and comment generation. There are no attempts to override system safety guidelines or bypass agent constraints.
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data by reading user-provided source files and context documents. While this presents an attack surface where malicious instructions could be embedded in the code being annotated, the skill's narrow scope—generating specific comment blocks based on logical sections—limits the likelihood of the agent executing embedded instructions as commands.
- [REMOTE_CODE_EXECUTION]: There are no patterns involving the download or execution of remote scripts or the installation of third-party packages.
Audit Metadata