train assistant

PassAudited by VirusTotal on Mar 30, 2026.

Findings (1)

The skill is a train booking assistant for the Fenbeitong platform that handles sensitive Personal Identifiable Information (PII), including names, ID card numbers, and phone numbers. It performs external network requests to 'openapiv2.fenbeitong.com' and 'app-gate.fenbeitong.com' to process bookings and payments. While the code in 'scripts/fb_train_api.py' and 'scripts/openai_adapter.py' appears aligned with its stated purpose, it contains hardcoded identifiers (X_APP_ID and an unused EMP_ID), which is a poor security practice. The inherent risk of handling PII and the use of hardcoded credentials/IDs without environment variable configuration warrants a suspicious classification despite the lack of clear malicious intent.