update-legal-pdfs
Pass
Audited by Gen Agent Trust Hub on Sep 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs legitimate repository maintenance by converting MDX legal documents into PDF format.
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from local MDX files to generate PDFs.
- Ingestion points: Reads MDX content from
packages/docs/docs/{terms,privacy,dpa,dpia}.mdx. - Boundary markers: None identified.
- Capability inventory: File system read access for source MDX files and write access for generating PDFs in
packages/docs/static/docs/. - Sanitization: Uses
html.escapeand regex-based transformation to convert markdown syntax into ReportLab-compatible XML tags.
Audit Metadata