Last30days Zh

PassAudited by VirusTotal on May 8, 2026.

Findings (1)

The skill bundle is a comprehensive research tool designed to aggregate data from various social media and web platforms. A review of the code logic in 'scripts/last30days.py' and its supporting libraries reveals no malicious intent; rather, it includes proactive security measures such as checking for overly permissive file permissions on configuration files ('env.py') and implementing defensive delimiters ('<untrusted_content>') in 'rerank.py' to mitigate prompt injection risks from scraped content. Network activity is strictly aligned with the stated purpose, and the 'AISA_API_KEY' is explicitly protected by logic in 'http.py' that ensures it is only transmitted to the authorized 'api.aisa.one' domain.