error-debugging-error-trace
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface. The analysis script provided in
sub-skills/implementation-playbook.mdreads and processes the content of local source code files (.js, .ts, .py, .java, .go) to evaluate error handling. If these files contain instructions designed to manipulate an LLM, they could influence the agent during the analysis process. - Ingestion points: The
ErrorTrackingAnalyzerclass reads code files from a provided project path. - Boundary markers: No explicit delimiters or instructions are used to treat the read file content as untrusted data.
- Capability inventory: The skill has the capability to read local files and provides code templates for network communication with logging and alerting endpoints.
- Sanitization: The provided code templates include explicit sanitization logic to redact sensitive keys such as password, token, and secret.
Audit Metadata