Skip to main content

sn-image-doctor

Validates the SenseNova-Skills environment, ensuring proper installation and configuration of dependencies and environment variables.

Install this skill

or
75/100

Security score

The sn-image-doctor skill was audited on May 14, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 177

Curl to non-GitHub URL

SourceSKILL.md
177curl -I https://your-api-endpoint.com
medium line 7

Access to .env file

SourceSKILL.md
7them to .env file. After configuration, reloads environment and suggests agent restart if needed.
medium line 33

Access to .env file

SourceSKILL.md
33- Environment variable configuration checks, with interactive prompts to configure missing required variables and save them to `.env`
low line 66

Access to .env file

SourceSKILL.md
66Enter values below to save them to /path/to/.env.
low line 71

Access to .env file

SourceSKILL.md
71✅ Saved to /path/to/.env: SN_API_KEY
low line 82

Access to .env file

SourceSKILL.md
82✅ Saved to /path/to/.env: SN_API_KEY
low line 151

Access to .env file

SourceSKILL.md
151# Or create a .env file
low line 152

Access to .env file

SourceSKILL.md
152cat > .env << EOF
low line 159

Access to .env file

SourceSKILL.md
159# Load .env file
low line 160

Access to .env file

SourceSKILL.md
160source .env # Or use a tool like python-dotenv
low line 149

External URL reference

SourceSKILL.md
149export SN_BASE_URL="https://your-api-endpoint.com"
low line 154

External URL reference

SourceSKILL.md
154SN_BASE_URL=https://token.sensenova.cn/v1
low line 177

External URL reference

SourceSKILL.md
177curl -I https://your-api-endpoint.com
Scanned on May 14, 2026
View Security Dashboard
Installation guide →
GitHub Stars 1.5K
Rate this skill
Categorydevelopment
UpdatedMay 20, 2026
OpenSenseNova/SenseNova-Skills