Source profileQuality 91/100

VincentChuWaiChow/vanguard-frontier-agentic/skills/microsoft/d365-live-record-field-update-guard/SKILL.md

d365-live-record-field-update-guard

Mutating-runtime live-guard for updating one or more named fields on a single Dataverse row identified by table and record GUID, via the Dataverse Web API PATCH (data plane). Strictly scoped — one record, named fields only. Requires explicit written human approval token referencing the exact target, proposed change, and blast-radius. PREFLIGHT performs a dry-run diff before any write. Fully reversible — prior field values are captured and the inverse PATCH is the rollback. Gate-only; never auto-

Source repository stars
21
Declared platforms
0
Static risk flags
0
Last source update
2026-08-24
Source checked
2026-08-25

Decision brief

What it does: where it fits

Mutating-runtime live-guard for updating one or more named fields on a single Dataverse row identified by table and record GUID, via the Dataverse Web API PATCH (data plane). Strictly scoped — one record, named fields only.

Best for

  • A named set of fields on a single identified Dataverse record must be updated in a controlled, auditable, reversible operation
  • The update requires a human-approved, blast-radius-reviewed gate before any write proceeds
  • A prior Phase A discovery (d365-live-security-role-guard or similar) identified a specific field value that must be corrected

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/VincentChuWaiChow/vanguard-frontier-agentic --skill "skills/microsoft/d365-live-record-field-update-guard"
Safe inspection promptEditorial

Inspect the Agent Skill "d365-live-record-field-update-guard" from https://github.com/VincentChuWaiChow/vanguard-frontier-agentic/blob/5e32c1f3b9ba9e9bacae9687f55bed35b5def90f/skills/microsoft/d365-live-record-field-update-guard/SKILL.md at commit 5e32c1f3b9ba9e9bacae9687f55bed35b5def90f. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Purpose

    Act as the live mutating-runtime Dataverse field-update guard. On receipt of an explicit written human approval token, authenticate as an application user bound to a custom least-privilege write role, capture the prior field values of the target record (DRY-RUN / PREFLIGHT diff)…

    Act as the live mutating-runtime Dataverse field-update guard. On receipt of an explicit written human approval token, authenticate as an application user bound to a custom least-privilege write role, capture the prior…
  2. 02

    When to use

    A named set of fields on a single identified Dataverse record must be updated in a controlled, auditable, reversible operation

    A named set of fields on a single identified Dataverse record must be updated in a controlled, auditable, reversible operationThe update requires a human-approved, blast-radius-reviewed gate before any write proceedsA prior Phase A discovery (d365-live-security-role-guard or similar) identified a specific field value that must be corrected
  3. 03

    Gate-only classification

    This skill id contains -live- and ends in -guard. The maestro MUST NOT auto-dispatch this skill. Invocation requires:

    An explicit written human approval token that references:The exact Dataverse environment URL (by env-var name, not value)The target table (logical name)
  4. 04

    Strict-control contract

    executiontier: mutating-runtime

    executiontier: mutating-runtimeEXACTLY ONE Dataverse record is updated per approved run. Target is identified by table logical name + record GUID.Named fields only — the PATCH body contains only the explicitly approved field names. No catch-all updates.
  5. 05

    Critical IAM constraint

    The Power Platform management SPN path (pac admin create-service-principal) grants Power Platform Administrator privileges that cannot be scoped down. This skill explicitly forbids that path. The application user must be created manually in the target Dataverse environment and b…

    The Power Platform management SPN path (pac admin create-service-principal) grants Power Platform Administrator privileges that cannot be scoped down. This skill explicitly forbids that path. The application user must b…

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score91/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars21SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
VincentChuWaiChow/vanguard-frontier-agentic
Skill path
skills/microsoft/d365-live-record-field-update-guard/SKILL.md
Commit
5e32c1f3b9ba9e9bacae9687f55bed35b5def90f
License
Apache-2.0
Collected
2026-08-25
Default branch
master
View the original SKILL.md

D365 Live Record Field Update Guard

Purpose

Act as the live mutating-runtime Dataverse field-update guard. On receipt of an explicit written human approval token, authenticate as an application user bound to a custom least-privilege write role, capture the prior field values of the target record (DRY-RUN / PREFLIGHT diff), and apply a PATCH to update ONLY the named fields on the ONE identified Dataverse row. Emit a signed, idempotency-keyed attestation and update the audit log. Reverse path is always available.

When to use

  • A named set of fields on a single identified Dataverse record must be updated in a controlled, auditable, reversible operation
  • The update requires a human-approved, blast-radius-reviewed gate before any write proceeds
  • A prior Phase A discovery (d365-live-security-role-guard or similar) identified a specific field value that must be corrected
  • Compliance or data-quality remediation requires a traceable single-record mutation with capture of prior state

Gate-only classification

This skill id contains -live- and ends in -guard. The maestro MUST NOT auto-dispatch this skill. Invocation requires:

  1. An explicit written human approval token that references:
    • The exact Dataverse environment URL (by env-var name, not value)
    • The target table (logical name)
    • The target record GUID
    • The named fields to update and their proposed new values
    • The blast-radius assessment (who/what else reads or depends on these field values)
  2. Completion of PREFLIGHT (dry-run diff confirming the target scope and environment)
  3. Prior-state capture before any write

Strict-control contract

  • execution_tier: mutating-runtime
  • EXACTLY ONE Dataverse record is updated per approved run. Target is identified by table logical name + record GUID.
  • Named fields only — the PATCH body contains only the explicitly approved field names. No catch-all updates.
  • No bulk, no wildcard, no all-records operations of any kind.
  • No irreversible delete — this skill performs PATCH only; DELETE is explicitly refused.
  • No privilege escalation — the application user holds Write on the in-scope table only.
  • No ownership changesownerid and ownership-related fields are refused.
  • No security role or privilege editsrole, roleprivileges, systemuserroles, teamroles are out of scope.

Critical IAM constraint

The Power Platform management SPN path (pac admin create-service-principal) grants Power Platform Administrator privileges that cannot be scoped down. This skill explicitly forbids that path. The application user must be created manually in the target Dataverse environment and bound to a custom security role with Write (prvWrite) on ONLY the one in-scope table.

Credential posture

  • App registration: use a certificate credential or managed identity — never a long-lived client secret.
  • Credentials are referenced by environment variable name only (DATAVERSE_CLIENT_ID, DATAVERSE_ENV_URL). Never print, echo, or log credential values.
  • The application user must be created in the target Dataverse environment and associated with the custom least-privilege write role before this skill runs.

PREFLIGHT (dry-run) requirements

Before issuing the PATCH:

  1. Authenticate and confirm the application user identity and bound role.
  2. Perform a GET on the target record (/api/data/v9.2/<tableset>(<guid>)?$select=<field1>,<field2>,...) to retrieve the CURRENT values of all fields to be updated.
  3. Emit a diff: CURRENT values vs PROPOSED values for each named field.
  4. Confirm the target record exists and is in the expected environment.
  5. Confirm no other approval-pending operation targets the same record.
  6. Present the diff to the approver for final confirmation before writing.

Write operation

PATCH [DATAVERSE_ENV_URL]/api/data/v9.2/<tableset>(<record-guid>) HTTP/1.1
Authorization: Bearer <token>
OData-MaxVersion: 4.0
OData-Version: 4.0
If-Match: *
Content-Type: application/json

{
  "<field1>": "<approved-value-1>",
  "<field2>": "<approved-value-2>"
}

If-Match: * ensures this is an update-only — it will 404 rather than create a new record.

Rollback path

  • Prior field values captured in PREFLIGHT GET must be retained.
  • Rollback = PATCH the same record with the captured prior values (inverse operation).
  • See ROLLBACK.md for owner, time-box, and verification steps.

Output attestation

Every completed run must emit:

  • Idempotency key (generated before the write; used to detect replay)
  • Record of: environment (env-var reference), table, record GUID, fields updated, prior values, new values, approval token reference
  • Audit log entry written before and after the write
  • Result: success (HTTP 204) or failure with error detail

Lean operating rules

  • Prefer Microsoft Learn documentation through the configured documentation MCP for Dataverse and Power Platform service behavior.
  • Use sampled live Dataverse Web API evidence; label it as live configured-environment evidence.
  • Never request or accept credential values — env-var names only.
  • If the request implies more than one record, bulk operations, delete, ownership change, or security role edit — refuse and explain why this skill cannot perform that operation.
  • State what is unknown; documentation proves service behavior, not the environment's deployed state.

Refuse conditions

Immediately refuse and do not proceed if:

  • More than one record GUID is specified
  • A wildcard, filter, or FetchXML targeting multiple records is used
  • A DELETE operation is requested
  • ownerid or ownership-related columns appear in the update payload
  • Security role, privilege, or user assignment columns appear in the update payload
  • No written approval token is provided
  • The approval token does not reference the exact table + GUID + field names
  • The application user holds System Administrator or System Customizer

Official sources

Frequently asked questions

What to verify before installation and use

What does the d365-live-record-field-update-guard source document cover?

Mutating-runtime live-guard for updating one or more named fields on a single Dataverse row identified by table and record GUID, via the Dataverse Web API PATCH (data plane). Strictly scoped — one record, named fields only.

How do I install d365-live-record-field-update-guard?

The source record exposes this install command: npx skills add https://github.com/VincentChuWaiChow/vanguard-frontier-agentic --skill "skills/microsoft/d365-live-record-field-update-guard". Inspect the command and pinned source before running it.

Alternatives

Compare before choosing

Computed 10045,511

coreyhaines31/marketingskills

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

Computed 10029,034

garrytan/gbrain

bulk-ingestion

End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see MANIFEST-PATTERN.md) so any crash, session boundary, or subagent fan-out resumes from ground truth instead of memory.

Computed 10024,921

alirezarezvani/claude-skills

app-store-optimization

App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

Computed 1005,241

dotnet/skills

migrate-vstest-to-mtp

Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", set OutputType=Exe only for test projects in Directory.Build.props, or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences vs VSTest (exit code 8, zero tests discovered, --ignore-exit-code, TESTINGPLATFORM_EXITCODE_IGNORE); centralizing