paralelismo-negativo
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data access behaviors were detected. The skill instructions and associated assets are focused purely on linguistic analysis.
- [PROMPT_INJECTION]: The skill processes untrusted user-provided text, which is a surface for indirect prompt injection. It mitigates this via Guardrail 9 in assets/metodo-doctor.md. 1. Ingestion points: User-provided text for analysis via scripts/detectar_paralelismo.py. 2. Boundary markers: Explicit instructions to treat input as data only and ignore embedded instructions. 3. Capability inventory: Local execution of a text-processing script with no network or sensitive file access. 4. Sanitization: Analysis is performed through deterministic regex matching.
- [COMMAND_EXECUTION]: The skill executes a local Python script (scripts/detectar_paralelismo.py) to perform text analysis. The script is self-contained, uses only standard libraries (argparse, json, re, sys), and lacks the capability to perform network requests or access sensitive credentials.
Audit Metadata