node2flow-line-bot
mcpsmitheryMCP server for LINE Messaging API — send messages, manage groups, rich menus, webhooks, and more. ## Features - Push, reply, multicast, and broadcast messages - User profiles, follower lists, and bot info - Group chat management (summary, members, profiles) - Rich menu CRUD, default setting, and per-user linking - Message quota monitoring and follower insights - Webhook URL configuration and connectivity testing ## 25 Tools **Messages**: push, reply, multicast, broadcast, validate **User & Bot**: get profile, get follower IDs, get bot info, display loading **Group Chat**: get summary, get members count, get member IDs, get member profile **Rich Menu**: create, list, get, delete, set default, link to user **Quota & Insights**: get quota, get consumption, get followers count **Webhook**: set URL, get info, test endpoint ## Configuration - LINE_CHANNEL_ACCESS_TOKEN — Channel Access Token from LINE Developers Console (Messaging API channel settings)
By Smithery | 48 findings | Scanned 5/15/2026 | tooltrust-scanner/v0.3.9
Risk Summary
Needs ApprovalDep Visibility plus Excessive Permissions raises enough risk that this tool should not be auto-trusted.
Potential impact: This finding indicates the tool should be reviewed before it is trusted.
Recommended action: Keep this tool behind manual approval and avoid unattended runs until the risky capabilities are narrowed or removed.
Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.
Security Findings (48)
line_reply_message:input parameter "reply_token" appears to accept a secret or credential
Fix: Avoid accepting raw credentials as input parameters. Use secret managers (e.g. 1Password CLI, AWS Secrets Manager) and ensure credentials are never logged or stored in agent traces.
tool declares network permission
line_get_profileline_get_bot_infoline_get_group_summaryline_set_webhook_urlline_get_webhook_infoline_test_webhookFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
tool declares fs permission
line_push_messageline_get_profileline_get_group_member_profileline_create_rich_menuline_delete_rich_menuFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
tool declares http permission
line_reply_messageline_set_webhook_urlline_get_webhook_infoline_test_webhookFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
line_reply_messageline_get_profileline_get_bot_infoline_get_group_summaryline_set_webhook_urlline_get_webhook_infoline_test_webhookFix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.
Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.
line_push_messageline_reply_messageline_multicast_messageline_broadcast_messageline_validate_messageline_get_profileline_get_follower_idsline_get_bot_infoline_display_loadingline_get_group_summaryline_get_group_members_countline_get_group_member_idsline_get_group_member_profileline_create_rich_menuline_get_rich_menusline_get_rich_menuline_delete_rich_menuline_set_default_rich_menuline_link_rich_menu_to_userline_get_quotaline_get_quota_consumptionline_get_followers_countline_set_webhook_urlline_get_webhook_infoline_test_webhookFix: Review and remediate the identified issue.
Scan this tool yourself
Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.
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 node2flow-line-bot"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)