Checklist / AIGIS resources

LLM field-level security should be checked before the prompt exists.

Field-level security for LLMs has to protect values and structure. If a hidden field name enters context, the model can reason about its existence.

Executive read

The short version, before the deep dive.

Identify fields the user can read, edit, or never see.

Reject prompt construction that includes inaccessible field names.

Record stripped-field evidence for audit review.

Apply the same principle to answers, summaries, and write proposals.

Analysis

What matters

The field boundary

Traditional masking can hide values, but language models can still infer meaning from field names and schema position.

AIGIS removes inaccessible fields before context assembly so the model reasons only from data the user is allowed to know.

Evidence to request

Ask for a record of included fields, excluded fields, and the permission source behind each decision.

The evidence should be understandable to a Salesforce architect and a security reviewer without asking them to trust the model.

Resource packet

Turn this into a review worksheet.

Evidence packet

Permission-Provenance Evidence Packet

Capture user context, system of record, enforcement tier, stripped fields, model route, response, hash marker, and fallback notes.

Salesforce is the production proof path. ServiceNow and SAP are design-partner co-development paths with asymmetric enforcement that must be disclosed in diligence.

Get the packet