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.
npx skills add netresearch/typo3-testing-skill --skill typo3-testinggit clone --depth 1 https://github.com/netresearch/typo3-testing-skillWrote 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/skills/netresearch/typo3-testing-skill/typo3-testing)<a href="https://agentmods.dev/skills/netresearch/typo3-testing-skill/typo3-testing"><img src="https://agentmods.dev/badge/skills/netresearch/typo3-testing-skill/typo3-testing.svg" alt="Measured on agentmods" 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.00106 | $0.01180 |
| Opus 5 | $0.00053 | $0.00590 |
| Sonnet 5 | $0.00021 | $0.00236 |
| Haiku 4.5 | $0.00011 | $0.00118 |
Grade A, and why
typo3-testing 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 7d 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/.php-cs-fixer.dist.php 7.0 KB
- assets/AGENTS.md 5.0 KB
- assets/bootstrap.php 1.4 KB
- assets/Build/playwright/.nvmrc 6 B
- assets/Build/playwright/package.json 535 B
- assets/Build/playwright/playwright.config.ts 1.3 KB runs code
- assets/Build/playwright/tests/playwright/accessibility/modules.spec.ts 2.0 KB runs code
- assets/Build/playwright/tests/playwright/config.ts 712 B runs code
- assets/Build/playwright/tests/playwright/e2e/backend-module.spec.ts 1.7 KB runs code
- assets/Build/playwright/tests/playwright/fixtures/setup-fixtures.ts 2.7 KB runs code
- assets/Build/playwright/tests/playwright/helper/login.setup.ts 975 B runs code
- assets/Build/Scripts/runTests.sh 22 KB runs code
- assets/codecov.yml 1.6 KB
- assets/docker/codeception.yml 979 B
- assets/docker/docker-compose.yml 1.4 KB
- assets/example-tests/ExampleAcceptanceCest.php 2.2 KB
- assets/example-tests/ExampleFunctionalTest.php 2.4 KB
- assets/example-tests/ExampleUnitTest.php 1.6 KB
- assets/fixtures/be_users.csv 361 B
- assets/fixtures/pages.csv 257 B
- assets/fixtures/README.md 2.0 KB
- assets/fixtures/sys_category.csv 228 B
- assets/fixtures/tt_content.csv 338 B
- assets/FunctionalTests.xml 1.4 KB
- assets/FunctionalTestsBootstrap.php 1.6 KB
- assets/github-actions-e2e.yml 8.8 KB
- assets/github-actions-tests.yml 6.3 KB
- assets/infection.json5 2.3 KB
- assets/Makefile 2.3 KB
- assets/phpat.neon 330 B
- assets/phpat.php 8.4 KB
- assets/phpstan-baseline.neon 365 B
- assets/phpstan.neon 1.4 KB
- assets/rector.php 2.9 KB
- assets/UnitTests.xml 890 B
- assets/UnitTestsBootstrap.php 2.1 KB
- checkpoints.yaml 47 KB
- references/accessibility-testing.md 7.5 KB
- references/architecture-testing.md 4.3 KB
- references/asset-templates-guide.md 3.3 KB
- references/backend-module-render-verification.md 7.9 KB
- references/backend-user-access-testing.md 6.3 KB
- references/captainhook-setup.md 2.3 KB
- references/ci-cd.md 30 KB
- references/ci-debugging.md 8.8 KB
- references/ci-workflows-meta-package.md 8.7 KB
- references/crypto-testing.md 17 KB
- references/ddev-testing.md 1.2 KB
- references/e2e-testing.md 35 KB
- references/enforcement-rules.md 5.6 KB
- references/event-dispatch-testing.md 2.7 KB
- references/framework-compat-gate.md 4.8 KB
- references/functional-test-patterns.md 10 KB
- references/functional-testing.md 36 KB
- references/fuzz-testing.md 8.5 KB
- references/integration-testing.md 13 KB
- references/javascript-testing.md 24 KB
- references/mock-validity.md 14 KB
- references/mutation-testing.md 17 KB
- references/performance-testing.md 9.5 KB
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.
- 7d ago First seen · 92 lines · 106 tokens per session scan A 61c935ee8a18
typo3-testing is a skill published in the GitHub repository netresearch/typo3-testing-skill (4 stars, last pushed 2d ago), with no licence file. It adds 106 tokens to every session and 1,180 once invoked, about $0.0005 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-31.
Other skills, from other repositories
typo3-conformance
Use when checking which TYPO3 versions an extension says it supports, when composer.json and extemconf.php disagree, when a version bump must reach every file that states it, when reviewing a TYPO3 extension for what needs attention, or when auditing coding standards, TER readiness, deprecations and modernization to…
backend/testing-guide
A guide for writing backend tests: small unit tests, tests that check connected parts such as an API and database, and end-to-end tests that follow a complete user flow.
qa/test-strategy
A testing strategy based on the testing pyramid: many small unit tests, fewer integration tests, and a smaller set of end-to-end tests that follow real user journeys. It also defines checks for security, boundaries, permissions, and business consistency.
tools-unity-test-framework
Unity Test Framework patterns for EditMode and PlayMode tests including async testing, mocking, and test organization.
test-writer
Generate or extend comprehensive test suites — unit, integration, E2E, and contract tests — for any language or framework. Use when the user asks to write tests, add coverage, test a specific function or module, set up a test framework, generate test cases from code, or validate behaviour with automated tests.
Test Engineer
Creates or completes a medium-coverage test suite: unit, component, and critical e2e flows.