rf-requests
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as a technical guide and documentation resource for automated REST API testing using Robot Framework.
- [EXTERNAL_DOWNLOADS]: The documentation references the installation of the
robotframework-requestspackage, which is a standard and legitimate library from the official Python Package Index (PyPI). - Evidence:
pip install robotframework-requestsinSKILL.md. - [COMMAND_EXECUTION]: Code examples utilize the
Evaluatekeyword to perform standard data manipulation tasks, such as Base64 encoding and JSON parsing, which are routine in API testing environments. - Evidence: Use of
Evaluatefor credentials encoding inassets/examples/authentication-patterns.robotandreferences/authentication.md. - [CREDENTIALS_UNSAFE]: The skill includes placeholder credentials within its example scripts for demonstration purposes; these values do not represent real sensitive information.
- Evidence:
${PASSWORD} testpass123and${API_KEY} sk-test-api-key-12345inassets/examples/authentication-patterns.robot.
Audit Metadata