laravel-ai
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides implementation examples for Retrieval-Augmented Generation (RAG) that are susceptible to indirect prompt injection. Untrusted data retrieved from a database is directly interpolated into LLM prompts without sanitization.
- Ingestion points: Data is fetched from the
documentstable via vector similarity search in theRagServiceclass withinSKILL.md. - Boundary markers: The implementation uses a simple
---delimiter to separate chunks in the$contextvariable, which provides minimal protection against adversarial content. - Capability inventory: The skill demonstrates defining agents (e.g.,
DataAnalyst) that are granted access to tools likeSearchProductsandGetSalesStatsinSKILL.md. - Sanitization: There is no evidence of content filtering, escaping, or explicit 'ignore embedded instructions' directives applied to the retrieved context before it is passed to the LLM.
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install an external package using
composer require laravel/aifrom the official Laravel vendor repository.
Audit Metadata