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.
npx skills add CrestApps/CrestApps.AgentSkills --skill orchardcore-audit-trailgit clone --depth 1 https://github.com/CrestApps/CrestApps.AgentSkillsWrote 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.
[](https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-audit-trail)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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.AuditTrailfor 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
AuditTrailPartto content types to let editors add comments to audit trail entries on save. - Configure which events to record via Settings → Audit 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. |
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.
- 5d ago First seen · 257 lines · 189 tokens per session scan A b6318ba16cc4
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.
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.
mpep-search
Expert system for searching USPTO MPEP, 35 USC statutes, 37 CFR regulations, and post-Jan 2024 updates.
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.
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…
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…
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…