flag-monitoring
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a bundled helper script
${CLAUDE_PLUGIN_ROOT}/scripts/gb-callto perform specific API operations. This is a controlled execution environment limited to interacting with the GrowthBook platform. - [DATA_EXPOSURE]: The instructions reference the use of
~/.config/growthbook/.envfor storing theGB_API_KEY. This is consistent with standard secret management practices for GrowthBook tooling and does not involve unauthorized exfiltration. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it ingests data from the GrowthBook API (e.g., metric names, datasource IDs) which is then used to construct subsequent API requests.
- Ingestion points: Data retrieved from
GET /api/v1/data-sourcesandGET /api/v1/fact-metrics(SKILL.md). - Boundary markers: None explicitly defined for API response processing.
- Capability inventory: Write access to feature flags and ramp schedules via
PUTandPOSTrequests through thegb-calltool (SKILL.md). - Sanitization: The skill uses structured JSON payloads for API interactions, which provides inherent structure but no explicit sanitization of field values is documented.
Audit Metadata