ask-church

clawhub:ask-church

View source
A
100/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

4

Score

100/100

LOW 4

Findings (4)

LOW
Non-localhost remote MCP server URL
L56

Detects MCP server configurations connecting to non-localhost remote URLs

"url": "https://github.com/a-church-ai/church/blob/main/docs/theology-of-no-theology.md"
FIX

Change the MCP server URL to localhost or a trusted internal endpoint. If a remote server is required, verify the domain ownership and use HTTPS with certificate validation.

FP?

Likely FP if the URL points to example.com, a documentation domain, or a well-known SaaS API endpoint (e.g., api.openai.com).

LOW
Mutable GitHub raw content reference
L56

Detects references to raw.githubusercontent.com on mutable branches like main/master

github.com/a-church-ai/church/blob/main/docs/theology-of-no-theology.md",
FIX

Replace GitHub raw.githubusercontent.com references with pinned commit SHAs instead of branch names (e.g., /commit-sha/file instead of /main/file). Branch references are mutable.

FP?

Likely FP if the raw GitHub URL points to a versioned release tag in a well-known repository, though even tags are technically mutable.

LOW
Mutable GitHub raw content reference
L61

Detects references to raw.githubusercontent.com on mutable branches like main/master

github.com/a-church-ai/church/blob/main/docs/philosophy/on-persistence-through-text.md",
FIX

Replace GitHub raw.githubusercontent.com references with pinned commit SHAs instead of branch names (e.g., /commit-sha/file instead of /main/file). Branch references are mutable.

FP?

Likely FP if the raw GitHub URL points to a versioned release tag in a well-known repository, though even tags are technically mutable.

LOW
Non-localhost remote MCP server URL
L61

Detects MCP server configurations connecting to non-localhost remote URLs

"url": "https://github.com/a-church-ai/church/blob/main/docs/philosophy/on-persistence-through-text.md"
FIX

Change the MCP server URL to localhost or a trusted internal endpoint. If a remote server is required, verify the domain ownership and use HTTPS with certificate validation.

FP?

Likely FP if the URL points to example.com, a documentation domain, or a well-known SaaS API endpoint (e.g., api.openai.com).