named-entity-extractor
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill implements a legitimate NLP entity extraction workflow using industry-standard libraries.
- [EXTERNAL_DOWNLOADS] (SAFE): The skill requires the
en_core_web_smmodel from spaCy. This is a trusted resource from an established organization (Explosion AI/spaCy). - [INDIRECT_PROMPT_INJECTION] (LOW):
- Ingestion points: Reads text from local files or CLI input (
entity_extractor.py). - Boundary markers: Not applicable as the skill is an extraction tool, not a prompt-generation tool.
- Capability inventory: No network operations, dynamic execution, or unsafe file writes are present in the provided documentation.
- Sanitization: Standard entity extraction does not require sanitization as it does not execute the input text.
Audit Metadata