Skip to content
Cascading Labs QScrape VoidCrawl Yosoi

Atom Reads & Trust

Two top-level fields gate atom replay:

atom_reads: false
trust_tier: strict

Fields

FieldTypeDefaultDescription
atom_readsbooleanfalseAllow reads from the field-atom index on legacy selector-cache miss.
trust_tierenumstrictstrict serves trusted sources only. yellow serves all tiers, including quarantined sources.

Strict vs yellow

strict is the default. It serves only verified/manual/LLM atoms and quarantines risky fingerprint-generalized reuse.

yellow means let it ride. It can serve every provenance tier, including quarantined sources. Use it for experiments, not default production policy.

CLI example

uvx yosoi scrape https://example.com --policy 'atom_reads: true'
uvx yosoi scrape https://example.com --policy 'atom_reads: true
trust_tier: yellow'