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

.github/skills/aws-security-architecture/SKILL.md

aws-security-architecture is a skill for Claude Code, Codex from Hack23/European-Parliament-MCP-Server. It costs 36 tokens per session (3,479 once invoked), scanned A, original, Apache-2.0.

A set of guidance for designing secure and resilient systems on Amazon Web Services, a cloud-computing platform.

In plain words
What is it for?
Use it when designing AWS systems, configuring services such as GuardDuty and CloudTrail, or planning high availability and disaster recovery.
Why use it?
It helps organize decisions about access, networks, data protection, monitoring, reliability, and recovery.

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/aws-security-architecture/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 aws-security-architecture

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/hack23/european-parliament-mcp-server/aws-security-architecture"><img src="https://agentmods.dev/badge/skills/hack23/european-parliament-mcp-server/aws-security-architecture.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,479 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 pass 7 Sept 2026
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.00036 $0.03479
Opus 5 $0.00018 $0.01740
Sonnet 5 $0.00007 $0.00696
Haiku 4.5 $0.00004 $0.00348

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

Security

Grade A, and why

aws-security-architecture 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.

.github/skills/aws-security-architecture/SKILL.md · 439 lines

How it starts

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

AWS Security Architecture Skill

Context

This skill applies when:

  • Designing AWS cloud architecture
  • Implementing AWS Control Tower objectives
  • Following AWS Well-Architected Framework
  • Configuring VPC endpoints and private connectivity
  • Setting up AWS GuardDuty, Security Hub, CloudTrail
  • Implementing high availability and disaster recovery
  • Conducting chaos engineering with AWS FIS

This skill enforces Hack23 Secure Development Policy AWS sections for AWS-native security services.

Rules

1. AWS Control Tower Objectives (Policy Section 🎯)

  1. CO.1: Establish identity and access management (IAM)
  2. CO.2: Establish network security (VPC, security groups)
  3. CO.3: Establish data protection (encryption, backups)
  4. CO.4: Establish detective controls (CloudTrail, GuardDuty)
  5. CO.5-15: Operational excellence, cost optimization, performance

2. AWS Well-Architected Framework (Policy Section 🏛️)

  1. Security Pillar: Identity, detective controls, infrastructure protection, data protection, incident response
  2. Reliability Pillar: Foundations, workload architecture, change management, failure management
  3. Operational Excellence: Organization, prepare, operate, evolve
  4. Performance Efficiency: Selection, review, monitoring, tradeoffs
  5. Cost Optimization: Practice Cloud Financial Management, expenditure awareness
  6. Sustainability: Region selection, user behavior patterns, software patterns, data patterns, hardware patterns

3. Network Security (Policy Section 🌐)

  1. Zero Trust Architecture: Never trust, always verify
  2. VPC Endpoints: Private connectivity for AWS services
  3. Security Groups: Least privilege network access
  4. NACLs: Network layer protection
  5. VPC Flow Logs: Network traffic monitoring

4. Security Monitoring (Policy Section 🔍)

  1. AWS GuardDuty: Threat detection and continuous monitoring
  2. AWS Security Hub: Centralized security findings
  3. AWS CloudTrail: API activity logging and auditing
  4. AWS Config: Configuration change tracking
  5. Amazon CloudWatch: Metrics and log aggregation

Read the full file on GitHub · 439 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 · 439 lines · 36 tokens per session scan A 3f5ac0c5e7bf

Subscribe to this mod's changes

aws-security-architecture is a skill published in the GitHub repository Hack23/European-Parliament-MCP-Server (28 stars, last pushed yesterday), licensed Apache-2.0. It adds 36 tokens to every session and 3,479 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

agentcore-investigation

Investigate Bedrock AgentCore runtime sessions via CloudWatch Logs Insights — resolve session/trace IDs, query OTEL spans, filter noise, build timelines. Use when debugging AgentCore agent sessions, tracing tool calls, or analyzing latency.

awslabs/mcp · 52 tokens

n8n-self-hosting

Deploy a production self-hosted n8n end-to-end to a fresh Linux VM over SSH, using Docker Compose behind a Caddy reverse proxy with automatic HTTPS. Use whenever the user wants to self-host, install, set up, provision, or deploy n8n on their own server/VPS/box (Hetzner, DigitalOcean, AWS EC2, bare metal, etc.) — in…

czlonkowski/n8n-mcp · 265 tokens

cloud-run

Manage Cloud Run services and jobs.

GoogleCloudPlatform/cloud-run-mcp · 10 tokens

frontmcp-deployment

Use when deploying, building for production, packaging, or shipping a FrontMCP server. Covers build targets (node, cli SEA binary, browser, embeddable SDK, mcpb archive for Claude Desktop, serverless) and deploying to Vercel (with Vercel KV), AWS Lambda (API Gateway, SAM, CDK), Cloudflare Workers (KV, D1, Durable…

agentfront/frontmcp · 210 tokens

zdx-investigate-multi-app-outage

Diagnose a multi-application outage scoped to one location by correlating ZDX alerts, affected devices, and shared cloud-path hops. Identifies the devices affected at a specific office, compares the per-application network path across multiple SaaS apps to surface the common network bottleneck, and produces an…

zscaler/zscaler-mcp-server · 155 tokens

orchardcore-amazon-s3-media

Skill for configuring Amazon S3 media storage in Orchard Core. Covers bucket setup, AWS credentials, security policies, tenant templating, local S3 emulators, ImageSharp resized-image caches, and CDN use. Use this skill for OrchardCore.Media.AmazonS3, OrchardCore.Media.AmazonS3.ImageSharpImageCache, Amazon S3 Media…

CrestApps/CrestApps.AgentSkills · 139 tokens