Skip to main content

managing-contacts

Automates contact management using Mailtrap's Contacts API for effective audience building and campaign management.

Install this skill

or
75/100

Security score

The managing-contacts skill was audited on Jun 4, 2026 and we found 13 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 53

Curl to non-GitHub URL

SourceSKILL.md
53curl -X POST "https://mailtrap.io/api/accounts/$MAILTRAP_ACCOUNT_ID/contacts" \
medium line 68

Curl to non-GitHub URL

SourceSKILL.md
68curl -X POST "https://mailtrap.io/api/accounts/$MAILTRAP_ACCOUNT_ID/contacts/imports" \
medium line 82

Curl to non-GitHub URL

SourceSKILL.md
82curl -X POST "https://mailtrap.io/api/accounts/$MAILTRAP_ACCOUNT_ID/contacts/{contact_identifier}/events" \
low line 32

External URL reference

SourceSKILL.md
32All endpoints below need `Authorization: Bearer $MAILTRAP_API_TOKEN` and an `$MAILTRAP_ACCOUNT_ID` in the path. See skill `authorizing-api-requests` for token scope, storage, and the one-liner that re
low line 38

External URL reference

SourceSKILL.md
38| Create / get / update / delete contact | various | `https://mailtrap.io/api/accounts/$MAILTRAP_ACCOUNT_ID/contacts` | [Contacts](https://docs.mailtrap.io/developers/promotio
low line 39

External URL reference

SourceSKILL.md
39| Bulk import (async job) | `POST` | `https://mailtrap.io/api/accounts/$MAILTRAP_ACCOUNT_ID/contacts/imports` | [Bulk import](https://docs.mailtrap.io/developers/promo
low line 40

External URL reference

SourceSKILL.md
40| Contact lists | various | `https://mailtrap.io/api/accounts/$MAILTRAP_ACCOUNT_ID/contacts/lists` | [Contact lists](https://docs.mailtrap.io/developers/pro
low line 41

External URL reference

SourceSKILL.md
41| Custom fields | various | `https://mailtrap.io/api/accounts/$MAILTRAP_ACCOUNT_ID/contacts/fields` | [Contact fields](https://docs.mailtrap.io/developers/pr
low line 42

External URL reference

SourceSKILL.md
42| Custom events | `POST` | `https://mailtrap.io/api/accounts/$MAILTRAP_ACCOUNT_ID/contacts/{contact_identifier}/events` | [Contact events](https://docs.mailtrap.io/developers
low line 43

External URL reference

SourceSKILL.md
43| Export contacts | various | `https://mailtrap.io/api/accounts/$MAILTRAP_ACCOUNT_ID/contacts/exports` | [Export contacts](https://docs.mailtrap.io/developers/p
low line 53

External URL reference

SourceSKILL.md
53curl -X POST "https://mailtrap.io/api/accounts/$MAILTRAP_ACCOUNT_ID/contacts" \
low line 68

External URL reference

SourceSKILL.md
68curl -X POST "https://mailtrap.io/api/accounts/$MAILTRAP_ACCOUNT_ID/contacts/imports" \
low line 82

External URL reference

SourceSKILL.md
82curl -X POST "https://mailtrap.io/api/accounts/$MAILTRAP_ACCOUNT_ID/contacts/{contact_identifier}/events" \
Scanned on Jun 4, 2026
View Security Dashboard
Installation guide →