A8/100

line-bot-mcp-server
mcp0.4.2MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
By line | 4 findings | Scanned 3/22/2026 | tooltrust-scanner/v0.1.15
4 Medium
Security Findings (4)
- MediumExcessive Permission Surface ×4
- push_text_message:tool declares fs permission
- push_flex_message:tool declares fs permission
- get_profile:tool declares fs permission
- delete_rich_menu:tool declares fs permission
Rule: AS-002Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
Scan this tool yourself
Reproduce this audit locally or block risky tools in CI.
Install once, then scan any MCP server:
$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash$ tooltrust-scanner scan --server "npx -y line-bot-mcp-server"Adjust the package name if your npm registry name differs from the tool ID. View source
Add badge to your README
Copy this Markdown to show your ToolTrust grade on GitHub.
[](https://github.com/AgentSafe-AI/tooltrust-directory)