analyze-logs
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructs the agent to read and summarize structured application logs (NDJSON) from the
.evlog/logs/directory. These logs contain data from HTTP requests and error messages which are influenced by untrusted external users. - Ingestion points: The agent reads content from
.jsonlfiles located in the project's.evlog/logs/directory. - Boundary markers: The instructions do not specify any delimiters or warnings to ignore instructions that might be embedded within the log data fields (e.g., in
error.messageorerror.data.why). - Capability inventory: The agent has the capability to read files, provide explanations to the user, and suggest the execution of shell commands (
npx). - Sanitization: There is no mention of sanitizing or escaping the log content before it is processed or presented to the user.
- [COMMAND_EXECUTION]: The skill suggests running
npx @evlog/cli initandnpx @evlog/cli doctorto set up or diagnose log collection. Executing CLI tools involves the execution of shell commands. - [REMOTE_CODE_EXECUTION]: The use of
npxfor@evlog/cliinvolves downloading and executing code from the npm registry. While these are resources provided by the vendor, they represent an external code execution pattern.
Audit Metadata