Skip to main content

timeplus-sql-guide

Enables users to write and execute Timeplus streaming SQL for real-time analytics, covering full SQL syntax and data ingestion.

Install this skill

or
0/100

Security score

The timeplus-sql-guide skill was audited on Jun 6, 2026 and we found 44 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 73

Template literal with variable interpolation in command context

SourceSKILL.md
73```bash
medium line 81

Template literal with variable interpolation in command context

SourceSKILL.md
81```bash
medium line 87

Template literal with variable interpolation in command context

SourceSKILL.md
87```bash
medium line 99

Template literal with variable interpolation in command context

SourceSKILL.md
99```bash
medium line 107

Template literal with variable interpolation in command context

SourceSKILL.md
107```bash
medium line 118

Template literal with variable interpolation in command context

SourceSKILL.md
118```bash
medium line 200

Template literal with variable interpolation in command context

SourceSKILL.md
200```bash
medium line 225

Template literal with variable interpolation in command context

SourceSKILL.md
225```bash
medium line 236

Template literal with variable interpolation in command context

SourceSKILL.md
236```bash
medium line 248

Template literal with variable interpolation in command context

SourceSKILL.md
248```bash
medium line 276

Template literal with variable interpolation in command context

SourceSKILL.md
276```bash
medium line 283

Template literal with variable interpolation in command context

SourceSKILL.md
283```bash
medium line 290

Template literal with variable interpolation in command context

SourceSKILL.md
290```bash
medium line 74

Curl to non-GitHub URL

SourceSKILL.md
74# Standard pattern — pipe SQL into curl
medium line 82

Curl to non-GitHub URL

SourceSKILL.md
82curl "http://${TIMEPLUS_HOST}:8123/"
medium line 93

Curl to non-GitHub URL

SourceSKILL.md
93curl "http://${TIMEPLUS_HOST}:8123/" \
medium line 101

Curl to non-GitHub URL

SourceSKILL.md
101curl "http://${TIMEPLUS_HOST}:8123/?default_format=JSONEachRow" \
medium line 109

Curl to non-GitHub URL

SourceSKILL.md
109curl "http://${TIMEPLUS_HOST}:8123/" \
medium line 119

Curl to non-GitHub URL

SourceSKILL.md
119curl -s -X POST "http://${TIMEPLUS_HOST}:3218/proton/v1/ingest/streams/sensor_data" \
medium line 207

Curl to non-GitHub URL

SourceSKILL.md
207)" | curl "http://${TIMEPLUS_HOST}:8123/" \
medium line 213

Curl to non-GitHub URL

SourceSKILL.md
213curl "http://${TIMEPLUS_HOST}:8123/" \
medium line 219

Curl to non-GitHub URL

SourceSKILL.md
219curl "http://${TIMEPLUS_HOST}:8123/?default_format=JSONEachRow" \
medium line 230

Curl to non-GitHub URL

SourceSKILL.md
230curl "http://${TIMEPLUS_HOST}:8123/" \
medium line 242

Curl to non-GitHub URL

SourceSKILL.md
242curl "http://${TIMEPLUS_HOST}:8123/" \
medium line 254

Curl to non-GitHub URL

SourceSKILL.md
254curl "http://${TIMEPLUS_HOST}:8123/" \
medium line 277

Curl to non-GitHub URL

SourceSKILL.md
277echo "DESCRIBE sensor_data" | curl "http://${TIMEPLUS_HOST}:8123/" \
medium line 284

Curl to non-GitHub URL

SourceSKILL.md
284echo "SHOW STREAMS" | curl "http://${TIMEPLUS_HOST}:8123/" \
medium line 292

Curl to non-GitHub URL

SourceSKILL.md
292curl "http://${TIMEPLUS_HOST}:8123/" \
medium line 305

Webhook reference - potential data exfiltration

SourceSKILL.md
305- **Sinks, external tables, Kafka output, webhooks** → `references/SINKS.md`
low line 75

External URL reference

SourceSKILL.md
75echo "YOUR SQL HERE" | curl "http://${TIMEPLUS_HOST}:8123/" \
low line 82

External URL reference

SourceSKILL.md
82curl "http://${TIMEPLUS_HOST}:8123/"
low line 93

External URL reference

SourceSKILL.md
93curl "http://${TIMEPLUS_HOST}:8123/" \
low line 101

External URL reference

SourceSKILL.md
101curl "http://${TIMEPLUS_HOST}:8123/?default_format=JSONEachRow" \
low line 109

External URL reference

SourceSKILL.md
109curl "http://${TIMEPLUS_HOST}:8123/" \
low line 119

External URL reference

SourceSKILL.md
119curl -s -X POST "http://${TIMEPLUS_HOST}:3218/proton/v1/ingest/streams/sensor_data" \
low line 207

External URL reference

SourceSKILL.md
207)" | curl "http://${TIMEPLUS_HOST}:8123/" \
low line 213

External URL reference

SourceSKILL.md
213curl "http://${TIMEPLUS_HOST}:8123/" \
low line 219

External URL reference

SourceSKILL.md
219curl "http://${TIMEPLUS_HOST}:8123/?default_format=JSONEachRow" \
low line 230

External URL reference

SourceSKILL.md
230curl "http://${TIMEPLUS_HOST}:8123/" \
low line 242

External URL reference

SourceSKILL.md
242curl "http://${TIMEPLUS_HOST}:8123/" \
low line 254

External URL reference

SourceSKILL.md
254curl "http://${TIMEPLUS_HOST}:8123/" \
low line 277

External URL reference

SourceSKILL.md
277echo "DESCRIBE sensor_data" | curl "http://${TIMEPLUS_HOST}:8123/" \
low line 284

External URL reference

SourceSKILL.md
284echo "SHOW STREAMS" | curl "http://${TIMEPLUS_HOST}:8123/" \
low line 292

External URL reference

SourceSKILL.md
292curl "http://${TIMEPLUS_HOST}:8123/" \
Scanned on Jun 6, 2026
View Security Dashboard
Installation guide →