transformers-bio-nlp
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructs the user to install standard, well-known Python packages including
transformers,torch,datasets,accelerate,sentencepiece, andtorchvision. All packages are sourced from the official Python Package Index (PyPI) or the official PyTorch distribution server. - [SAFE]: Remote model loading is performed via the HuggingFace Hub, a well-known service for machine learning models. The models referenced (such as those from
microsoft,facebook,allenai, andsultan) are hosted onhuggingface.co, which is the industry standard for these resources. - [SAFE]: No evidence of prompt injection, data exfiltration, obfuscation, or persistence mechanisms was found. The code examples focus on inference, text classification, and question answering within a local environment.
- [SAFE]: The skill uses standard file operations, such as saving entity extraction results to a CSV file (
df.to_csv("extracted_entities.csv", index=False)), which is consistent with its stated purpose of data analysis.
Audit Metadata