ref-style-converter
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs text-based citation conversion using standard library Python modules (re, json, argparse). No external network requests or sensitive data exfiltration patterns were found.
- [COMMAND_EXECUTION]: The skill uses Python scripts to process data, but does not use dangerous functions such as
eval(),exec(), orsubprocessto run system commands or external binaries. - [DATA_EXPOSURE]: The utility allows reading citation data from a user-provided file path (
--inputargument). This is a core functionality for batch processing and is implemented using standard file I/O without targeting sensitive system directories. - [REMOTE_CODE_EXECUTION]: No remote script downloads or installations of untrusted third-party packages were detected. The script explicitly states it has no external dependencies.
Audit Metadata