test-metrics-dashboard
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs routine data analysis on local test results using standard developer tools. No suspicious network activities or credential access were identified.\n- [COMMAND_EXECUTION]: Utilizes standard utilities (
jest,jq,awk,sort,uniq) to query and format test data. These commands are typical for a CI/CD or quality engineering workflow.\n- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted test result data (test-results/*.json), which is a prerequisite for its functionality.\n - Ingestion points: Reads local JSON files and logs in
SKILL.md.\n - Boundary markers: Absent; the skill relies on the structured nature of JSON and specific
jqfilters.\n - Capability inventory: Includes shell command execution for data processing; no high-risk capabilities like network access or sensitive file modifications were detected.\n
- Sanitization: Relies on structural parsing via
jqto isolate specific data fields.
Audit Metadata