footprint

🤏sfwa
Visit
by akanshujamwal

A single-file browser-based work journal for developers and PMs. Log daily tasks, sync to Google Sheets.

notes
Screenshot of footprint
★ 2 stars · 0 forks0 · 1 contributor1 · 103 KB · created Feb 2026 · footprint ↗
HTML 100%
Is it a true single-file web app?
✗ Nearly. Its own code is all in one file, but it still pulls in 1 file from elsewhere.
– Contacts cdnjs.cloudflare.com
– Contacts fonts.googleapis.com
– Contacts fonts.gstatic.com
How to fix it
→ Inline html2pdf.bundle.min.js into a <script>/<style> tag instead of fetching it from cdnjs.cloudflare.com
→ Self-host the webfont as a base64 @font-face, or fall back to a system font stack (currently fonts.googleapis.com)
→ Self-host the webfont as a base64 @font-face, or fall back to a system font stack (currently fonts.gstatic.com)
Open issue ↗
Security audit — full results 13/13
✓ No leaked credentials (detect-secrets)
✓ Semgrep security-audit ruleset
✓ Semgrep javascript ruleset
✓ eval() usage
✓ Function() construction
✓ decode→eval chain
✓ document.write of decoded content
✓ sendBeacon usage
✓ decoded content DOM injection
✓ Ships an HTML file
✓ No build step required
✓ No backend required
✓ Submitted URL looks like the app itself
Embed this badge
iamsingle.app — security audit — 13/13
← back to the full catalog