Cubox Integration (International & China)
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill bundle is designed to integrate with the Cubox API to save URLs and memos. The `SKILL.md` clearly outlines the purpose and prerequisites, including setting a `CUBOX_API_URL` environment variable, which is explicitly warned as a credential. The Python scripts (`save_memo.py`, `save_url.py`) correctly retrieve this API URL from the environment and make `requests.post` calls to it, sending user-provided content. There is no evidence of data exfiltration beyond the intended Cubox API, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. All actions are aligned with the stated purpose of saving content to Cubox.
