synthetic-monitoring
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/scaffold-tests.shscript executes standard shell commands (echo,set -euo pipefail) to generate test file templates. This is a common developer utility for skill initialization. - [EXTERNAL_DOWNLOADS]: The skill uses
npm installandyarn addto manage standard development dependencies likeplaywright,axios, andnode-cron. These are well-known and trusted package registries. - [REMOTE_CODE_EXECUTION]: While the skill makes network calls via
axios, these are directed at internal or user-configured endpoints (e.g.,http://monitoring-service/synthetic-results,http://alerting-service/alerts) for recording metrics and sending alerts, which is the stated primary purpose of the skill.
Audit Metadata