artifact-management
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references an external GitHub Action from a third-party repository not included in the trusted vendors list.
- Evidence:
geekyeggo/delete-artifact@v2is referenced in the artifact retention policy workflow withinreferences/npm-package-publishing.md. - [INDIRECT_PROMPT_INJECTION]: The
artifact-version.shreference script provided in the documentation contains a command injection vulnerability due to unsafe handling of external file content. - Ingestion points: The script reads the
versionfield from apackage.jsonfile usinggrepandsedinreferences/npm-package-publishing.md. - Boundary markers: None. The script does not utilize delimiters or instructions to ignore embedded commands in the parsed data.
- Capability inventory: The script has the capability to execute shell commands, specifically
docker buildanddocker tag. - Sanitization: None. The extracted version string is interpolated directly into shell commands without validation or escaping.
- Evidence: A malicious
package.jsonwith a version field like1.0.0\" $(touch /tmp/pwned) \"could trigger arbitrary command execution whendocker build -t myapp:${FULL_VERSION} .is called.
Audit Metadata