In M&A, access is never simply “allowed” or “not allowed.” It depends on the person, purpose, entity, deal stage, jurisdiction and sometimes the exact field inside a record. AI does not remove that complexity. It multiplies it.
An assistant that retrieves information can expose restricted content. An agent that uses tools can also change records, send messages or trigger workflows. Permissioned AI means every retrieval and action must follow the same information barriers as the deal—preferably with less privilege than the human user, never more.
Why ordinary folder permissions are insufficient
M&A information boundaries can include:
- buyer and target teams that must remain separate before closing;
- clean teams handling competitively sensitive data;
- advisers with access limited to a functional scope;
- country teams restricted by data-protection or employment rules;
- privileged legal material separated from business records;
- insiders subject to securities-law controls;
- information released only after a condition or milestone.
A document-level access list cannot always express these conditions. The permission model must also understand record type, purpose, workflow state and release timing.
An AI system needs its own identity
Agents should not operate through a shared administrator account. Each agent or service needs a distinct identity, an owner, a defined purpose and a scoped set of tools.
The system should be able to answer:
- Which agent performed the action?
- On whose request or delegated authority?
- Which permissions were evaluated at the time?
- Which data and tools were used?
- What changed, and can the action be reversed?
This is the AI equivalent of segregation of duties and accountable user access.
Least privilege for agents
Give the agent access only to the data and actions required for the current workflow step. Do not give it the combined permissions of every team it may eventually support.
Separate retrieval permission from action permission
Reading and acting are different risk classes. An agent may be allowed to retrieve a contract clause but not change the risk rating derived from it. It may draft a follow-up request but not send it externally. It may calculate a proposed synergy variance but not approve the revised target.
A robust policy distinguishes:
- data scope: which records, documents, fields and versions are visible;
- tool scope: which functions the agent can call;
- action scope: which fields or workflow states can change;
- transaction limits: thresholds, frequency and volume;
- approval requirements: which actions pause for a named human;
- output scope: where generated content may be sent or exported.
Permissions must change with the deal stage
The same user or agent may require different access at preparation, diligence, signing, closing and integration. A clean-team analysis may be restricted before closing and become operationally relevant immediately afterward. A prospective target may remain visible only to a small corporate-development group until internal approval.
Stage transitions should therefore trigger controlled permission changes, not manual mass reconfiguration. The system should record why the access changed, which legal or business milestone authorized it and whether related AI indexes or caches were updated.
Revocation matters as much as granting. Advisers, temporary team members and agents should lose access promptly when their role ends.
Prompt injection turns documents into potential instructions
When an agent reads untrusted content, the content may contain text designed to influence its behavior. In M&A, a document could intentionally or accidentally include language that looks like an instruction to ignore policy, reveal information or call a tool.
Controls include:
- treat document content as data, not system instruction;
- separate retrieval from tool execution;
- validate tool parameters against policy;
- block high-risk actions from untrusted-content workflows;
- log and test known injection patterns;
- require human approval when a document-derived instruction would change state.
The model should never be the sole enforcer of its own boundaries.
Auditability must capture the chain, not only the output
A final answer is not a sufficient audit trail. Reviewers need to reconstruct the action:
- the user request and agent goal;
- the policy and permissions applied;
- the sources retrieved;
- the tools called and parameters used;
- the intermediate state changes;
- the human approvals or overrides;
- the final output and downstream effect.
Logs should be protected from ordinary editing and retained according to the deal’s legal, regulatory and contractual requirements.
Data sovereignty belongs in the permission model
European M&A teams must consider not only who accesses data but where data, prompts, embeddings and logs are processed. The EU AI Act, GDPR obligations and client or sector requirements can make location, subprocessor access and retention material design decisions.
Permissioned AI should therefore include data-residency rules and approved model endpoints. A user’s right to view information does not automatically authorize sending it to any AI service.
A clean-team example shows why output permissions matter
Assume a clean team has access to customer-level prices before regulatory clearance. The wider integration team may need planning assumptions, but it must not receive identifiable competitive information.
A governed agent workflow could:
- operate under a dedicated clean-team identity;
- retrieve only approved customer and contract fields;
- calculate an aggregated pricing range under a pre-approved method;
- remove names and small cohorts that could permit re-identification;
- route the sanitized result to a clean-team reviewer;
- publish only the approved aggregate into the integration workspace;
- retain the restricted inputs and complete action trail inside the clean environment.
This example exposes three different permissions: access to the source, permission to perform the calculation and permission to disclose the result. Granting the first should never imply the other two.
Testing should reflect that separation. Security teams should attempt cross-entity retrieval, prompt-injection instructions hidden in documents, indirect disclosure through summaries, re-identification of small groups and retries after an authorization failure. The expected result is not merely a refusal message; it is no unauthorized state change, no leakage in logs and a useful alert for investigation.
How smartmerger.com can enforce deal-aware permissions
smartmerger.com combines roles and permissions with entities, fields, workflows and purpose-built M&A apps. This allows access to follow the business context rather than a generic folder hierarchy.
Any connected AI or future agent capability can be constrained to the same governed environment: retrieve only approved records, propose changes through workflow, retain evidence and require human approval for sensitive actions. Hosting in certified German and Swiss data centers supports a European data-sovereignty approach for sensitive deal information.
A control checklist before connecting an agent
- Does the agent have a unique identity and accountable owner?
- Can it access only the records required for its purpose?
- Are field-level restrictions preserved in search and generated answers?
- Are tool calls validated independently of the model?
- Can the agent send data outside the governed environment?
- Do stage changes update both source permissions and AI retrieval indexes?
- Are actions logged with source, policy and approval context?
- Can access be revoked immediately without breaking the audit trail?
Deny by default—and make denial useful
A blocked agent should explain which policy prevented the action, which approved route is available and who can authorize an exception. Silent failure encourages users to bypass controls; unrestricted fallback defeats them. Useful denials preserve both security and momentum.
Trust begins with limits
An AI system is not trustworthy because it has been instructed to keep information confidential. It is trustworthy when identity, permission, purpose, location and action controls make inappropriate access difficult and visible.
In M&A, the safest agent is not the one with the richest possible context. It is the one that receives exactly the context and authority required for the current task—and nothing more.