Independent intelligence for software built with AIResearch edition / 19 Sep 2026
SHIP/PROOFAI CODE FIELD GUIDE

Reading path / Permissions & safety

Put authority at the boundary

A capable model is not a permission system. Separate untrusted context, tool access, credentials and consequential writes.

A suggested sequence

  1. 01

    Repository text is data until trusted otherwise ↗

    Prompt injection exploits the moment an agent treats encountered content as authority.

  2. 02

    An MCP connection expands the job surface ↗

    Tool discovery, context retrieval, and account authority need separate review.

  3. 03

    A sandbox needs network and secret boundaries ↗

    Filesystem isolation is only one edge of an agent execution environment.

  4. 04

    Build traces without secret leaks ↗

    An agent trace should explain decisions and effects without becoming a second copy of every sensitive input.

Official source-reference image used for orientation; not a result from this reading path. Microsoft / VS Code ↗ · Official interface screenshot · Owner review pending. Select the image to enlarge.