building-dashboards
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a suite of Bash scripts to automate dashboard creation, validation, and deployment. These scripts use standard utilities like
curl,jq, andsedto interact with the Axiom API and manage local dashboard templates. These operations are within the stated scope of the skill's purpose. - [CREDENTIALS_UNSAFE]: The skill uses a configuration file (
~/.axiom.toml) to store and retrieve authentication tokens and organization IDs. This is the standard and recommended practice for Axiom-related tooling, keeping secrets out of code and command history. No hardcoded credentials were found. - [EXTERNAL_DOWNLOADS]: The documentation identifies prerequisites like
jq,curl, and sibling skills from the same author (axiomhq/skills). These are standard dependencies for the tool's functionality and are sourced from trusted or well-known locations. - [DATA_EXFILTRATION]: All network requests initiated by the scripts are directed to official Axiom domains (
api.axiom.coand*.edge.axiom.co). There is no evidence of data being sent to unauthorized or third-party servers.
Audit Metadata