skills/nvidia/skills/kermt-monitor/Gen Agent Trust Hub

kermt-monitor

Pass

Audited by Gen Agent Trust Hub on Sep 17, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external sources including run.json, log files (pretrain_ddp.log, finetune.log), and test_result.csv as defined in the workflow of SKILL.md.
  • Ingestion points: The skill explicitly reads these files from a user-specified directory to parse workflow metadata, container identifiers, and training progress metrics.
  • Boundary markers: No specific delimiters or instructions to ignore embedded commands are defined when interpolating the content of these files into the agent's context.
  • Capability inventory: The skill possesses significant system capabilities, including the ability to query and manage Docker containers (docker ps, docker inspect, docker logs, docker stop, docker rm) and execute filesystem operations via jq and tail (SKILL.md).
  • Sanitization: The skill does not implement sanitization or strict schema validation for the data read from the manifest or logs. A specific risk is identified where the skill suggests a replay command derived directly from the cmd_replay field in the run.json file, which could be exploited for command injection if the file is attacker-controlled.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 17, 2026, 11:42 AM
Security Audit — agent-trust-hub — kermt-monitor