vss-manage-alerts
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches required Python packages from the official Python Package Index (PyPI) at runtime.
- Evidence: The skill executes
pip installtargeting a local directory for packages listed inscripts/alert-notify/requirements.txt. - [COMMAND_EXECUTION]: The skill executes shell commands to manage alert services, probe service status, and launch a background notification server.
- Evidence: instructions in
SKILL.mdandreferences/alert-notify.mdusecurl,docker ps, andnohup python3 server.pyto operate the pipeline. - [DATA_EXFILTRATION]: The skill retrieves configuration data from local files and environment variables to facilitate its core purpose of relaying alert notifications.
- Evidence: The notification server reads
~/.openclaw/openclaw.jsonand environment variables to obtain Slack tokens and dashboard connection details. - [CREDENTIALS_UNSAFE]: The instructions correctly guide the user to manage sensitive credentials like
SLACK_BOT_TOKENandNGC_CLI_API_KEYthrough environment variables rather than hardcoding them.
Audit Metadata