skills/ortus-boxlang/skills/bx-ini/Gen Agent Trust Hub

bx-ini

Pass

Audited by Gen Agent Trust Hub on Sep 15, 2026

Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill instructs the user to execute shell commands (install-bx-module bx-ini and box install bx-ini) to install the required module. These are standard package management operations within the BoxLang environment.
  • [INDIRECT_PROMPT_INJECTION]: The skill facilitates the reading of data from external INI files, which presents a surface where untrusted configuration data could influence the agent's behavior.
  • Ingestion points: Data is loaded from local files using getProfileString, getProfileSection, and getProfileSections as demonstrated in SKILL.md.
  • Boundary markers: Absent; the instructions do not include delimiters or warnings to treat the content of INI files as potentially untrusted data.
  • Capability inventory: The skill includes file-writing and deletion capabilities via setProfileString, removeProfileSection, and removeProfileString functions.
  • Sanitization: Absent; the skill does not describe any validation or sanitization logic for the data retrieved from the configuration files before it is used by the agent.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 15, 2026, 09:01 AM
Security Audit — agent-trust-hub — bx-ini