os.system() or os exec-family call
High
- Category
- Dangerous Code Execution
- Content
-d text="{message}" \ -d parse_mode=HTML""" os.system(cmd) return True def download_dividend_rate(date_str):- Confidence
- 97% confidence
- Finding
- os.system(cmd)
Security checks across malware telemetry and agentic risk
The skill mostly matches its financial-tracking purpose, but its alert feature uses a user-provided Telegram bot token to message a hard-coded chat ID and runs that request through an unsafe shell command.
Review before installing. Do not set TELEGRAM_BOT_TOKEN or enable scheduled alerts unless you first change the Telegram chat ID to your own verified recipient and replace the shell-built curl call with a safer HTTP request. Also change the hard-coded output directory to a path you control.
-d text="{message}" \
-d parse_mode=HTML"""
os.system(cmd)
return True
def download_dividend_rate(date_str):-d text="{message}" \
-d parse_mode=HTML"""
os.system(cmd)
return True
def download_dividend_rate(date_str):64/64 vendors flagged this skill as clean.