migrating-oracle-to-postgres-data-access-code
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate technical instructions for a database migration task without any detected malicious patterns.- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill advises on updating database connection strings in configuration files. It specifically includes a security warning to avoid hardcoding credentials and to continue using secure configuration mechanisms like environment variables or secrets managers.- [REMOTE_CODE_EXECUTION]: The skill recommends replacing Oracle NuGet packages with Npgsql and Npgsql.EntityFrameworkCore.PostgreSQL. These are the official and standard drivers for PostgreSQL in the .NET ecosystem.- [COMMAND_EXECUTION]: Instructs the agent to run dotnet build to verify migration progress. This is a standard and expected part of a .NET development workflow.- [INDIRECT_PROMPT_INJECTION]: The skill processes project-specific reports and checklists to guide the migration. While this creates an ingestion surface for external data, the instructions are focused on specific structural code changes, minimizing risk.
Audit Metadata