Skip to main content

openevidence-install-auth

Facilitates the installation and configuration of OpenEvidence API authentication for healthcare applications.

Install this skill

or
86/100

Security score

The openevidence-install-auth skill was audited on May 12, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 52

Template literal with variable interpolation in command context

SourceSKILL.md
52console.log(`Answer: ${result.answer.substring(0, 100)}...`);
medium line 53

Template literal with variable interpolation in command context

SourceSKILL.md
53console.log(`Citations: ${result.citations.length} references`);
low line 41

Access to .env file

SourceSKILL.md
41echo 'OPENEVIDENCE_API_KEY=your-api-key' >> .env
low line 48

Access to .env file

SourceSKILL.md
48apiKey: process.env.OPENEVIDENCE_API_KEY,
low line 49

Access to .env file

SourceSKILL.md
49organization: process.env.OPENEVIDENCE_ORG_ID
low line 73

External URL reference

SourceSKILL.md
73- [OpenEvidence Documentation](https://www.openevidence.com)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →