package-spec
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill presents an attack surface for indirect prompt injection as it is designed to ingest and process untrusted external data.
- Ingestion points: The agent processes
manifest.yml,changelog.yml, and Handlebars template files (*.yml.hbs) as part of its core functionality defined inSKILL.mdandreferences/manifest-rules.md. - Boundary markers: The skill does not provide instructions to use XML tags, delimiters, or explicit 'ignore instructions' warnings when reading these external files.
- Capability inventory: The skill utilizes the
elastic-packageCLI tool (lint, check, and changelog management) to process this data, as mentioned inSKILL.mdandreferences/changelog-patterns.md. - Sanitization: No sanitization or escaping of the processed file content is described before the data is analyzed by the agent.
- [COMMAND_EXECUTION]: The skill provides detailed instructions for executing the
elastic-packageCLI utility. This is an official development tool provided by the vendor (Elastic) and is used for linting and validating integration package metadata.
Audit Metadata