rf-platynui
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill presents an attack surface where malicious instructions could be embedded in the UI elements of an application being automated.
- Ingestion points: The agent ingests data from the desktop accessibility tree (UIA/AT-SPI2) via XPath queries and attribute retrieval as described in
references/locators-and-queries.md. - Boundary markers: There are no instructions or delimiters provided to help the agent distinguish between UI metadata and untrusted text content within the application UI.
- Capability inventory: The skill provides full interaction capabilities, including
Keyboard TypeandPointer Click(documented inreferences/keywords-reference.md), which could be misused if the agent obeys instructions found in the UI. - Sanitization: No validation or filtering mechanisms are documented for data retrieved from UI nodes before it is processed by the agent.
- [EXTERNAL_DOWNLOADS]: The skill directs the user to install the PlatynUI library and its associated CLI tools from the public Python package registry.
- Evidence:
SKILL.mdandreferences/cli-and-inspector.mdprovidepipanduvcommands to installrobotframework-PlatynUI(pinning version0.12.0.dev330),platynui-cli, andplatynui-inspector. - [COMMAND_EXECUTION]: The skill utilizes external libraries to execute local system processes.
- Evidence: The example in
assets/examples/calculator.robotuses the Robot FrameworkProcesslibrary to executecalc.exeas part of the test setup.
Audit Metadata