marp-authoring

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFEPROMPT_INJECTION
Full Analysis
  • Indirect Prompt Injection (LOW): The scripts/init_presentation.py script possesses an attack surface for indirect prompt injection by interpolating user-controlled data into generated Markdown files. \n
  • Ingestion points: The title and author command-line arguments in scripts/init_presentation.py are used to fill placeholders in templates. \n
  • Boundary markers: Absent; the script perform simple string replacement without delimiters or warnings to the renderer. \n
  • Capability inventory: The script has file-write capabilities via Path.write_text. \n
  • Sanitization: Absent; user-provided strings are not escaped or validated before being written to the output file.\n- SAFE (SAFE): No instances of obfuscation, hardcoded credentials, or malicious network activity were detected. The core functionality is focused on documentation and local file templating. The scripts/validate_marpit.sh script is a benign syntax checker.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:41 PM