arize-trace
Audited by Socket on Mar 12, 2026
1 alert found:
Obfuscated FileThe skill's footprint is largely coherent with the stated purpose of exporting Arize traces/spans via the ax CLI and assisting with credential verification and export workflows. There are legitimate security considerations around credential handling in the examples (printing credentials to stdout, potential logging exposure) that should be mitigated by masking secrets and avoiding display of sensitive values. The installation flow uses a CLI from a known vendor but relies on non-pinned package sources in the text; confirm provenance and use official registries or checksums where possible. Overall, the skill is BENIGN with elevated caution (SUSPICIOUS tendencies) due to credential-exposure risk in the documentation examples. Implement masking of credentials and consider pinning installation sources to reduce risk.