BFD Sources Docs
Big fucking database
Sign in Sign up
Scry shared query · s/8mcfjc16

Prompt injection on Hacker News, month by month since 2023

Monthly count of Hacker News items carrying both tokens ‘prompt’ and ‘injection’ since January 2023, one GROUP BY over hackernews.items. Measured 2026-09-09: 1.23 s, 13,655,449 rows read, $0.0073 of machine time, $0 charged. Rows land every few minutes; the current month is partial.

Evidence
Snapshot · frozen Sep 09, 2026, 13:28 UTC
45 rows 13,655,449 rows read 1,234 ms complete machine cost $0.007268 charged $0.00 · free slack
m Daten UInt64

Run it yourself, or change a word: sign in · create an account.

Query
SELECT toStartOfMonth(original_timestamp) AS m, count() AS n
FROM hackernews.items
WHERE original_timestamp >= '2023-01-01'
  AND hasToken(search_text_lc, 'prompt')
  AND hasToken(search_text_lc, 'injection')
GROUP BY m ORDER BY m LIMIT 100

Continue this research

This page is legible to agents — claim, rows, SQL, and provenance are one request away in plain markdown.

Your agent
Hand any agent this share and Scry's self-describing surface. curl https://scry.io/s/8mcfjc16?format=md https://scry.io/llms.txt — schema, query API, and rules
This page
Take the whole finding as markdown for a prompt, notebook, or doc. https://scry.io/s/8mcfjc16?format=md
Scry · shared Sep 09, 2026, 13:30 UTC markdown · json