email-newsletter
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation describes installation using an NPX package (
@opendirectory.dev/skills) and a community-standard tool for downloading GitHub subdirectories (download-directory.github.io). These are documented as part of the intended setup process. - [COMMAND_EXECUTION]: The skill executes shell commands to create a local directory structure (
mkdir -p docs/newsletters) where it saves the generated newsletter files. This is a legitimate functional requirement for storing assets. - [SAFE]: The skill manages the generation of email content through a multi-step drafting and templating process. It operates on user-provided topics and saves files to the local filesystem without performing external network requests or accessing sensitive system credentials.
Audit Metadata