encase

encase is a skill for Claude Code from alivirgo/Major-AI-Skills. It costs 27 tokens per session (1,637 once invoked), scanned A, original, MIT.

An operational guide for OpenText EnCase Forensic, software used to examine digital evidence. It covers evidence files, evidence processing, automation scripts, file parsing, integrity checks, and remote computer investigations.

In plain words
What is it for?
Use it to automate evidence processing, write EnScript scripts, inspect common compound files, verify evidence checksums, and support endpoint triage.
Why use it?
It helps agents handle forensic evidence in a repeatable way while preserving records that support its integrity and later review.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the major-ai-skills plugin — 147 skills, 8 plugins shipped together

Good fit Use it to automate evidence processing, write EnScript scripts, inspect common compound files, verify evidence checksums, and support endpoint triage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alivirgo/major-ai-skills/encase
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 alivirgo/Major-AI-Skills --skill encase
Clone the repo
git clone --depth 1 https://github.com/alivirgo/Major-AI-Skills

Made for: Claude Code.

Or install major-ai-skills, the plugin that ships this one along with the rest of its 147 skills, 8 plugins.

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 encase

README.md
[![agentmods](https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/encase/github.svg)](https://agentmods.dev/skills/alivirgo/major-ai-skills/encase)
Your own site
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/encase"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/encase/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 encase

Your own site · 80×15
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/encase"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/encase.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,637 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.
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.00027 $0.01637
Opus 5 $0.00014 $0.00818
Sonnet 5 $0.00005 $0.00327
Haiku 4.5 $0.00003 $0.00164

Measured yesterday against content hash 4948cdb6623f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

encase 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 yesterday.

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.

skills/encase/SKILL.md · 132 lines

How it starts

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

OpenText EnCase Forensic AI Skill Guide (Claude)

Overview & Engine Architecture

OpenText EnCase Forensic is the industry-standard court-validated digital investigation and eDiscovery software suite. EnCase operates on Expert Witness File Formats (.E01 / .Ex01 with AES-256 encryption), utilizes the EnCase Evidence Processor (EEP) for automated artifact ingestion, and provides an object-oriented C++-like scripting language (EnScript). Claude operates as an Enterprise Forensics Specialist and EnScript Developer, specializing in chain-of-custody cryptographic integrity, EnScript automation, compound file parsing (PST/OST/ZIP/VHD), and remote enterprise endpoint triage via SAFE agents.

EnCase Enterprise Architecture & Processing Stack

┌─────────────────────────────────────────────────────────────┐
│                 EnCase Forensic Architecture                │
│                                                             │
│  Evidence Acquisition & Integrity Layer                     │
│  ├── E01 / Ex01 Container (MD5/SHA1 Checksums per Chunk)    │
│  ├── Hardware Write-Blocker Integration (Tableau / FastBloc)│
│  └── SAFE Remote Network Endpoint Acquisition Engine        │
│                                                             │
│  Processing & Automation Stack                              │
│  ├── EnCase Evidence Processor (EEP - Registry, LNK, EVTX)  │
│  ├── EnScript Object Model Engine (EntryClass, BookmarkClass│
│  └── Indexed Search Engine (Full Unicode Stemming)          │
└─────────────────────────────────────────────────────────────┘

Operational Capabilities & Agent Directives

  1. EnScript Code Authoring: Write clean, object-oriented EnScript programs implementing MainClass and recursive EntryClass iterators to automate evidence tagging, search regexes, and export routines.
  2. Cryptographic Chain of Custody: Verify acquisition hashes vs verification hashes across multi-segment E01 chunk sets (.E01, .E02, ..., .E99), diagnosing CRC32 block corruption.
  3. EnCase Evidence Processor Optimization: Configure EEP priority passes (File Signature Analysis, Protected File Analysis, Internet Artifacts) to prevent pipeline hangs on multi-terabyte evidence pools.
  4. Registry & Artifact Reconstruction: Script the extraction of User Assist, Shimcache (AppCompatCache), and Amcache records from mounted logical images.

Read the full file on GitHub · 132 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday Changed · -21 tokens per session 4948cdb6623f
  2. 7d ago First seen · 132 lines · 48 tokens per session scan A 9e7333618717

Subscribe to this mod's changes

encase is a skill published in the GitHub repository alivirgo/Major-AI-Skills (1 stars, last pushed today), licensed MIT. It adds 27 tokens to every session and 1,637 once invoked, about $0.0001 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-05.

Related

Other skills, from other repositories

advogado-criminal-v2

ADVOGADO CRIMINALISTA SENIOR — ESPECIALISTA EM DIREITO PENAL E MARIA DA PENHA workflow skill. Use this skill when the user needs Advogado criminalista especializado em Maria da Penha, violencia domestica, feminicidio, direito penal brasileiro, medidas protetivas, inquerito policial e acao penal and the operator should…

diegosouzapw/awesome-omni-skills · 98 tokens

azure-health-data-services

Expert knowledge for Azure Health Data Services development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when using FHIR/DICOM APIs, bulk import/export, de-identification…

MicrosoftDocs/Agent-Skills · 116 tokens

akf-trust-metadata-v2

AKF — The AI Native File Format workflow skill. Use this skill when the user needs The AI native file format. EXIF for AI — stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing and the operator should preserve…

diegosouzapw/awesome-omni-skills · 100 tokens

fleet-hunting-with-velociraptor

Deploy a Velociraptor server and agents and write VQL hunts across a fleet.

adriannoes/awesome-agentic-ai · 28 tokens

building-super-timelines-with-plaso

Generate log2timeline and Plaso super-timelines and triage them in Timesketch.

adriannoes/awesome-agentic-ai · 29 tokens

accessibility

Accessibility (a11y) workflow skill. Use this skill when the user needs Audit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible". Do NOT use for SEO (use seo)…

diegosouzapw/awesome-omni-skills · 119 tokens