monte-carlo-prevent
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DATA_EXFILTRATION]: The skill identifies and reads the dbt
profiles.ymlconfiguration file to resolve environment context. - Evidence:
scripts/sandbox/parse_profiles.pyreads the file to extract database, schema, and role information used for environment classification. - [COMMAND_EXECUTION]: The skill executes local
dbtcommands to build models in a development sandbox. - Evidence: Workflow 4.1 in
SKILL.mddescribes runningdbt build --select <model>after performing environment classification and receiving user confirmation. - [COMMAND_EXECUTION]: The skill includes Python test scripts that execute helper utilities via the shell for verification.
- Evidence: Multiple test files in
scripts/sandbox/tests/usesubprocess.run()to call utility scripts such asclassify_sandbox.pyandparse_profiles.pyduring functional testing. - [EXTERNAL_DOWNLOADS]: The documentation references the installation of vendor-provided packages and CLI tools.
- Evidence:
README.mdinstructs the user to install themontecarlodatapackage viapipand the skill vianpx.
Audit Metadata