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
| 29 | Add to `~/.ssh/config`: |
low line 35
Access to hidden dotfiles in home directory
SourceSKILL.md
| 35 | IdentityFile ~/.ssh/enter-services-shared |
low line 41
Access to hidden dotfiles in home directory
SourceSKILL.md
| 41 | IdentityFile ~/.ssh/enter-services-staging |
critical line 29
Access to SSH directory
SourceSKILL.md
| 29 | Add to `~/.ssh/config`: |
high line 35
Access to SSH directory
SourceSKILL.md
| 35 | IdentityFile ~/.ssh/enter-services-shared |
high line 41
Access to SSH directory
SourceSKILL.md
| 41 | IdentityFile ~/.ssh/enter-services-staging |
low line 119
Access to .env file
SourceSKILL.md
| 119 | sops --output-type dotenv -d gen.pollinations.ai/secrets/prod.vars.json > /tmp/image.env |
low line 120
Access to .env file
SourceSKILL.md
| 120 | scp /tmp/image.env enter-services-staging:/home/ubuntu/pollinations/image.pollinations.ai/.env |
low line 121
Access to .env file
SourceSKILL.md
| 121 | rm /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
| 178 | ssh enter-services-staging "ls -la /home/ubuntu/pollinations/text.pollinations.ai/.env" |
Scanned on May 17, 2026
View Security Dashboard