database-migrations-migration-observability
Fail
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: CRITICALINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process external data from database migrations and Change Data Capture (CDC) events, which represents a vulnerability surface for indirect prompt injection.
- Ingestion points: The
process_cdc_eventsmethod inSKILL.mdreads events from Kafka topics, and theexecuteMigrationWithObservabilitymethod processes MongoDB collection data. - Boundary markers: The provided code snippets do not implement explicit delimiters or boundary markers to separate untrusted data from the agent's instructions.
- Capability inventory: The skill environment allows for
BashandWebFetchusage, and the code snippets utilize the Pythonrequestslibrary for outbound network communication. - Sanitization: There is no evidence of data sanitization or validation for the incoming event payloads before they are processed or logged.
- [EXTERNAL_DOWNLOADS]: The instructions and code snippets reference several standard third-party libraries that would need to be installed in the environment.
- Node.js dependencies:
mongodb,winston, andprom-client. - Python dependencies:
kafka-python,prometheus_client,requests, andnumpy. - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill includes built-in functionality for transmitting data to external monitoring and alerting services.
- The
AlertingSystemclass is designed to send payloads to external Slack webhooks viarequests.post. - The
EnterpriseMigrationMonitorclass facilitates data transmission to a Grafana API, including the handling of Authorization Bearer tokens. - [COMMAND_EXECUTION]: The skill includes a CI/CD integration section in
SKILL.mdthat defines shell command execution steps for GitHub Actions workflows, such as running monitoring and migration scripts via the command line.
Recommendations
- CRITICAL: 1 file(s) identified as malware by FileRep - DO NOT USE
Audit Metadata