axiom
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a legitimate integration for Axiom, a well-known observability service. All API interactions target official Axiom domains including api.axiom.co and regional edge ingest endpoints.
- [COMMAND_EXECUTION]: The skill utilizes standard
curlcommands to perform CRUD operations on datasets, monitors, and notifiers. This is the expected and documented method for interacting with the Axiom REST API. - [DATA_EXFILTRATION]: The skill transmits log and event data to Axiom's infrastructure. This behavior is consistent with the skill's primary purpose as an observability tool. No data is sent to unknown or suspicious third-party domains.
- [CREDENTIALS_UNSAFE]: Authentication is handled via the
$AXIOM_TOKENenvironment variable. The skill does not contain hardcoded credentials and follows standard security practices for secret management.
Audit Metadata