typo3-ddev
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the official DDEV installation script from its GitHub repository (
github.com/ddev/ddev) in its documentation and prerequisite checks. This is a trusted source for the development environment tools required by the skill. - [CREDENTIALS_UNSAFE]: Configuration templates for TYPO3 installations include a hardcoded default administrative password (
Joh316!!). This is intended for local development convenience and is a well-known default within the TYPO3 community for non-production environments. - [COMMAND_EXECUTION]: Helper scripts and documentation suggest the use of
sudoto manage file ownership within Docker volumes (e.g.,sudo chown) and use system commands to manage background services likecronwithin the containerized environment. These operations are standard for managing container-based development environments.
Audit Metadata