slidev-troubleshooting

Warn

Audited by Gen Agent Trust Hub on Mar 23, 2026

Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [EXTERNAL_DOWNLOADS]: Fetches font assets from the Google Fonts official GitHub repository to address emoji rendering issues in PDF and PNG exports.\n
  • Evidence: curl -L --output NotoColorEmoji.ttf https://github.com/googlefonts/noto-emoji/raw/main/fonts/NotoColorEmoji.ttf in references/troubleshooting.md\n- [COMMAND_EXECUTION]: Instructs the use of sudo to move font files into system-protected directories for global availability.\n
  • Evidence: sudo mv NotoColorEmoji.ttf /usr/local/share/fonts/ in references/troubleshooting.md\n- [COMMAND_EXECUTION]: Recommends the Playwright --with-deps flag for headless browser setup, which typically triggers system-level package installation via a package manager.\n
  • Evidence: npx playwright install --with-deps chromium in references/troubleshooting.md
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 23, 2026, 09:58 AM