xy-slow-lane
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions direct the agent to execute a local utility script,
scripts/atoms-search.py, to query a database of knowledge entries. This script accesses the user's home directory to read a configuration file at~/.xy/config.jsonand searches various standard application paths to locate its data source. - [DATA_EXFILTRATION]: The search utility script performs network operations to
api.xyskill.xyzto conduct remote searches. While the script is intended to transmit search keywords, this domain is not a recognized trusted service. The script also reads sensitive configuration data from~/.xy/config.jsonto resolve local paths. - [INDIRECT_PROMPT_INJECTION]: The skill retrieves and displays content from external sources (the vendor API or local database files), which constitutes a potential surface for indirect prompt injection.
- Ingestion points: Data returned by the
scripts/atoms-search.pycommand is incorporated into the agent's diagnostic output inSKILL.md. - Capability inventory: The skill possesses the ability to execute local scripts and perform network requests.
- Boundary markers: The skill does not employ specific delimiters or "ignore" instructions for the data retrieved from the knowledge search.
- Sanitization: There is no evidence of explicit sanitization or filtering of the retrieved content to prevent potentially malicious instructions from influencing the agent's behavior.
Audit Metadata