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-requests package, which is a standard and legitimate library from the official Python Package Index (PyPI).
  • Evidence: pip install robotframework-requests in SKILL.md.
  • [COMMAND_EXECUTION]: Code examples utilize the Evaluate keyword to perform standard data manipulation tasks, such as Base64 encoding and JSON parsing, which are routine in API testing environments.
  • Evidence: Use of Evaluate for credentials encoding in assets/examples/authentication-patterns.robot and references/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} testpass123 and ${API_KEY} sk-test-api-key-12345 in assets/examples/authentication-patterns.robot.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 19, 2026, 07:29 AM