Skip to main content

electron-app-audit

Audit a local downloaded Electron package/path or a named Electron app and produce a deep worksheet for patchability, entrypoints, and install-chain behavior. Use when deciding whether an app is a good candidate and how to modify it.

설치로 이동

소스 정보

저장소
SpecterOps/skills
최근 소스 활동
2026년 8월 14일 01:16
감지된 SKILL.md 언어
영어
스타
657
포크
72

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
4 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
electron-app-audit
description
Audit a local downloaded Electron package/path or a named Electron app and produce a deep worksheet for patchability, entrypoints, and install-chain behavior. Use when deciding whether an app is a good candidate and how to modify it.
metadata
{"author":"GhostWorks"}
# Electron App Audit Use this skill when auditing either: - a local installer/package/path, or - a named Electron app ## Required Output Produce a deep worksheet covering: - packaging shape - unpacking location(s) - main-process entrypoint - update/install mechanism - whether it is Squirrel-like or similarly patchable - likely patch points - persistence/install-continuation considerations - blockers, unknowns, and caveats - go / no-go conclusion ## Workflow 1. Identify whether the target is a local package or a named app. 2. Determine the packaging layout and locate the main-process entrypoint. 3. Inspect how install/update is handled and whether the chain resembles Squirrel. 4. Identify likely payload injection points and any metadata/repackaging constraints. 5. Assess whether post-install continuity would require continuation logic, quit suppression, or a hidden keepalive window. 6. Conclude with a decision memo backed by the worksheet details. ## Output Style Prefer a handoff-ready worksheet over a short verdict.
GitHub에서 보기