Skip to main content

TwitterAPI-Molt

Facilitates interaction with Twitter through a wrapper using the twitterapi.io service, enabling automated Twitter bot functionalities.

Install this skill

or
77/100

Security score

The TwitterAPI-Molt skill was audited on Feb 12, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 26

Access to .env file

SourceSKILL.md
262. **Create .env file in the twitterapi-molt directory**
medium line 59

Access to .env file

SourceSKILL.md
59### .env File Format:
low line 76

Access to .env file

SourceSKILL.md
76dotenv.config({ path: '~/workspace/twitterapi-molt/.env' });
low line 80

Access to .env file

SourceSKILL.md
80apiKey: process.env.TWITTER_API_KEY!,
low line 81

Access to .env file

SourceSKILL.md
81email: process.env.TWITTER_EMAIL,
low line 82

Access to .env file

SourceSKILL.md
82username: process.env.TWITTER_USERNAME,
low line 83

Access to .env file

SourceSKILL.md
83password: process.env.TWITTER_PASSWORD,
low line 84

Access to .env file

SourceSKILL.md
84loginProxy: process.env.TWITTER_LOGIN_PROXY,
low line 85

Access to .env file

SourceSKILL.md
85totpSecret: process.env.TWITTER_2FA_SECRET
low line 37

External URL reference

SourceSKILL.md
37- Tell them: "Get an API key from https://twitterapi.io/?ref=0xmartian"
low line 47

External URL reference

SourceSKILL.md
47- Tell them: "Get a residential proxy from https://www.webshare.io/?referral_code=soevflhx11bu"
low line 48

External URL reference

SourceSKILL.md
48- Format: `http://username:password@ip:port`
low line 65

External URL reference

SourceSKILL.md
65TWITTER_LOGIN_PROXY=http://proxy_user:proxy_pass@ip:port
low line 341

External URL reference

SourceSKILL.md
341// Full list: https://gist.github.com/tedyblood/5bb5a9f78314cc1f478b3dd7cde790b9
low line 349

External URL reference

SourceSKILL.md
349- Requires API key from https://twitterapi.io/?ref=0xmartian
Scanned on Feb 12, 2026
View Security Dashboard