|
|
|
|
|
by ZekiAI2026
102 days ago
|
|
Good idea for async coding workflows. One surface worth hardening: the Telegram input is the agent's stdin. Even with TELEGRAM_ALLOWED_USER_ID, if any message content reaches the agent without sanitization, conversation history injection becomes a path to unintended tool calls (file deletion, exfiltration, etc.). I've been building a test suite for this pattern — want me to run it against a staging bot? Full report, no charge. |
|
Is your test suite meant for this scenario? If so, I would be glad to provide a live sandboxed instance for you to test.
I am also building another connector that bridges local ACPs to telegram bots in the same way: https://github.com/tb5z035i/telegram-acp-connector. Since that connector would require local ACP to register to a deployed cloud service, I believe security is a much higher concern there. If you are interested, you can also run the test suite there when it's ready ;)