internal-security-annual-reviews

internal-security-annual-reviews is a skill for Claude Code from taivop/marketplace. It costs 29 tokens per session (276 once invoked), scanned A, original, MIT.

A document retriever for annual reports from KAPO, Estonia’s Internal Security Service. It finds the official report PDF for a selected year and extracts requested sections.

In plain words
What is it for?
Finding a particular annual review, downloading its official PDF, and citing sections with their page references, language, and retrieval details.
Why use it?
It handles changing file names and the index page’s access restrictions without treating narrative reports as complete incident databases.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the estonia-public-sources plugin — 88 skills shipped together

Good fit Finding a particular annual review, downloading its official PDF, and citing sections with their page references, language, and retrieval details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/taivop/marketplace/internal-security-annual-reviews
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 taivop/marketplace --skill internal-security-annual-reviews
Clone the repo
git clone --depth 1 https://github.com/taivop/marketplace

Made for: Claude Code.

Or install estonia-public-sources, the plugin that ships this one along with the rest of its 88 skills.

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 internal-security-annual-reviews

README.md
[![agentmods](https://agentmods.dev/badge/skills/taivop/marketplace/internal-security-annual-reviews/github.svg)](https://agentmods.dev/skills/taivop/marketplace/internal-security-annual-reviews)
Your own site
<a href="https://agentmods.dev/skills/taivop/marketplace/internal-security-annual-reviews"><img src="https://agentmods.dev/badge/skills/taivop/marketplace/internal-security-annual-reviews/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 internal-security-annual-reviews

Your own site · 80×15
<a href="https://agentmods.dev/skills/taivop/marketplace/internal-security-annual-reviews"><img src="https://agentmods.dev/badge/skills/taivop/marketplace/internal-security-annual-reviews.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 276 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.00029 $0.00276
Opus 5 $0.00015 $0.00138
Sonnet 5 $0.00006 $0.00055
Haiku 4.5 $0.00003 $0.00028

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

Security

Grade A, and why

internal-security-annual-reviews 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 12d 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.

skills/estonia-public-sources/sources/internal-security-annual-reviews/SKILL.md · 28 lines

What it actually says

KAPO Annual Reviews

Use this source for KAPO's annual internal-security reviews from 1998 onward.

Endpoints

  • Public index: https://kapo.ee/et/aastaraamatud/
  • Current direct-file example: https://kapo.ee/sites/default/files/content_page_attachments/aastaraamat-2025-2026.pdf

Workflow

  1. Open the index with a browser or web-page reader. Plain HTTP clients can receive 403 on the index even though the public page renders normally.
  2. Select the required year and copy the linked PDF URL. Do not construct filenames from years: suffixes and year formats vary.
  3. Download the direct PDF with an ordinary HTTP client and extract only the requested sections.
  4. Keep the displayed review year, direct PDF URL, language, retrieval time, and page references.

The files are narrative reports, not row-level incident data. Do not infer complete operational statistics from omitted or selectively reported figures.

Verification

  • The public index lists annual reviews from 1998 through the current edition.
  • A valid direct file returns application/pdf and starts with %PDF-.
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. 12d ago First seen · 28 lines · 29 tokens per session scan A 1d6a47206feb

Subscribe to this mod's changes

internal-security-annual-reviews is a skill published in the GitHub repository taivop/marketplace (17 stars, last pushed 11d ago), licensed MIT. It adds 29 tokens to every session and 276 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-08-30.

Related

Other skills, from other repositories