← Browse

@pnp/has-been-customised

A

This is a skill to check whether a list has been customised beyond the default list or document library template.

skillclaude

Install

agr install @pnp/has-been-customised --target claude

Writes 4 files into .claude/skills/, pinned to git-a1268c38.

  • .claude/skills/has-been-customised/SKILL.md
  • .claude/skills/has-been-customised/example.png
  • .claude/skills/has-been-customised/preview.png
  • .claude/skills/has-been-customised/sample.json

Document


name: has-been-customised description: This is a skill to check whether a list has been customised beyond the default list or document library template.

Check if a list has been customised beyond the default list or library template

This is a simple skill that checks whether a list has been customised beyond the default list or library template. It does this by comparing the list schema with the default schema for the list template. If there are any differences, it returns true, indicating that the list has been customised.

Example of customised library or list

These are examples of how a document library or list has been customised:

  • The view has changed from the default columns
  • New Columns have been added to the library or list
  • The default content type has been changed
  • The permissions have been changed from inheriting the site permissions

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-a1268c38ca3c2026-07-31