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.ttfinreferences/troubleshooting.md\n- [COMMAND_EXECUTION]: Instructs the use ofsudoto move font files into system-protected directories for global availability.\n - Evidence:
sudo mv NotoColorEmoji.ttf /usr/local/share/fonts/inreferences/troubleshooting.md\n- [COMMAND_EXECUTION]: Recommends the Playwright--with-depsflag for headless browser setup, which typically triggers system-level package installation via a package manager.\n - Evidence:
npx playwright install --with-deps chromiuminreferences/troubleshooting.md
Audit Metadata