expanso-circuit-breakers
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill mentions 'expanso' and 'clawhub' for installation. These are standard tools related to the skill's purpose. All external links point to the vendor's official documentation and example domains (expanso.io).
- [DATA_EXFILTRATION]: While the skill performs network operations (HTTP and Kafka), these are intended functions of a data pipeline. Sensitive endpoints are managed through environment variables rather than hardcoded credentials.
- [COMMAND_EXECUTION]: Shell scripts (run.sh and test.sh) are used for pipeline execution and syntax validation. They use standard patterns, including safe YAML loading via Python's 'yaml.safe_load()'.
- [PROMPT_INJECTION]: The skill instructions do not contain any attempts to override agent behavior or bypass safety guidelines.
- [DATA_ROUTING]: The pipeline configuration (pipeline.yaml) correctly implements error handling and dead-letter queues, demonstrating best practices for resilient data processing.
Audit Metadata