typo3-site-conformance
Pass
Audited by Gen Agent Trust Hub on Sep 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The checker utility (
checker/check.py) utilizessubprocess.runto callgit ls-files. This is a legitimate local operation used to verify whether sensitive files, such as.envfiles, are mistakenly tracked in the version control system, which is a core part of its security auditing function. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted project files to perform its analysis. Ingestion points include configuration files (YAML, JSON, PHP) and project infrastructure files (Dockerfile, CI pipelines) read in
checker/check.py. The capability inventory includes file reads and executinggitviasubprocess.run. Sanitization is provided by usingyaml.SafeLoaderfor YAML parsing and standard JSON loaders.
Audit Metadata