typo3-docs
Warn
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/extract-extension-config.shdynamically executes the project'sext_emconf.phpfile usingphp -r "include ...;". This pattern of executing code from the directory being analyzed represents a medium-severity risk if the target project contains malicious code. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection by extracting content from untrusted project files (such as PHP docblocks and Markdown files) and presenting it to the agent in reports like
ANALYSIS.mdwithout sanitization. - Ingestion points: PHP files in
Classes/,README.md,CHANGELOG.md, andext_conf_template.txt. - Boundary markers: None identified in the generated JSON data or analysis reports to delimit extracted content.
- Capability inventory: The skill has access to shell execution (
php,docker,sed,grep), file read/write, and network access (viaghandglabCLI tools). - Sanitization: No filtering or escaping of extracted content is performed before it is interpolated into reports for the agent.
- [EXTERNAL_DOWNLOADS]: The skill references and pulls the official TYPO3 documentation rendering image
ghcr.io/typo3-documentation/render-guides:latestvia Docker. This is a trusted source and is considered safe under the trust scope rule.
Audit Metadata