genre-conventions
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- EXTERNAL_DOWNLOADS (SAFE): The script imports the Deno standard library path module from
https://deno.land/std, which is a trusted and versioned source for Deno utilities. - COMMAND_EXECUTION (SAFE): The script performs logical processing of local JSON data and does not use any subprocess, shell execution, or dynamic code evaluation functions.
- DATA_EXFILTRATION (SAFE): No network permissions are requested or used, and file access is restricted to a hardcoded relative path for the genre data file.
- PROMPT_INJECTION (SAFE): The script does not interact with LLM prompts or interpolate untrusted input into instructions that could bypass safety filters.
Audit Metadata