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

.github/skills/open-source-governance/SKILL.md

open-source-governance is a skill for Claude Code, Codex from Hack23/European-Parliament-MCP-Server. It costs 32 tokens per session (4,623 once invoked), scanned A, original, Apache-2.0.

A set of rules for governing open-source projects, including licenses, security checks, software bills of materials, and vulnerability handling. An SBOM is a list of the software components and dependencies used to build a project.

In plain words
What is it for?
Use it when creating or maintaining open-source repositories, checking licenses, generating SBOMs, adding security badges, managing vulnerabilities, or preparing governance files.
Why use it?
It provides requirements for documenting project security and legal compliance, reducing uncertainty about dependencies and supply-chain risks.

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/open-source-governance/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 open-source-governance

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/hack23/european-parliament-mcp-server/open-source-governance"><img src="https://agentmods.dev/badge/skills/hack23/european-parliament-mcp-server/open-source-governance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,623 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: 2 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 Data Exfiltration · line 75
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium MCP Rug Pull · line 114
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
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.00032 $0.04623
Opus 5 $0.00016 $0.02312
Sonnet 5 $0.00006 $0.00925
Haiku 4.5 $0.00003 $0.00462

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

Security

Grade A, and why

open-source-governance 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.

.github/skills/open-source-governance/SKILL.md · 493 lines

How it starts

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

Open Source Governance Skill

Context

This skill applies when:

  • Setting up new open source repositories
  • Implementing security badges (OpenSSF Scorecard, SLSA, CII Best Practices)
  • Managing license compliance and dependencies
  • Generating and validating SBOMs (Software Bill of Materials)
  • Handling vulnerability disclosure and remediation
  • Creating governance artifacts (SECURITY.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md)
  • Monitoring supply chain security
  • Managing exceptions to open source policies

This skill enforces Hack23 Open Source Policy v2.3 requirements for transparent, secure open source development.

Rules

1. Security Posture Evidence (Policy Section 1)

  1. OpenSSF Scorecard Badge: All repos MUST display OpenSSF Scorecard ≥7.0
  2. CII Best Practices: Minimum "Passing" level badge required
  3. SLSA Level 3: Build provenance and integrity attestation mandatory
  4. Quality Gate: SonarCloud or equivalent showing "Passed" status
  5. FOSSA License Compliance: License scanning badge required
  6. Public Metrics: All security posture metrics publicly visible

2. License Compliance Framework (Policy Section 4)

  1. Approved Licenses Only: Use MIT, Apache-2.0, BSD-3-Clause, ISC, PostgreSQL, Mozilla Public License 2.0
  2. Review Required: CC0-1.0, LGPL-2.1, LGPL-3.0 need explicit approval
  3. Prohibited Licenses: NEVER use GPL-2.0, GPL-3.0, AGPL-3.0, proprietary/closed-source
  4. Dependency Scanning: Automated license checking on every PR
  5. REUSE Compliance: Clear licensing for all files

3. Governance Artifacts (Policy Section 2)

  1. SECURITY.md: Vulnerability disclosure process, supported versions, security features
  2. CONTRIBUTING.md: Contribution guidelines, DCO sign-off requirements
  3. CODE_OF_CONDUCT.md: Community standards and enforcement
  4. LICENSE.md: Repository license (MIT or Apache-2.0)
  5. CODEOWNERS: Maintainer assignments for security-critical paths

Read the full file on GitHub · 493 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. 12d ago First seen · 493 lines · 32 tokens per session scan A 845f5e81ecd8

Subscribe to this mod's changes

open-source-governance is a skill published in the GitHub repository Hack23/European-Parliament-MCP-Server (28 stars, last pushed yesterday), licensed Apache-2.0. It adds 32 tokens to every session and 4,623 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-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

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

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