create-study-guide

Pass

Audited by Gen Agent Trust Hub on Jun 29, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: Text Transformation and Filtering
  • The script scripts/clean_study_guide.py uses regular expressions and standard file I/O to filter unwanted content such as labs, exercises, and UI screenshots from Markdown files.
  • The processing logic is transparent and uses only standard library modules (re, sys, pathlib), with no use of network-enabled functions or external command execution.
  • [SAFE]: Local File System Interaction
  • The utility reads input files and writes the resulting study guide to the local filesystem at paths provided as arguments.
  • No hardcoded credentials, sensitive file path access (e.g., .ssh, .aws), or attempts to exfiltrate data were found.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 29, 2026, 10:52 AM
Security Audit — agent-trust-hub — create-study-guide