Skip to main content

enter-services

Facilitates deployment and management of text/image services on EC2 and Cloudflare Workers, ensuring efficient service operations.

Install this skill

or
33/100

Security score

The enter-services skill was audited on May 17, 2026 and we found 11 security issues across 1 threat category, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

medium line 29

Access to hidden dotfiles in home directory

SourceSKILL.md
29Add to `~/.ssh/config`:
low line 35

Access to hidden dotfiles in home directory

SourceSKILL.md
35IdentityFile ~/.ssh/enter-services-shared
low line 41

Access to hidden dotfiles in home directory

SourceSKILL.md
41IdentityFile ~/.ssh/enter-services-staging
critical line 29

Access to SSH directory

SourceSKILL.md
29Add to `~/.ssh/config`:
high line 35

Access to SSH directory

SourceSKILL.md
35IdentityFile ~/.ssh/enter-services-shared
high line 41

Access to SSH directory

SourceSKILL.md
41IdentityFile ~/.ssh/enter-services-staging
low line 119

Access to .env file

SourceSKILL.md
119sops --output-type dotenv -d gen.pollinations.ai/secrets/prod.vars.json > /tmp/image.env
low line 120

Access to .env file

SourceSKILL.md
120scp /tmp/image.env enter-services-staging:/home/ubuntu/pollinations/image.pollinations.ai/.env
low line 121

Access to .env file

SourceSKILL.md
121rm /tmp/image.env
low line 177

Access to .env file

SourceSKILL.md
177# Check if .env exists
low line 178

Access to .env file

SourceSKILL.md
178ssh enter-services-staging "ls -la /home/ubuntu/pollinations/text.pollinations.ai/.env"
Scanned on May 17, 2026
View Security Dashboard
Installation guide →