skills/jeremylongshore/tons-of-skills-marketplace/retellai-advanced-troubleshooting/Gen Agent Trust Hub
retellai-advanced-troubleshooting
Fail
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEPRIVILEGE_ESCALATIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The debug script in
references/debug-techniques.mduseskubectl get secret retellai-secrets -o yamlto collect sensitive configuration. This command retrieves base64-encoded secrets which are then saved to a file namedsecrets-redacted.yaml. The filename is deceptive as the command itself performs no redaction, resulting in the exposure of raw credentials within the debug bundle.\n- [PRIVILEGE_ESCALATION]: The script inreferences/debug-techniques.mdincludestcpdump -i any port 443, a command that captures live network traffic and typically requires root or administrative privileges. It also executesjournalctl, which requires elevated access to view system-wide logs.\n- [COMMAND_EXECUTION]: Theadvanced-retellai-debug.shscript (inreferences/debug-techniques.md) executes multiple powerful system commands includingkubectl,journalctl,tcpdump, andcurlto gather diagnostics. This constitutes broad execution of administrative tools.\n- [INDIRECT_PROMPT_INJECTION]: The skill exhibits an indirect injection surface because it is designed to ingest logs and traces.\n - Ingestion points:
references/debug-techniques.mddefines a script that collectspods.log,system.log, andjaeger.jsoninto the agent's context.\n - Boundary markers: There are no explicit delimiters or instructions provided to the agent to ignore potentially malicious content within these log files.\n
- Capability inventory: The skill utilizes tool capabilities for file system access (Write, Read, Grep), network operations (curl), and system command execution (Bash, kubectl, tcpdump).\n
- Sanitization: No evidence of sanitization, validation, or filtering of the collected log data is present in the skill files.
Recommendations
- AI detected serious security threats
Audit Metadata