Skip to main content

Python Security Scan

Scans Python projects for security vulnerabilities, detecting OWASP Top 10 issues and generating actionable security reports.

Install this skill

or
70/100

Security score

The Python Security Scan skill was audited on Feb 27, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 99

Access to .env file

SourceSKILL.md
99- By default, real `.env` files are **SKIPPED** (`.env`, `.env.local`, `.env.production`, etc.)
medium line 101

Access to .env file

SourceSKILL.md
101- Only `.env.example` and `.env.template` files are analyzed for documentation quality
medium line 106

Access to .env file

SourceSKILL.md
1062. Analyze `.env.example` templates to check:
medium line 145

Access to .env file

SourceSKILL.md
145- `.env.example`, `.env.template` - **SCAN** for template analysis
medium line 146

Access to .env file

SourceSKILL.md
146- `.env`, `.env.local`, `.env.production` - **SKIP** by default (contain real secrets)
medium line 148

Access to .env file

SourceSKILL.md
148**Note:** Real `.env` files should never be committed to version control. The scanner analyzes `.env.example` templates to ensure proper documentation of required variables.
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →