n8n-project-management

Pass

Audited by Gen Agent Trust Hub on Mar 5, 2026

Risk Level: SAFEPROMPT_INJECTION
Full Analysis
  • [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting untrusted data from multiple sources without isolation.
  • Ingestion points: The skill processes user-provided data in CSV, Excel, and JSON formats as described in instructions.md, as well as messages from Telegram and records from Google Sheets as described in SKILL.md.
  • Boundary markers: There are no specific delimiters or instructions to ignore embedded commands within the processed data provided in the instructions or the integration code.
  • Capability inventory: The Python implementation in SKILL.md utilized by the agent includes the requests library for network operations and gspread for manipulating Google Sheets data.
  • Sanitization: No explicit input validation or sanitization routines are present to handle potentially malicious content within the external data before processing.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 5, 2026, 04:28 AM