instrument-data-to-allotrope
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [SAFE] (SAFE): No malicious patterns detected. The skill's primary script,
flatten_asm.py, performs standard JSON-to-CSV transformation using established libraries likepandas. - [COMMAND_EXECUTION] (INFO): The script
flatten_asm.pyis a utility meant to be executed via command line for data processing. It correctly utilizesargparsefor safe parameter handling and does not invoke arbitrary shell commands or external processes. - [EXTERNAL_DOWNLOADS] (INFO): The
requirements.txtfile specifies standard, version-pinned data science libraries (pandas,openpyxl,pdfplumber) and the nicheallotropylibrary, all of which are legitimate packages for scientific data management. - [DATA_EXPOSURE] (LOW): While the skill is designed to process laboratory data (which may be sensitive), it operates entirely locally. There is no evidence of network requests, data exfiltration, or unauthorized file access beyond the files provided by the user.
Audit Metadata