Skip to main content

Meta Integration Diplomat

Facilitates OAuth integration with Meta platforms, enabling seamless management of business assets across Facebook, Instagram, and WhatsApp.

Install this skill

or
84/100

Security score

The Meta Integration Diplomat skill was audited on Jun 13, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 462

Template literal with variable interpolation in command context

SourceSKILL.md
462const redirect_uri = `${window.location.origin}/`;
low line 72

Access to .env file

SourceSKILL.md
72// .env
low line 49

External URL reference

SourceSKILL.md
49script.src = 'https://connect.facebook.net/en_US/sdk.js';
low line 138

External URL reference

SourceSKILL.md
138"http://meta_service:8002/connect",
low line 196

External URL reference

SourceSKILL.md
196"https://graph.facebook.com/v18.0/oauth/access_token",
low line 215

External URL reference

SourceSKILL.md
215"https://graph.facebook.com/v18.0/oauth/access_token",
low line 247

External URL reference

SourceSKILL.md
247"https://graph.facebook.com/v18.0/me",
low line 254

External URL reference

SourceSKILL.md
254f"https://graph.facebook.com/v18.0/{user_id}/accounts",
low line 266

External URL reference

SourceSKILL.md
266f"https://graph.facebook.com/v18.0/{page['id']}",
low line 282

External URL reference

SourceSKILL.md
282f"https://graph.facebook.com/v18.0/{user_id}/businesses",
low line 455

External URL reference

SourceSKILL.md
455https://yourdomain.com/
low line 456

External URL reference

SourceSKILL.md
456http://localhost:5173/ (desarrollo)
Scanned on Jun 13, 2026
View Security Dashboard
Installation guide →