Skip to main content

debugging-signals-pipeline

Facilitates debugging of the signals pipeline by monitoring workflows, inspecting logs, and diagnosing common failures in a local environment.

Install this skill

or
52/100

Security score

The debugging-signals-pipeline skill was audited on Jun 13, 2026 and we found 16 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 58

Curl to non-GitHub URL

SourceSKILL.md
58curl -s 'http://localhost:8081/api/v1/namespaces/default/workflows?query=ORDER+BY+StartTime+DESC&maximumPageSize=15' \
medium line 72

Curl to non-GitHub URL

SourceSKILL.md
72curl -s "http://localhost:8081/api/v1/namespaces/default/workflows/$WF_ID/history?maximumPageSize=200" \
medium line 94

Curl to non-GitHub URL

SourceSKILL.md
94curl -s "http://localhost:8081/api/v1/namespaces/default/workflows/$WF_ID/history?execution.runId=<run-id>&maximumPageSize=200"
medium line 167

Curl to non-GitHub URL

SourceSKILL.md
167curl -s 'http://localhost:8123/' --data-binary \
medium line 174

Curl to non-GitHub URL

SourceSKILL.md
174curl -s 'http://localhost:8123/' --data-binary \
medium line 203

Curl to non-GitHub URL

SourceSKILL.md
203curl -s 'http://localhost:8123/' --data-binary "SHOW TABLES FROM posthog LIKE '%embed%'"
medium line 158

Access to .env file

SourceSKILL.md
158**Root cause:** `CLICKHOUSE_DATABASE` not set in `.env`. The cleanup command uses `sync_execute`
medium line 162

Access to .env file

SourceSKILL.md
162**Fix:** Add `CLICKHOUSE_DATABASE=posthog` to `.env` and restart workers.
low line 206

Access to .env file

SourceSKILL.md
206grep CLICKHOUSE_DATABASE .env
low line 53

External URL reference

SourceSKILL.md
53The Temporal UI runs at `http://localhost:8081`. The REST API is useful for scripted inspection.
low line 58

External URL reference

SourceSKILL.md
58curl -s 'http://localhost:8081/api/v1/namespaces/default/workflows?query=ORDER+BY+StartTime+DESC&maximumPageSize=15' \
low line 72

External URL reference

SourceSKILL.md
72curl -s "http://localhost:8081/api/v1/namespaces/default/workflows/$WF_ID/history?maximumPageSize=200" \
low line 94

External URL reference

SourceSKILL.md
94curl -s "http://localhost:8081/api/v1/namespaces/default/workflows/$WF_ID/history?execution.runId=<run-id>&maximumPageSize=200"
low line 167

External URL reference

SourceSKILL.md
167curl -s 'http://localhost:8123/' --data-binary \
low line 174

External URL reference

SourceSKILL.md
174curl -s 'http://localhost:8123/' --data-binary \
low line 203

External URL reference

SourceSKILL.md
203curl -s 'http://localhost:8123/' --data-binary "SHOW TABLES FROM posthog LIKE '%embed%'"
Scanned on Jun 13, 2026
View Security Dashboard
Installation guide →