message-push
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements messaging functionality through a local gateway API at localhost, which is a common pattern for agent-to-external-service communication.
- [COMMAND_EXECUTION]: Utilizes curl for making HTTP requests to a local service endpoint. This interaction is limited to localhost and is part of the primary purpose of the skill.
- [DATA_EXPOSURE]: Accesses local memory files within the memory/groups/ directory to map identifiers to chat IDs. This is a standard functional requirement for persisting user/group mapping data.
Audit Metadata