pptx
Facilitates the creation, editing, and analysis of PowerPoint presentations, enhancing design and content management.
Install this skill
or
71/100
Security score
The pptx skill was audited on Feb 15, 2026 and we found 9 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 246
Access to .env file
SourceSKILL.md
| 246 | const skillDir = process.env.SKILL_DIR; |
medium line 259
Access to .env file
SourceSKILL.md
| 259 | - ✅ `require(path.join(process.env.SKILL_DIR, 'scripts', 'html2pptx'))` - Always works correctly |
low line 269
Access to .env file
SourceSKILL.md
| 269 | const skillDir = process.env.SKILL_DIR; |
medium line 337
Access to .env file
SourceSKILL.md
| 337 | - Your script uses `process.env.SKILL_DIR` to locate html2pptx.js |
medium line 377
Access to .env file
SourceSKILL.md
| 377 | **Cause**: Not using `process.env.SKILL_DIR` for path resolution |
medium line 378
Access to .env file
SourceSKILL.md
| 378 | **Fix**: Update require statement to use `path.join(process.env.SKILL_DIR, 'scripts', 'html2pptx')` |
low line 407
Access to .env file
SourceSKILL.md
| 407 | console.log('SKILL_DIR:', process.env.SKILL_DIR); |
low line 408
Access to .env file
SourceSKILL.md
| 408 | console.log('html2pptx path:', path.join(process.env.SKILL_DIR, 'scripts', 'html2pptx')); |
medium line 418
Access to .env file
SourceSKILL.md
| 418 | - ✅ Always use: `require(path.join(process.env.SKILL_DIR, 'scripts', 'html2pptx'))` |
Scanned on Feb 15, 2026
View Security DashboardInstall this skill with one command
/learn @lubancafe/pptx