sealevel-guard-review
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads verified build metadata from
verify.osec.io(OtterSec) and source code archives fromcodeload.github.com(GitHub). These sources are well-known and reputable services in the blockchain and developer communities. - [COMMAND_EXECUTION]: Employs standard system tools including
curlfor fetching data,tarfor extracting archives, andfindfor navigating source directories. It also invokes thecodexCLI tool to run AI-based analysis modules. These commands are necessary for the skill's intended audit functionality. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted source code from external programs.
- Ingestion points: Data enters via
resolve-program-address.mjs(GitHub downloads) andreview-program.mjs(local file paths). - Boundary markers: The
run-specialists.mjsscript lacks explicit delimiters or instructions to ignore embedded commands when passing code bundles to specialists. - Capability inventory: The skill uses
execFileSyncandspawnSyncfor system operations across all scripts includingscripts/resolve-program-address.mjsandscripts/review-program.mjs. - Sanitization: No sanitization or validation is performed on the content of the ingested source files before they are bundled and processed by the AI.
Audit Metadata