tinybird-deploy
Facilitates deployment of Tinybird pipes and datasources for observability, ensuring validation and seamless integration with Tinybird Cloud.
Install this skill
or
28/100
Security score
The tinybird-deploy skill was audited on May 20, 2026 and we found 12 security issues across 3 threat categories, including 1 critical. Review the findings below before installing.
Categories Tested
Security Issues
critical line 12
Piping content to bash shell
SourceSKILL.md
| 12 | - **tb CLI**: Install with `curl -sSL https://tinybird.co | bash` or `pip install tinybird-cli` |
high line 139
Piping content to bash shell
SourceSKILL.md
| 139 | curl -sSL https://tinybird.co | bash |
high line 12
Curl to non-GitHub URL
SourceSKILL.md
| 12 | - **tb CLI**: Install with `curl -sSL https://tinybird.co | bash` or `pip install tinybird-cli` |
medium line 96
Curl to non-GitHub URL
SourceSKILL.md
| 96 | curl -s "https://api.europe-west2.gcp.tinybird.co/v0/pipes/weekly_usage_stats.json?weeks_back=12" \ |
medium line 139
Curl to non-GitHub URL
SourceSKILL.md
| 139 | curl -sSL https://tinybird.co | bash |
low line 12
External URL reference
SourceSKILL.md
| 12 | - **tb CLI**: Install with `curl -sSL https://tinybird.co | bash` or `pip install tinybird-cli` |
low line 22
External URL reference
SourceSKILL.md
| 22 | | `pollinations_enter` | production worker only | https://cloud.tinybird.co/gcp/europe-west2/pollinations_enter | |
low line 23
External URL reference
SourceSKILL.md
| 23 | | `pollinations_enter_staging` | staging worker + dev worker + local `npm run dev` | https://cloud.tinybird.co/gcp/europe-west2/pollinations_enter_staging | |
low line 96
External URL reference
SourceSKILL.md
| 96 | curl -s "https://api.europe-west2.gcp.tinybird.co/v0/pipes/weekly_usage_stats.json?weeks_back=12" \ |
low line 129
External URL reference
SourceSKILL.md
| 129 | - Prod: https://cloud.tinybird.co/gcp/europe-west2/pollinations_enter/pipes |
low line 130
External URL reference
SourceSKILL.md
| 130 | - Staging: https://cloud.tinybird.co/gcp/europe-west2/pollinations_enter_staging/pipes |
low line 139
External URL reference
SourceSKILL.md
| 139 | curl -sSL https://tinybird.co | bash |
Scanned on May 20, 2026
View Security Dashboard