translatable-development
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of technical documentation for a popular Laravel package. All code examples and instructions are consistent with the package's intended use and standard PHP/Laravel development practices.
- [PROMPT_INJECTION]: The skill defines a surface for indirect prompt injection because it processes translation strings which may originate from untrusted users. However, the implementation uses standard Laravel Eloquent JSON casting, which provides sufficient data handling safety for this context.
- Ingestion points: Translatable attributes stored in database JSON columns (SKILL.md).
- Boundary markers: Explicit PHP code blocks and property definitions.
- Capability inventory: Database read and write operations via the Laravel Eloquent ORM.
- Sanitization: Managed by Laravel's internal JSON casting and database driver parameterization.
Audit Metadata