integrate-arcjet-guard-openai-agents-py
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were identified. The skill is designed to improve agent security by providing middleware for rate limiting and content filtering.
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted user input, creating a potential surface for indirect injection attacks.
- Ingestion points: The
user_textvariable is ingested by the agent in theRunner.runexample inSKILL.md. - Boundary markers: None explicitly defined in the example prompt structures.
- Capability inventory: The skill enables tool execution, specifically demonstrated with the
lookup_orderfunction. - Sanitization: The skill implements the
DetectPromptInjectionrule to identify and block malicious instructions before the agent processes them. - [EXTERNAL_DOWNLOADS]: The skill references official dependencies from the PyPI registry, including
arcjetandopenai-agents. These are legitimate libraries required for the stated functionality.
Audit Metadata