impl-logger
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill performs legitimate workflow management tasks, including reading work item statuses and posting comments to project management platforms like Jira and Linear.- [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection by ingesting untrusted data from external sources.
- Ingestion points: Data is retrieved via
getWorkItemfrom tracker APIs and through local shell commands likegit logandgit showas described inSKILL.md. - Boundary markers: The skill refers to rendering via external templates (
prompts/coding/templates/impl-log-template.md), but does not explicitly define sanitization or boundary markers within this skill file. - Capability inventory: The skill possesses the ability to perform network writes (via
commentandpublishRecord) and file writes to the localdocumentation/directory, as specified inSKILL.md. - Sanitization: No explicit sanitization, validation, or escaping of the ingested external content is defined in the instructions.- [EXTERNAL_DOWNLOADS]: The skill body contains a link to an external GitHub repository (
github.com/Pimzino/spec-workflow-mcp) for schema reference purposes. This is an informational link and does not result in the execution of remote code or the download of unverifiable dependencies.
Audit Metadata