{[
{ k:'PUBLIC RULES', items:[
['CVE count', '347,593'],
['Code count', '1.85M'],
['OSS tools', '7'],
['Companies', '10'],
['Testimonials', 'Removed unless verifiable'],
['Customer logos','Removed unless real'],
['Cert claims', 'Removed unless provable'],
]},
{ k:'PRODUCT TRUTH', items:[
['CVE intelligence', 'Shown'],
['Findings surface', 'Shown'],
['Reports surface', 'Shown'],
['Asset graph', 'Shown'],
['Workflow shell', 'Shown'],
['Integrations', 'Shown'],
['Bounty flow', 'Direction only'],
]},
{ k:'COPY POLICY', items:[
['No fake metrics', 'Required'],
['No fake customers', 'Required'],
['No fake compliance', 'Required'],
['No fake payouts', 'Required'],
['No fake telemetry', 'Required'],
['Proof before claims', 'Required'],
['Public site', 'Grounded'],
]},
].map((c, i) => (
{c.k}
{c.items.map(([k, v]) => (
{k}
{v}
))}
))}