NLP Pipeline Builder

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE] (SAFE): No security issues detected across the 10 threat categories. The skill provides standard architectural templates for NLP tasks and does not perform any high-risk operations such as arbitrary command execution, network requests to untrusted domains, or sensitive file access.
  • [Indirect Prompt Injection] (SAFE): The skill defines workflows for processing external text, which is an untrusted data source. It is evaluated as SAFE because the logic is limited to text transformation and model inference placeholders, and it incorporates sanitization steps.
  • Ingestion points: Text parameter in clean_text, process, and add methods in SKILL.md.
  • Boundary markers: Not explicitly defined in the logic snippets.
  • Capability inventory: Includes text transformation and model inference placeholders; lacks dangerous capabilities such as file system writes or network operations.
  • Sanitization: The skill recommends and provides code for Unicode normalization (NFKC) and removing control characters, which mitigates injection and obfuscation risks.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:40 PM