check-infrastructure
Verifies connectivity and health metrics for Kafka, PostgreSQL, and Qdrant, ensuring infrastructure reliability.
Install this skill
or
42/100
Security score
The check-infrastructure skill was audited on Mar 1, 2026 and we found 10 security issues across 4 threat categories, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
medium line 31
Template literal with variable interpolation in command context
SourceSKILL.md
| 31 | ```bash |
medium line 120
Template literal with variable interpolation in command context
SourceSKILL.md
| 120 | ```bash |
medium line 126
Template literal with variable interpolation in command context
SourceSKILL.md
| 126 | ```bash |
medium line 132
Template literal with variable interpolation in command context
SourceSKILL.md
| 132 | ```bash |
high line 162
Template literal with variable interpolation in command context
SourceSKILL.md
| 162 | - Verify `POSTGRES_PASSWORD` is set: `echo ${POSTGRES_PASSWORD:+SET}` |
high line 159
Curl to non-GitHub URL
SourceSKILL.md
| 159 | - Verify Qdrant collections: `curl http://localhost:6333/collections` |
medium line 153
Access to .env file
SourceSKILL.md
| 153 | - Verify environment variables are loaded: `source .env` |
low line 72
External URL reference
SourceSKILL.md
| 72 | "url": "http://localhost:6333", |
low line 99
External URL reference
SourceSKILL.md
| 99 | "url": "http://localhost:6333", |
low line 159
External URL reference
SourceSKILL.md
| 159 | - Verify Qdrant collections: `curl http://localhost:6333/collections` |
Scanned on Mar 1, 2026
View Security Dashboard