typo3-core-contributions
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill includes automation scripts that run standard development commands to facilitate contributions.
scripts/setup-typo3-coredev.shexecutesgit,ddev,composer, andsshcommands to initialize the environment and test service connectivity.scripts/validate-commit-message.pyusessubprocess.runto callgit logand retrieve commit data for validation against project standards.- [EXTERNAL_DOWNLOADS]: The skill automates the retrieval of official project resources from established domains.
scripts/setup-typo3-coredev.shclones the TYPO3 source code from the official GitHub organization.scripts/create-forge-issue.shandscripts/query-forge-metadata.shinteract with the official TYPO3 Forge API to manage development tasks.- [SAFE]: Analysis of the skill's scripts and documentation reveals a secure design that aligns with its stated purpose.
- Credentials such as the Forge API key are managed via environment variables rather than being hardcoded.
- Security documentation within the skill explicitly warns against the exposure of private SSH keys and emphasizes the use of official project infrastructure.
Audit Metadata