ses-eu-west3-setup — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ses-eu-west3-setup (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
When configuring email delivery for a EU-based Directus/d9 project using AWS SES, you must explicitly set the AWS region to eu-west-3 (Paris). The default region (us-east-1) will either fail silently, deliver emails with higher latency, or trigger compliance issues with EU data residency requirements.
DIRECTUS_EMAIL_TRANSPORT is set to ses or AWS SES is being configured.env or environment: DIRECTUS_EMAIL_TRANSPORT=ses
AWS_REGION=eu-west-3
AWS_SES_REGION=eu-west-3[email protected] in us-east-1 but your app sends from eu-west-3, SES rejects the send silently (or returns a 400 that Directus may not surface clearly). Emails simply don't arrive.us-east-1 means email content (which may contain personal data) is processed in the US, potentially violating data residency requirements.eu-west-3 is Paris — this is the recommended region for France-based projects. Other EU regions (eu-west-1 Ireland, eu-central-1 Frankfurt) also work for GDPR compliance but verify SES availability.ses:SendEmail permission in the correct region~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.