Query Payful Account

PassAudited by VirusTotal on Apr 3, 2026.

Findings (1)

The skill is designed to query account balances from the Payful financial service. The script `scripts/query_balance.py` uses standard Python libraries to make authenticated GET requests to the official Payful API (global.payful.com) using session cookies provided via environment variables. The code is transparent, includes appropriate security warnings in `SKILL.md`, and lacks any indicators of malicious intent, data exfiltration to unauthorized endpoints, or command injection vulnerabilities.