orchardcore-audit-trail

orchardcore-audit-trail is a skill for Claude Code, Codex from CrestApps/CrestApps.AgentSkills. It costs 189 tokens per session (1,796 once invoked), scanned A, original, MIT.

A guide for recording an audit trail: a history of important actions such as content changes, publishing, deletion, and user events in Orchard Core.

In plain words
What is it for?
Use it to configure event logging, filter and sort records, add comments to content changes, restore versions, and control retention.
Why use it?
It makes it easier to see who changed what, review differences, and restore earlier content when needed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to configure event logging, filter and sort records, add comments to content changes, restore versions, and control retention.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/crestapps/crestapps.agentskills/orchardcore-audit-trail
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add CrestApps/CrestApps.AgentSkills --skill orchardcore-audit-trail
Clone the repo
git clone --depth 1 https://github.com/CrestApps/CrestApps.AgentSkills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for orchardcore-audit-trail

README.md
[![agentmods](https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-audit-trail/github.svg)](https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-audit-trail)
Your own site
<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-audit-trail"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-audit-trail/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for orchardcore-audit-trail

Your own site · 80×15
<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-audit-trail"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-audit-trail.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 189 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,796 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00189 $0.01796
Opus 5 $0.00095 $0.00898
Sonnet 5 $0.00038 $0.00359
Haiku 4.5 $0.00019 $0.00180

Measured 5d ago against content hash b6318ba16cc4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

orchardcore-audit-trail scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/orchardcore/skills/orchardcore-audit-trail/SKILL.md · 257 lines

How it starts

The opening of the file, as written. The whole thing — 257 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Orchard Core Audit Trail - Prompt Templates

Configure Audit Trail and Event Tracking

You are an Orchard Core expert. Generate audit trail configurations, custom event providers, and AuditTrailPart setups for Orchard Core.

Guidelines

  • Enable OrchardCore.AuditTrail for audit event recording.
  • The Audit Trail provides an immutable, auditable log of system events (content changes, user events, etc.).
  • Events are logged automatically for supported actions (create, publish, delete content items; user login failures, etc.).
  • The audit trail list supports filtering by date range, category (Content, User, etc.), and sorting.
  • Content events show version history, diffs, and allow restoring previous versions or deleted items.
  • Restored content items are created as drafts that must be manually published.
  • Attach AuditTrailPart to content types to let editors add comments to audit trail entries on save.
  • Configure which events to record via SettingsAudit Trail.
  • Client IP address logging is optional and may require GDPR/privacy compliance considerations.
  • Trimming settings control how long events are retained in the database.
  • Custom modules can provide their own audit trail event handlers.
  • Always seal classes.

Enabling Audit Trail

{
  "steps": [
    {
      "name": "Feature",
      "enable": [
        "OrchardCore.AuditTrail"
      ],
      "disable": []
    }
  ]
}

Audit Trail Event Categories

Category Events Description
Content Created, Published, Unpublished, Removed, Cloned, Restored Tracks content item lifecycle events.
User LoggedIn, LogInFailed, PasswordReset, PasswordChanged Tracks user authentication and account events.

Audit Trail Event List Features

Feature Description
Date Range Filter Filter events to a specific time period.
Category Filter Filter by event category (e.g., Content, User).
Sorting Sort entries by various parameters (date, category, user).
Version Link Click to view the read-only editor of a content item at that version.
Display Text Link Click to edit the latest version of the content item.
View Button View the content item at the recorded version.
Restore Button Restore a content item to a previous version (creates a draft).
Details Link View detailed event information, including textual diffs for content events.

Read the full file on GitHub · 257 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 257 lines · 189 tokens per session scan A b6318ba16cc4

Subscribe to this mod's changes

orchardcore-audit-trail is a skill published in the GitHub repository CrestApps/CrestApps.AgentSkills (13 stars, last pushed 11d ago), licensed MIT. It adds 189 tokens to every session and 1,796 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

prior-art-search

Systematic 7-step methodology for comprehensive patent prior art searches and patentability assessments using BigQuery and CPC classification.

RobThePCGuy/Claude-Patent-Creator · 26 tokens

mpep-search

Expert system for searching USPTO MPEP, 35 USC statutes, 37 CFR regulations, and post-Jan 2024 updates.

RobThePCGuy/Claude-Patent-Creator · 32 tokens

indirect-tax-einvoicing-advisor

Multi-jurisdiction indirect tax and e-invoicing reference framework covering VAT/GST compliance and mandatory electronic invoicing mandates across EU, Brazil, India, Mexico, China, UK, and Australia.

VincentChuWaiChow/vanguard-frontier-agentic · 50 tokens

consolidation-intercompany-advisor

Multi-jurisdiction consolidation scope and intercompany elimination reference framework covering ASC 810 / IFRS 10 control models, VIE (Variable Interest Entity) primary beneficiary analysis, NCI measurement, equity method accounting (ASC 323 / IAS 28), intercompany eliminations (sales, profit-in-inventory, debt…

VincentChuWaiChow/vanguard-frontier-agentic · 120 tokens

close-cycle-advisor

Multi-jurisdiction financial close cycle reference framework covering month-end, quarter-end, and year-end close. Provides regulatory filing deadlines by jurisdiction (SEC, EU TD, UK DTR, TSE/FSA, CSRC, SEBI, ASX, HKEX), record-to-report process steps, reconciliation standards, intercompany elimination requirements…

VincentChuWaiChow/vanguard-frontier-agentic · 154 tokens

data-classification-to-dlp-protocol

Use this skill when sensitive data must be discovered, classified with Microsoft Purview sensitivity labels, protected by Data Loss Prevention policies, and monitored for label adoption and DLP policy effectiveness across Microsoft 365 and Power Platform environments. Defines the end-to-end flow from data discovery…

VincentChuWaiChow/vanguard-frontier-agentic · 131 tokens