byted-volcengine-alert-inspection-analyzer
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill demonstrates legitimate functionality for IT operations and alert management. It follows security best practices by including explicit instructions for the agent to avoid outputting sensitive authentication data like tokens or cookies.
- [COMMAND_EXECUTION]: The skill utilizes a local Python script (
scripts/alert_inspection.py) to normalize and analyze raw message data. This script uses standard libraries and performs data aggregation tasks locally within the designated output directory. - [PROMPT_INJECTION]: As the skill processes content from external chat messages, it possesses a theoretical surface for indirect prompt injection. However, the data is treated as a target for regex extraction and statistical counting, and the skill does not grant the data content control over system execution or privileged operations, maintaining a safe posture.
Audit Metadata