create-psr11-container

Pass

Audited by Gen Agent Trust Hub on Mar 17, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill is a template repository for generating PHP infrastructure code. It does not perform any actions itself other than providing code snippets for the agent to use when fulfilling user requests.
  • [EXTERNAL_DOWNLOADS]: The skill specifies a dependency on the psr/container package. This is the industry-standard interface for PHP containers maintained by the PHP-FIG (Framework Interoperability Group) and is considered a trusted dependency.
  • [COMMAND_EXECUTION]: No shell commands, subprocess spawns, or system-level calls are present in the skill or the generated code templates.
  • [DATA_EXFILTRATION]: No network operations or sensitive file access were found. Example database connection strings in the documentation use generic placeholders for local environments.
  • [DYNAMIC_EXECUTION]: The AutowiringContainer template utilizes the PHP Reflection API to perform dependency resolution. This is the standard mechanism for autowiring in modern PHP frameworks (such as Symfony or Laravel) and is appropriate for the skill's stated purpose.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 17, 2026, 09:58 AM