Virtual Pages - Source Excerpt 91
Summary
This source excerpt preserves a bounded section of 2IA.org/wp-content/themes/twoia-intelligence/inc/virtual-pages.php so readers can inspect the evidence without opening the full source file.
**Source path:** 2IA.org/wp-content/themes/twoia-intelligence/inc/virtual-pages.php
/**
* Return source-class operating standards.
*
* @return array
*/
function twoia_source_class_matrix() {
return array(
array(
'class' => __( 'Primary Institutional Records', 'two-identities-anonymous' ),
'examples' => __( 'Contracts, policies, budgets, minutes, filings, audits, retention schedules, data-sharing agreements, and official responses.', 'two-identities-anonymous' ),
'use' => __( 'Use these as the backbone for claims about what an institution bought, promised, authorized, retained, or denied.', 'two-identities-anonymous' ),
'strength' => __( 'Strong for existence, dates, actors, obligations, money, and official policy.', 'two-identities-anonymous' ),
'limits' => __( 'They may omit informal practice, hidden workflows, contractor behavior, or how policy works in the field.', 'two-identities-anonymous' ),
'confidence' => __( 'Usually Confirmed for the record text; Likely or Inferred for what the record implies about practice unless corroborated.', 'two-identities-anonymous' ),
),
array(
'class' => __( 'Procurement And Vendor Records', 'two-identities-anonymous' ),
'examples' => __( 'RFPs, bids, scoring sheets, invoices, renewal notices, statements of work, implementation schedules, vendor decks, and amendments.', 'two-identities-anonymous' ),
'use' => __( 'Use these to expose how surveillance, analytics, and identity systems enter public institutions.', 'two-identities-anonymous' ),
'strength' => __( 'Strong for price, scope, promised capability, vendor claims, renewal clocks, and decision trail.', 'two-identities-anonymous' ),
'limits' => __( 'Marketing claims may overstate reality; proprietary redactions may hide data terms or model limitations.', 'two-identities-anonymous' ),
'confidence' => __( 'Confirmed for procurement facts; Disputed or Needs records for performance and accuracy claims until validation files are public.', 'two-identities-anonymous' ),
),
array(
'class' => __( 'Technical And Policy Documentation', 'two-identities-anonymous' ),
'examples' => __( 'Data dictionaries, model cards, validation studies, privacy impact assessments, training manuals, access rules, and audit procedures.', 'two-identities-anonymous' ),
'use' => __( 'Use these to explain how a system works, what data it touches, who can use it, and what controls are supposed to exist.', 'two-identities-anonymous' ),
'strength' => __( 'Strong for definitions, workflow, limits, roles, and internal governance.', 'two-identities-anonymous' ),
'limits' => __( 'Documentation can lag behind deployment, omit workarounds, or describe an ideal process instead of actual use.', 'two-identities-anonymous' ),
'confidence' => __( 'Confirmed for stated design; Needs records for logs, audits, complaints, or field practice.', 'two-identities-anonymous' ),
),
array(
'class' => __( 'Oversight, Court, And Complaint Records', 'two-identities-anonymous' ),
'examples' => __( 'Inspector-general reports, court filings, appeal decisions, complaint logs, redress files, audits, sanctions, and meeting testimony.', 'two-identities-anonymous' ),
'use' => __( 'Use these to test whether official safeguards worked and where harms, errors, or disputes appeared.', 'two-identities-anonymous' ),
'strength' => __( 'Strong for contested facts, institutional response, legal standards, and documented failures.', 'two-identities-anonymous' ),
'limits' => __( 'Complaints are not proof by themselves; court records may reflect allegations, settlements, or narrow procedural findings.', 'two-identities-anonymous' ),
'confidence' => __( 'Label precisely: Confirmed filing, Disputed allegation, Confirmed finding, or Inferred pattern depending on the record.', 'two-identities-anonymous' ),
),
array(
'class' => __( 'Public Statements And Secondary Reporting', 'two-identities-anonymous' ),
'examples' => __( 'Press releases, speeches, interviews, news stories, public comments, newsletters, vendor blogs, and transparency reports.', 'two-identities-anonymous' ),
'use' => __( 'Use these to locate claims, timelines, actors, public promises, and records worth requesting.', 'two-identities-anonymous' ),
'strength' => __( 'Strong for what someone publicly claimed and when; useful for leads and public context.', 'two-identities-anonymous' ),
'limits' => __( 'Not enough for major factual claims unless corroborated by primary records or independent evidence.', 'two-identities-anonymous' ),
'confidence' => __( 'Treat as a public claim until primary records confirm, contradict, or narrow it.', 'two-identities-anonymous' ),
),
array(
'class' => __( 'Tips, Corrections, And Right Of Reply', 'two-identities-anonymous' ),
'examples' => __( 'Reader corrections, affected-person accounts, agency replies, vendor replies, public tips, and expert review notes.', 'two-identities-anonymous' ),
'use' => __( 'Use these to find errors, add context, test fairness, identify missing records, and avoid one-way publication.', 'two-identities-anonymous' ),
'strength' => __( 'Strong for identifying disputed claims, lived impact, missing context, and repair needs.', 'two-identities-anonymous' ),
'limits' => __( 'Private submissions require verification, consent, minimization, and careful publication decisions.', 'two-identities-anonymous' ),
'confidence' => __( 'Usually Unverified or Disputed until records or corroboration support a published claim.', 'two-identities-anonymous' ),
),
);
}