voice-call
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security risks were identified in the skill. The functionality matches the stated purpose of providing voice call capabilities.
- [COMMAND_EXECUTION]: The skill utilizes the
moltbotCLI tool for call operations. This is an expected behavior for a skill designed to extend the Moltbot platform. - [PROMPT_INJECTION]: The skill identifies a data ingestion surface through the
messageparameter in thevoice_calltool actions. This represents a potential surface for indirect prompt injection. Evidence: 1. Ingestion points:messageparameter ininitiate_call,continue_call, andspeak_to_useractions in SKILL.md. 2. Boundary markers: Absent. 3. Capability inventory: The skill triggers network-enabled telephony plugins via themoltbotCLI. 4. Sanitization: Absent. No specific content filtering or delimiters are specified for the voice messages.
Audit Metadata