Area
Browser Extension
Problem or motivation
Add support for OPFOR workflows to upload files directly to an agent. This capability will allow security evaluations to test how agents handle user-provided files, including validation, parsing, tool usage, and potential file-based attack scenarios.
Several agents have the ability to accept files, images etc and right now OPFOR only tests, text based inputs and outputs.
Proposed solution
Currently the text input are parsed through HTML DOM. Similarly file upload input tags can be similarly detected through DOM
Alternatives considered
No response
Area
Browser Extension
Problem or motivation
Add support for OPFOR workflows to upload files directly to an agent. This capability will allow security evaluations to test how agents handle user-provided files, including validation, parsing, tool usage, and potential file-based attack scenarios.
Several agents have the ability to accept files, images etc and right now OPFOR only tests, text based inputs and outputs.
Proposed solution
Currently the text input are parsed through HTML DOM. Similarly file upload input tags can be similarly detected through DOM
Alternatives considered
No response