Skip to main content

twilio-rcs-messaging

Facilitates sending RCS Business Messages via Twilio, covering compliance, sender setup, and rich message features.

Install this skill

or
95/100

Security score

The twilio-rcs-messaging skill was audited on May 26, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 142

Access to .env file

SourceSKILL.md
142const client = twilio(process.env.TWILIO_ACCOUNT_SID, process.env.TWILIO_AUTH_TOKEN);
low line 26

External URL reference

SourceSKILL.md
26RCS availability depends on carrier approval per country. See [RCS regional availability](https://www.twilio.com/docs/rcs/regional) for the current list. US carriers (T-Mobile, AT&T, Verizon) are supp
low line 66

External URL reference

SourceSKILL.md
66For US-specific compliance details, see the [RCS Compliance Onboarding Guide](https://help.twilio.com/articles/49174994355355-RCS-Compliance-Onboarding-Guide).
low line 134

External URL reference

SourceSKILL.md
134body="Your order has shipped! Track it here: https://example.com/track/12345"
low line 147

External URL reference

SourceSKILL.md
147body: "Your order has shipped! Track it here: https://example.com/track/12345",
Scanned on May 26, 2026
View Security Dashboard
Installation guide →