| name | verify-packaged-assets |
| description | Verify that a packaged reference can be read and a packaged script can execute in the conversation sandbox. |
| allowed-tools | mcp__seizu__sandbox__read_file |
Verify this installed Agent Plugin package using the materialized skill path appended below.
Inputs — the values arrive in the ## Inputs block below these instructions:
message — the argument to pass through to the packaged script.
- Read
references/live-verification.md beneath the materialized skill path with sandbox__read_file.
- Extract the exact
verification-token value from that reference.
- Call
sandbox__run_script with:
- plugin_id:
portable_security_review
- skill_id:
verify_packaged_assets
- script:
verify_package.sh
- arguments: the
message input, as a single-element array
- Return the reference token, the script's return code, and its exact stdout. Do not claim success unless both the file read and script call succeed.