European-Parliament-MCP-Server: Skill for Claude Code

.github/skills/compliance-frameworks/SKILL.md

compliance-frameworks is a skill for Claude Code, Codex from Hack23/European-Parliament-MCP-Server. It costs 40 tokens per session (5,658 once invoked), scanned A, original, Apache-2.0.

A workflow for mapping security practices to standards such as ISO 27001, NIST CSF, CIS Controls, and the EU Cyber Resilience Act. These are frameworks used to organize and assess cybersecurity controls.

In plain words
What is it for?
Creating compliance documentation, control mappings, audit evidence, certification preparation, and EU Cyber Resilience Act assessments.
Why use it?
It helps relate one set of security measures to several compliance requirements and assemble evidence for audits or questionnaires.

Skill for Claude CodeCodex

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

This is Hack23/European-Parliament-MCP-Server's own configuration. It tells Claude Code and Codex how to work on European-Parliament-MCP-Server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything European-Parliament-MCP-Server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Hack23/European-Parliament-MCP-Server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Hack23/European-Parliament-MCP-Server/main/.github/skills/compliance-frameworks/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Hack23/European-Parliament-MCP-Server

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 compliance-frameworks

README.md
[![agentmods](https://agentmods.dev/badge/skills/hack23/european-parliament-mcp-server/compliance-frameworks/github.svg)](https://agentmods.dev/skills/hack23/european-parliament-mcp-server/compliance-frameworks)
Your own site
<a href="https://agentmods.dev/skills/hack23/european-parliament-mcp-server/compliance-frameworks"><img src="https://agentmods.dev/badge/skills/hack23/european-parliament-mcp-server/compliance-frameworks/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 compliance-frameworks

Your own site · 80×15
<a href="https://agentmods.dev/skills/hack23/european-parliament-mcp-server/compliance-frameworks"><img src="https://agentmods.dev/badge/skills/hack23/european-parliament-mcp-server/compliance-frameworks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,658 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 warn 7 Sept 2026
SkillSpector: 4 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 97
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 346
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 156
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 390
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00040 $0.05658
Opus 5 $0.00020 $0.02829
Sonnet 5 $0.00008 $0.01132
Haiku 4.5 $0.00004 $0.00566

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

Security

Grade A, and why

compliance-frameworks 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 11d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.github/skills/compliance-frameworks/SKILL.md · 539 lines

How it starts

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

Compliance Frameworks Skill

Context

This skill applies when:

  • Mapping security controls to compliance frameworks
  • Creating compliance documentation
  • Conducting compliance audits
  • Implementing EU Cyber Resilience Act (CRA) requirements
  • Generating compliance evidence portfolios
  • Responding to compliance questionnaires
  • Preparing for security certifications

This skill enforces Hack23 ISMS policies for multi-standard compliance alignment.

Rules

1. ISO 27001:2022 (Secure Development Policy 📜)

  1. A.5: Organizational controls (policies, roles)
  2. A.8: Asset management (handling, classification, deletion)
  3. A.12: Operations security (change management, vulnerabilities)
  4. A.13: Communications security (network controls, encryption)
  5. A.14: System acquisition and development (secure SDLC)

2. NIST Cybersecurity Framework 2.0 (Secure Development Policy 📜)

  1. GOVERN: Risk management, policy, oversight
  2. IDENTIFY: Asset management, risk assessment
  3. PROTECT: Access control, data security, awareness
  4. DETECT: Continuous monitoring, anomaly detection
  5. RESPOND: Incident analysis, mitigation, communication
  6. RECOVER: Recovery planning, improvements, communications

3. CIS Controls v8.1 (Secure Development Policy 📜)

  1. IG1 (Implementation Group 1): Basic cyber hygiene (8 controls)
  2. IG2 (Implementation Group 2): Medium-sized organizations (56 additional controls)
  3. IG3 (Implementation Group 3): Large organizations/high security (additional 64 controls)

4. EU Cyber Resilience Act (Open Source Policy 🛡️)

  1. Conformity Assessment: CE marking for digital products
  2. Security Updates: Timely vulnerability patching
  3. Risk Management: Classification-based security requirements
  4. Documentation: Technical documentation for 10 years
  5. Incident Reporting: Report actively exploited vulnerabilities

Examples

Read the full file on GitHub · 539 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. 11d ago First seen · 539 lines · 40 tokens per session scan A 0b48e2ff5e86

Subscribe to this mod's changes

compliance-frameworks is a skill published in the GitHub repository Hack23/European-Parliament-MCP-Server (28 stars, last pushed yesterday), licensed Apache-2.0. It adds 40 tokens to every session and 5,658 once invoked, about $0.0002 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

check-sanctions-pressure

Retrieve normalized OFAC sanctions pressure — designation summaries, recent additions, and per-country/per-program aggregates including sanctioned vessels and aircraft. Use when the user asks which countries or programs face sanctions pressure, or what was recently designated.

koala73/worldmonitor · 49 tokens

check-country-risk

Retrieve composite country risk intelligence — Country Instability Index (CII), travel advisory level, and active sanctions exposure — for one country by ISO code. Use when the user asks how risky or unstable a country is right now.

koala73/worldmonitor · 49 tokens

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

source-verification

Walks through structured verification of sources, claims, images, video, and documents across five verification modes — visual media, documents, anonymous sources, expert credentials, and social media content — using the SIFT framework, forensic metadata inspection, deepfake indicators, C2PA Content Credentials, and…

ur-grue/autopunk-media-skills · 82 tokens

Australia — ABR / ASIC Lookup

Live, real-time queries to Australian Business Register (ABR — ABN Lookup) (Australia). Drops the OpenRegistry MCP toolset onto a single-country workflow when the user names ABR / ASIC, the country, or its registry directly. ID format: 11-digit ABN or 9-digit ACN (e.g. ABN 33 123 456 789, ACN 004 028 077 for BHP Group…

sophymarine/openregistry · 0 tokens