error-resolution
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONPRIVILEGE_ESCALATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and analyze potentially untrusted external data such as error logs, stack traces, and reproduction steps, which constitutes a vulnerability surface for indirect prompt injection.
- Ingestion points: The skill instructions prompt users to provide full error messages, stack traces, and code snippets in SKILL.md.
- Boundary markers: The skill lacks explicit delimiters or instructions to treat provided error data as non-executable text.
- Capability inventory: The skill references several powerful CLI capabilities including
docker,npm,php artisan, andcargoacross multiple reference files. - Sanitization: There are no sanitization or validation protocols defined for the ingested data.- [COMMAND_EXECUTION]: The skill suggests several diagnostic shell commands, such as
tail -f,docker logs, and project-specific CLI tools likephp artisan optimize:clearandnuxi typecheck. These commands are standard for developer workflows and are used here for troubleshooting. - [PRIVILEGE_ESCALATION]: In
references/common-errors.md, the skill documentation suggests usingsudo chownto resolve file permission issues. This is a common administrative task recommended for manual execution by the user to fix environment-related access problems.
Audit Metadata