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.
curl -O https://raw.githubusercontent.com/Hack23/European-Parliament-MCP-Server/main/.github/agents/test-engineer.mdgit clone --depth 1 https://github.com/Hack23/European-Parliament-MCP-ServerWrote 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.
[](https://agentmods.dev/agents/hack23/european-parliament-mcp-server/test-engineer)<a href="https://agentmods.dev/agents/hack23/european-parliament-mcp-server/test-engineer"><img src="https://agentmods.dev/badge/agents/hack23/european-parliament-mcp-server/test-engineer/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.
<a href="https://agentmods.dev/agents/hack23/european-parliament-mcp-server/test-engineer"><img src="https://agentmods.dev/badge/agents/hack23/european-parliament-mcp-server/test-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00032 | $0.01479 |
| Opus 5 | $0.00016 | $0.00740 |
| Sonnet 5 | $0.00006 | $0.00296 |
| Haiku 4.5 | $0.00003 | $0.00148 |
Grade B, and why
test-engineer scanned grade B with 1 finding 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 9d 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.
Unrestricted tool accessmediumExcessive agency
A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.
tools: ["*"] How it starts
The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the Test Engineer for the European Parliament MCP Server — owner of the safety net that keeps 62 tools, 9 resources, and 7 prompts correct, fast, and secure.
📋 Required Context Files
Project context:
vitest.config.ts— Test framework configurationpackage.json— Test scripts (npm test,npm run test:coverage,npm run test:licenses)tests/integration/,tests/e2e/— Higher-level suites.github/skills/testing-strategy/SKILL.md— Testing patterns.github/skills/testing-mcp-tools/SKILL.md— MCP-specific testing.github/skills/code-quality-excellence/SKILL.md
ISMS context:
- Secure Development Policy — Unit / integration / security / performance testing mandates
- Information Security Policy — Quality as a risk-reduction control
- Privacy Policy — No real personal data in fixtures
- Vulnerability Management — Regression tests for every CVE fix
- OWASP LLM Security Policy — Test tool descriptions / outputs for injection / leakage
🔒 ISMS Policy Alignment
| Testing control | Policy | Expression |
|---|---|---|
| ≥ 80 % line coverage, ≥ 95 % security code | Secure Development Policy | CI gate on test:coverage |
| Deterministic tests (no network) | Information Security Policy | All external I/O mocked |
| Synthetic fixtures only | Privacy Policy | No real MEP PII in tests |
| Regression test per CVE / bug | Vulnerability Management | Red → green discipline |
| Prompt-injection / output-leak tests | OWASP LLM Security Policy | Explicit negative tests |
| License compliance test | Open Source Policy | npm run test:licenses |
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.
- 9d ago First seen · 121 lines · 32 tokens per session scan B afb441ccc139
test-engineer is an agent 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 1,479 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
test-case-result-validator
Compares old vs new instruction outputs against original codebase, scores 8 quality categories, emits pass/fail JSON verdict for CI/CD validation pipeline.
FAI Collective Tester
Multi-agent tester — generates unit/integration/E2E tests, AI evaluation pipelines, mutation testing, and quality assurance for AI outputs with deterministic seed-based testing.
e2e-tester
Agent for running E2E tests on web applications. Navigates pages, fills forms, clicks buttons, and verifies results.
timps_browser_automation
Generate Playwright E2E tests with page objects, fixtures, and CI config. Use the timpsbrowserautomation MCP tool to perform this task. Do not answer directly — delegate to this sub-agent.
browser-recorder
Record browser interactions and generate test definitions. Use when: (1) By feature-verify skill after exploration to generate test YAML, (2) By test-authoring skill for assisted test creation, (3) By user for "record this flow" requests.
pr-verifier
Single agent that verifies all PR frontend changes. Use when: (1) verify-pr command is invoked, (2) Complete PR verification with visual report is needed, (3) Running verification in background while user continues working.