test-data

Pass

Audited by Gen Agent Trust Hub on Mar 1, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes python3 -c and node -e to execute inline scripts for data generation. These commands are static and align with the primary purpose of the skill.
  • [EXTERNAL_DOWNLOADS]: The documentation suggests installing well-known packages faker (via pip) and @faker-js/faker (via npm). These are standard, widely-used libraries for synthetic data generation.
  • [DATA_EXPOSURE]: The skill demonstrates piping generated SQL to psql $DATABASE_URL. The use of an environment variable for connection strings is a best practice to avoid hardcoding sensitive credentials.
  • [DYNAMIC_EXECUTION]: Code logic is passed as strings to the Python and Node.js interpreters. This execution is performed on local, predefined templates and does not involve untrusted external input.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 1, 2026, 05:15 AM