log-analysis-parsing
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it is designed to ingest and analyze untrusted log files. Instructions embedded within log data could potentially influence the agent's behavior during analysis. \n- Ingestion points: The script
scripts/parse-logs.shreads log data from a file path provided as an argument or from standard input. \n- Boundary markers: The skill does not implement delimiters or explicit 'ignore embedded instructions' warnings when processing log content. \n- Capability inventory: The skill utilizes shell utilities (grep,awk,cat,head) and referencesnpmscripts for data processing and searching. \n- Sanitization: No sanitization or escaping of the log content is performed before it is processed or included in output reports.
Audit Metadata