QuickBooks Mileage CSV

PassAudited by VirusTotal on May 10, 2026.

Findings (1)

The qbo-mileage skill is a legitimate utility designed to generate QuickBooks Online mileage CSVs from various data sources including Airtable, Google Calendar, and Outlook. The Python implementation (qbo_mileage/) uses standard libraries to fetch event data via official APIs (Airtable, Microsoft Graph, Google Calendar), calculates distances using the Google Routes API with local caching (cache.py), and provides optional email delivery of reports. The SKILL.md instructions correctly guide the AI agent to use the deterministic CLI rather than hallucinating data. The code and documentation (README.md, docs/) emphasize local data handling and security best practices, such as using environment variables for secrets and advising against committing credentials. No evidence of malicious intent, data exfiltration to unauthorized endpoints, or prompt injection was found.