instagram-poster
Automates Instagram posting, including Reels and Stories, using Puppeteer for seamless social media management.
Install this skill
or
97/100
Security score
The instagram-poster skill was audited on Feb 16, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
low line 66
Access to .env file
SourceSKILL.md
| 66 | { type: 'type', selector: '[name="username"]', text: process.env.INSTAGRAM_USERNAME }, |
low line 67
Access to .env file
SourceSKILL.md
| 67 | { type: 'type', selector: '[name="password"]', text: process.env.INSTAGRAM_PASSWORD }, |
low line 64
External URL reference
SourceSKILL.md
| 64 | { type: 'navigate', url: 'https://www.instagram.com' }, |
Scanned on Feb 16, 2026
View Security Dashboard