project-bootstrap
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides various standard development commands in
SKILL.mdandcomposer-scripts.json. These involve standard tools likebun,composer,php artisan, andpint. All commands are within the expected scope of setting up and maintaining a Laravel project. - [EXTERNAL_DOWNLOADS]: The skill references standard, well-known GitHub Actions (
actions/checkout,shivammathur/setup-php,oven-sh/setup-bun). It also instructs the user to installlaravel-wayfinderfrom a GitHub repository belonging toearendil-works. These are documented as part of the intended setup process and do not include any non-standard or suspicious execution patterns. - [PROMPT_INJECTION]: No prompt injection patterns, bypass markers, or attempts to override agent behavior were detected in the instructions or metadata.
- [DATA_EXFILTRATION]: No patterns associated with credential harvesting or sensitive data exfiltration were found. The workflows use
persist-credentials: falseas a security best practice. - [COMMAND_EXECUTION]: The pre-commit hook in
references/pre-commitexecuteslint-staged. This is a common and expected practice for enforcing code style and linting rules before a commit is finalized.
Audit Metadata