release-readiness
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes several local shell scripts for core functionality, including
resolve.sh,summarize.sh, andfind-artifact.sh. These invocations are limited to the skill's own directory and the infrastructure defined in the localNANOSTACK_ROOT. - [INDIRECT_PROMPT_INJECTION]: The skill processes artifacts from external sources, making it a potential target for indirect injection through data poisoning.
- Ingestion points: The
bin/summarize.shscript reads JSON artifacts from the.nanostack/directory via thefind-artifact.shutility. - Boundary markers: The skill relies on structured JSON parsing via
jqto extract only the necessary status and integrity fields, preventing the ingested data from being interpreted as instructions. - Capability inventory: The skill's operations are confined to file reading and JSON output generation. It does not possess network capabilities or the ability to execute code derived from the artifacts.
- Sanitization: The skill enforces a strict verification model. It uses SHA-256 integrity hashes to validate each artifact and will automatically block the release process if any artifact is missing, tampered with, or lacks verification metadata.
Audit Metadata