NYC
skills/axiomhq/skills/query-metrics/Gen Agent Trust Hub

query-metrics

Fail

Audited by Gen Agent Trust Hub on Feb 16, 2026

Risk Level: HIGHCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [PROMPT_INJECTION] (HIGH): The skill is vulnerable to Indirect Prompt Injection. It ingests data from Axiom MetricsDB, specifically metric names, tags, and tag values, which are often populated from distributed application telemetry.
  • Ingestion points: Untrusted data enters the context via scripts/metrics-info (discovering tags/values) and scripts/metrics-spec (query documentation).
  • Boundary markers: None are specified in the instructions to prevent the agent from interpreting data as instructions.
  • Capability inventory: The skill includes scripts/axiom-api for low-level authenticated API calls and several scripts that execute shell commands using curl and jq.
  • Sanitization: No sanitization or validation of the retrieved telemetry data is mentioned.
  • [COMMAND_EXECUTION] (HIGH): The core functionality depends on executing local shell scripts (scripts/setup, scripts/metrics-query, scripts/metrics-info, scripts/axiom-api). These scripts have access to the local environment and the network.
  • [DATA_EXFILTRATION] (MEDIUM): The skill requires a Personal Access Token stored in ~/.axiom.toml. The scripts/axiom-api tool allows the agent to make arbitrary authenticated requests to the Axiom API. If the agent is manipulated via indirect injection, this capability could be used to exfiltrate sensitive telemetry data or modify organization settings.
  • [EXTERNAL_DOWNLOADS] (LOW): The skill is installed from axiomhq/skills using amp or npx. While Axiom is a known provider, this involves downloading and executing remote scripts. Per [TRUST-SCOPE-RULE], this is noted as LOW/INFO because the source is specific, but it does not mitigate the high-severity behavior of the code itself.
Recommendations
  • AI detected serious security threats
Audit Metadata
Risk Level
HIGH
Analyzed
Feb 16, 2026, 03:05 AM