create-psr17-http-factory
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard boilerplate code for PSR-17 HTTP factory implementations. The code is well-structured and follows modern PHP 8.4 practices.
- [EXTERNAL_DOWNLOADS]: The skill references standard, trusted PHP-FIG packages (
psr/http-factoryandpsr/http-message) as requirements. These are industry-standard interfaces. - [DATA_EXFILTRATION]: The
HttpFactorytemplate includes methods for file and stream handling (createStreamFromFile,createStreamFromResource). These methods use standard PHP functions likefopenandstream_get_contentsas required by the PSR-17 specification. No hardcoded sensitive paths or unauthorized network transmissions were detected.
Audit Metadata