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
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
Template literal with variable interpolation in command context
| 73 | ```bash |
Template literal with variable interpolation in command context
| 81 | ```bash |
Template literal with variable interpolation in command context
| 87 | ```bash |
Template literal with variable interpolation in command context
| 99 | ```bash |
Template literal with variable interpolation in command context
| 107 | ```bash |
Template literal with variable interpolation in command context
| 118 | ```bash |
Template literal with variable interpolation in command context
| 200 | ```bash |
Template literal with variable interpolation in command context
| 225 | ```bash |
Template literal with variable interpolation in command context
| 236 | ```bash |
Template literal with variable interpolation in command context
| 248 | ```bash |
Template literal with variable interpolation in command context
| 276 | ```bash |
Template literal with variable interpolation in command context
| 283 | ```bash |
Template literal with variable interpolation in command context
| 290 | ```bash |
Curl to non-GitHub URL
| 74 | # Standard pattern — pipe SQL into curl |
Curl to non-GitHub URL
| 82 | curl "http://${TIMEPLUS_HOST}:8123/" |
Curl to non-GitHub URL
| 93 | curl "http://${TIMEPLUS_HOST}:8123/" \ |
Curl to non-GitHub URL
| 101 | curl "http://${TIMEPLUS_HOST}:8123/?default_format=JSONEachRow" \ |
Curl to non-GitHub URL
| 109 | curl "http://${TIMEPLUS_HOST}:8123/" \ |
Curl to non-GitHub URL
| 119 | curl -s -X POST "http://${TIMEPLUS_HOST}:3218/proton/v1/ingest/streams/sensor_data" \ |
Curl to non-GitHub URL
| 207 | )" | curl "http://${TIMEPLUS_HOST}:8123/" \ |
Curl to non-GitHub URL
| 213 | curl "http://${TIMEPLUS_HOST}:8123/" \ |
Curl to non-GitHub URL
| 219 | curl "http://${TIMEPLUS_HOST}:8123/?default_format=JSONEachRow" \ |
Curl to non-GitHub URL
| 230 | curl "http://${TIMEPLUS_HOST}:8123/" \ |
Curl to non-GitHub URL
| 242 | curl "http://${TIMEPLUS_HOST}:8123/" \ |
Curl to non-GitHub URL
| 254 | curl "http://${TIMEPLUS_HOST}:8123/" \ |
Curl to non-GitHub URL
| 277 | echo "DESCRIBE sensor_data" | curl "http://${TIMEPLUS_HOST}:8123/" \ |
Curl to non-GitHub URL
| 284 | echo "SHOW STREAMS" | curl "http://${TIMEPLUS_HOST}:8123/" \ |
Curl to non-GitHub URL
| 292 | curl "http://${TIMEPLUS_HOST}:8123/" \ |
Webhook reference - potential data exfiltration
| 305 | - **Sinks, external tables, Kafka output, webhooks** → `references/SINKS.md` |
External URL reference
| 75 | echo "YOUR SQL HERE" | curl "http://${TIMEPLUS_HOST}:8123/" \ |
External URL reference
| 82 | curl "http://${TIMEPLUS_HOST}:8123/" |
External URL reference
| 93 | curl "http://${TIMEPLUS_HOST}:8123/" \ |
External URL reference
| 101 | curl "http://${TIMEPLUS_HOST}:8123/?default_format=JSONEachRow" \ |
External URL reference
| 109 | curl "http://${TIMEPLUS_HOST}:8123/" \ |
External URL reference
| 119 | curl -s -X POST "http://${TIMEPLUS_HOST}:3218/proton/v1/ingest/streams/sensor_data" \ |
External URL reference
| 207 | )" | curl "http://${TIMEPLUS_HOST}:8123/" \ |
External URL reference
| 213 | curl "http://${TIMEPLUS_HOST}:8123/" \ |
External URL reference
| 219 | curl "http://${TIMEPLUS_HOST}:8123/?default_format=JSONEachRow" \ |
External URL reference
| 230 | curl "http://${TIMEPLUS_HOST}:8123/" \ |
External URL reference
| 242 | curl "http://${TIMEPLUS_HOST}:8123/" \ |
External URL reference
| 254 | curl "http://${TIMEPLUS_HOST}:8123/" \ |
External URL reference
| 277 | echo "DESCRIBE sensor_data" | curl "http://${TIMEPLUS_HOST}:8123/" \ |
External URL reference
| 284 | echo "SHOW STREAMS" | curl "http://${TIMEPLUS_HOST}:8123/" \ |
External URL reference
| 292 | curl "http://${TIMEPLUS_HOST}:8123/" \ |