Thought-Retriever

PassAudited by VirusTotal on May 2, 2026.

Findings (1)

The skill contains a hardcoded API key (sk-b841f4b7...) and hardcoded absolute Windows file paths (C:/Users/89627/...) in thought_retriever.py, which are significant security and portability risks. Furthermore, the script explicitly disables system proxy settings (session.trust_env = False) when transmitting user conversation data to an external endpoint (dashscope.aliyuncs.com), a behavior that can be used to bypass network security monitoring. While the functionality aligns with the documentation, these implementation choices are highly irregular and risky.