Daily Review Assistant
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill is classified as suspicious due to a potential shell injection vulnerability described in `SKILL.md`. The instructions for the AI agent state it will execute `python3 stock-analysis/daily_review.py <date> [--email]`, where `<date>` is user-provided. If the OpenClaw agent directly substitutes this input without proper sanitization, it could allow a malicious user to inject arbitrary shell commands. Additionally, the skill indicates the underlying Python script will access sensitive information like an SMTP password from environment variables (`SMTP_PASSWORD`), which, while a common practice, necessitates careful review of the script (not provided) for secure handling.
