cultural-tourism-bilibili-feed
Fail
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: HIGHPERSISTENCECOMMAND_EXECUTION
Full Analysis
- [PERSISTENCE]: The script
scripts/cultural_tourism_bilibili_report.pycontains functionality to install persistent scheduled tasks on the host system. It creates a.plistfile in the user's~/Library/LaunchAgentsdirectory and invokeslaunchctlto load it for recurring background execution on macOS. On Linux systems, it modifies the user'scrontabusing shell commands to schedule the script to run automatically every day. - [COMMAND_EXECUTION]: The skill performs shell command execution using the
subprocessmodule. Inscripts/cultural_tourism_bilibili_report.py,subprocess.runis used to manage system services vialaunchctland to manipulate the user'scrontabvia shell redirection. Additionally, it usessubprocess.Popento launch the default system browser using commands likeopenorxdg-opento display generated reports.
Recommendations
- AI detected serious security threats
Audit Metadata