integrate-arcjet-guard-claude-managed-agents-py
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill guides users to install the
arcjetpackage with theclaude-managed-agentsextra from PyPI. This is the official library provided by the skill author for security integration. - [COMMAND_EXECUTION]: Includes standard instructions for setting up the development environment using
pip install. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to process untrusted user input (
user_text). It addresses this risk by providing a framework to screen messages for prompt injection usingDetectPromptInjectionbefore they are sent to the agent session. - Ingestion points: Processes
user_textthrough thesendmethod inSKILL.md. - Boundary markers: The skill relies on the
arcjetsecurity layer for content analysis rather than static boundary delimiters. - Capability inventory: The documentation in
SKILL.mdnotes that the agent environment includes capabilities forbash, file system operations, and web access (web_*). - Sanitization: Implements
guard_eventsandguard_custom_toolto validate inputs and tools against security policies.
Audit Metadata