boxlang-modules-and-packages
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documents the installation of BoxLang modules such as
bx-redis,bx-pdf, andbx-csvfrom the official ForgeBox registry using theboxCLI. - [COMMAND_EXECUTION]: Provides examples for utilizing the CommandBox
boxCLI to install, configure, and list modules within the BoxLang environment. - [INDIRECT_PROMPT_INJECTION]: The skill describes functions that process external data files, creating a potential surface for indirect prompt injection.
- Ingestion points: Functions
csvParseandspreadsheetReadingest data from local files such asdata.csvanddata.xlsxas documented in SKILL.md. - Boundary markers: No specific markers, delimiters, or safety instructions for handling untrusted data are provided in the documentation examples.
- Capability inventory: The skill enables operations including file writing (
fileWrite,spreadsheetWrite), network requests via LDAP (bx:ldap), and Redis caching (RedisService). - Sanitization: Implementation relies on standard language library functions; no additional content sanitization or validation is demonstrated in the examples.
Audit Metadata