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(), or subprocess to run system commands or external binaries.
  • [DATA_EXPOSURE]: The utility allows reading citation data from a user-provided file path (--input argument). 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
Risk Level
SAFE
Analyzed
Jul 1, 2026, 12:26 PM
Security Audit — agent-trust-hub — ref-style-converter