sgc-electron-delta-updater
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill requires the agent to execute various development and validation tools as part of the Electron build and update lifecycle. This includes running the skill's validation script
python3 scripts/validate_skill.pymentioned inREADME.md, as well as project-specific commands for linting, testing, packaging, signing, and notarization specified inSKILL.mdStep 4. - [EXTERNAL_DOWNLOADS]: The skill's verification workflow involves fetching external assets. Evidence in
SKILL.mdSteps 2 and 4 describes downloadingappcastmanifest files and.deltaupdate packages from the application's configured release sources for integrity checks. - [INDIRECT_PROMPT_INJECTION]: The skill processes data from external sources such as update feeds and release pages, which constitutes an attack surface for indirect prompt injection.
- Ingestion points: Data is ingested from public release pages and appcast response bodies during the deliverable validation phase in Step 4 of
SKILL.md. - Boundary markers: No explicit text delimiters or boundary markers are defined for the external feed content processing.
- Capability inventory: The skill possesses capabilities for shell command execution and local file system management during cleanup and restart sequences (
SKILL.mdSteps 3 and 4). - Sanitization: The workflow relies on cryptographic verification of signatures, digests, and metadata (Step 2) to ensure the integrity of ingested update data.
Audit Metadata