streaming
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill references standard, well-known libraries including 'anthropic' and 'httpx' for Python, and '@anthropic-ai/sdk' for Node.js. These are trusted dependencies for LLM integration.
- [COMMAND_EXECUTION] (SAFE): While the skill's metadata lists tools like 'Bash' and 'Task', the provided code snippets do not contain any shell commands or subprocess executions. The snippets focus exclusively on API streaming logic.
- [DATA_EXFILTRATION] (SAFE): No hardcoded credentials, sensitive file access, or unauthorized network operations were detected. Network activity is limited to standard API communication with Anthropic's servers.
- [PROMPT_INJECTION] (SAFE): No adversarial instructions or bypass attempts were found in the documentation or the code examples.
- [DYNAMIC_EXECUTION] (SAFE): The skill correctly implements JSON parsing by accumulating partial chunks before calling
json.loads(), which is a security best practice for handling streamed tool inputs to prevent malformed data errors.
Audit Metadata