aws-lambda-php-integration
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized access attempts were detected. The skill focuses on providing legitimate educational patterns for serverless development.
- [EXTERNAL_DOWNLOADS]: The skill references standard package managers (Composer and NPM) to fetch well-known and trusted libraries such as Bref, Symfony, and the AWS SDK for PHP. These are documented neutrally as part of the project initialization process.
- [COMMAND_EXECUTION]: Includes standard CLI commands for dependency management (
composer install) and deployment (bref deploy,serverless deploy). These are intended for use by the developer in a local or CI/CD environment and do not represent unauthorized execution. - [DATA_EXFILTRATION]: The skill provides IAM policy examples. While some examples use simplified wildcard resources (
Resource: '*'), the skill body explicitly instructs users to 'Use least privilege IAM policies' and 'Never hardcode credentials; use IAM roles and SSM Parameter Store', demonstrating a strong security posture.
Audit Metadata