onesignal-onesignal
mcpsmitheryOneSignal is a customer engagement platform that lets you send targeted push notifications, emails, SMS, and in-app messages, manage audiences, and track campaign performance. With the OneSignal MCP, manage your messaging directly from your AI assistant. Send push notifications, emails, and SMS by simply describing your audience and message. Check campaign delivery stats, build audience segments, manage templates, and handle user subscriptions all through conversation.
By Smithery | 76 findings | Scanned 6/3/2026 | tooltrust-scanner/v0.3.13
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 (76)
tool declares exec permission
create_alias_by_subscriptioncreate_subscriptioncreate_userget_user_identity_by_subscriptionsend_messagestart_live_activitytransfer_subscriptionupdate_subscriptionupdate_subscription_by_tokentool declares network permission
send_messageFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
get_user_identity_by_subscription:tool name "get_user_identity_by_subscription" implies read-only operation but declares exec permission
Fix: Ensure tool names, descriptions, and permission declarations are internally consistent. Use explicit naming conventions that fully reflect actual capabilities.
input parameter "token" appears to accept a secret or credential
unsubscribe_emailupdate_subscription_by_tokenFix: 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 fs permission
create_alias_by_subscriptioncreate_or_update_aliascreate_segmentcreate_subscriptioncreate_templatecreate_userupdate_live_activityupdate_segmentupdate_subscriptionupdate_subscription_by_tokenupdate_templateupdate_userFix: 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
create_alias_by_subscriptioncreate_subscriptioncreate_templatecreate_userget_user_identity_by_subscriptiononesignal_reference_overviewsend_messagestart_live_activitytransfer_subscriptionunsubscribe_emailupdate_subscriptionupdate_subscription_by_tokenupdate_templateFix: 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 declares http permission
create_templateonesignal_reference_overviewsend_messageunsubscribe_emailupdate_templateinput schema exposes 33 properties (threshold: 10)
send_messageinput schema exposes 18 properties (threshold: 10)
start_live_activityFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.
create_alias_by_subscriptioncreate_or_update_aliascreate_segmentcreate_subscriptioncreate_templatecreate_userexport_audience_activity_csvexport_subscriptions_csvget_segmentget_templateget_user_identityget_user_identity_by_subscriptionlist_messageslist_segmentslist_templatesonesignal_configonesignal_healthonesignal_reference_overviewsend_messagestart_live_activitytransfer_subscriptionunsubscribe_emailupdate_live_activityupdate_segmentupdate_subscriptionupdate_subscription_by_tokenupdate_templateupdate_userview_messageview_outcomesview_userFix: 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 onesignal-onesignal"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)