Skip to main content

evernote-deploy-integration

Facilitates the deployment of Evernote integrations to production environments using cloud platforms and CI/CD pipelines.

Install this skill

or
68/100

Security score

The evernote-deploy-integration skill was audited on May 12, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 60

Webhook reference - potential data exfiltration

SourceSKILL.md
60Deploy the Docker image to Cloud Run with secrets mounted from Secret Manager. Cloud Run scales to zero when idle, making it cost-effective for webhook receivers.
medium line 73

Webhook reference - potential data exfiltration

SourceSKILL.md
73Package the webhook handler as a Lambda function behind API Gateway. Use AWS Secrets Manager for credentials. Lambda is ideal for event-driven Evernote integrations (webhook processing, scheduled sync
medium line 81

Webhook reference - potential data exfiltration

SourceSKILL.md
81After deployment, verify: health check endpoint returns `connected`, a test note can be created and retrieved, webhook endpoint is reachable, and monitoring is reporting metrics.
medium line 88

Webhook reference - potential data exfiltration

SourceSKILL.md
88- AWS Lambda handler for serverless webhook processing
medium line 107

Webhook reference - potential data exfiltration

SourceSKILL.md
107For webhook handling, see `evernote-webhooks-events`.
medium line 111

Webhook reference - potential data exfiltration

SourceSKILL.md
111**Cloud Run webhook**: Deploy a webhook receiver to Cloud Run that processes Evernote note change notifications, syncs changes to a database, and scales to zero between events.
low line 101

External URL reference

SourceSKILL.md
101- [Google Cloud Run](https://cloud.google.com/run/docs)
low line 103

External URL reference

SourceSKILL.md
103- [Kubernetes Documentation](https://kubernetes.io/docs/)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →