x-integration
Enables seamless integration with X (Twitter) for posting, liking, and managing tweets through NanoClawbster.
Install this skill
or
59/100
Security score
The x-integration skill was audited on Mar 3, 2026 and we found 21 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 202
Template literal with variable interpolation in command context
SourceSKILL.md
| 202 | ```bash |
medium line 31
Access to .env file
SourceSKILL.md
| 31 | 3. **CHROME_PATH configured** in `.env` (if Chrome is not at default location): |
low line 35
Access to .env file
SourceSKILL.md
| 35 | # Add to .env |
low line 43
Access to .env file
SourceSKILL.md
| 43 | npx dotenv -e .env -- npx tsx .claude/skills/x-integration/scripts/setup.ts |
medium line 67
Access to .env file
SourceSKILL.md
| 67 | Set in `.env` file (loaded via `dotenv-cli` at runtime): |
low line 70
Access to .env file
SourceSKILL.md
| 70 | # .env |
low line 242
Access to .env file
SourceSKILL.md
| 242 | cat .env | grep CHROME_PATH |
low line 243
Access to .env file
SourceSKILL.md
| 243 | ls -la "$(grep CHROME_PATH .env | cut -d= -f2)" 2>/dev/null || \ |
low line 244
Access to .env file
SourceSKILL.md
| 244 | echo "Chrome not found - update CHROME_PATH in .env" |
low line 250
Access to .env file
SourceSKILL.md
| 250 | npx dotenv -e .env -- npx tsx .claude/skills/x-integration/scripts/setup.ts |
medium line 287
Access to .env file
SourceSKILL.md
| 287 | Replace `@Assistant` with your configured trigger name (`ASSISTANT_NAME` in `.env`): |
medium line 305
Access to .env file
SourceSKILL.md
| 305 | Scripts require environment variables from `.env`. Use `dotenv-cli` to load them: |
low line 320
Access to .env file
SourceSKILL.md
| 320 | npx dotenv -e .env -- npx tsx .claude/skills/x-integration/scripts/setup.ts |
low line 326
Access to .env file
SourceSKILL.md
| 326 | echo '{"content":"Test tweet - please ignore"}' | npx dotenv -e .env -- npx tsx .claude/skills/x-integration/scripts/post.ts |
low line 332
Access to .env file
SourceSKILL.md
| 332 | echo '{"tweetUrl":"https://x.com/user/status/123"}' | npx dotenv -e .env -- npx tsx .claude/skills/x-integration/scripts/like.ts |
low line 347
Access to .env file
SourceSKILL.md
| 347 | npx dotenv -e .env -- npx tsx .claude/skills/x-integration/scripts/setup.ts |
low line 292
External URL reference
SourceSKILL.md
| 292 | @Assistant like this tweet https://x.com/user/status/123 |
low line 294
External URL reference
SourceSKILL.md
| 294 | @Assistant reply to https://x.com/user/status/123 with: Great post! |
low line 296
External URL reference
SourceSKILL.md
| 296 | @Assistant retweet https://x.com/user/status/123 |
low line 298
External URL reference
SourceSKILL.md
| 298 | @Assistant quote https://x.com/user/status/123 with comment: Interesting |
low line 332
External URL reference
SourceSKILL.md
| 332 | echo '{"tweetUrl":"https://x.com/user/status/123"}' | npx dotenv -e .env -- npx tsx .claude/skills/x-integration/scripts/like.ts |
Scanned on Mar 3, 2026
View Security Dashboard