python-scripting
Build production-quality Python scripts with strict standards for typing, testing, tooling, architecture, and review hygiene.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build production-quality Python scripts with strict standards for typing, testing, tooling, architecture, and review hygiene.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build high-quality reverse-engineering reports from raw findings. Focus on argument structure, evidence quality, and graph planning. Delegate graph implementation scripts to python-scripting skill.
Decompile Android APK, XAPK, JAR, and AAR files using jadx or Fernflower/Vineflower. Reverse engineer Android apps, extract HTTP API endpoints (Retrofit, OkHttp, Volley), trace call flows from UI to network layer, analyze obfuscated code. Use when the user wants to decompile, analyze, or reverse engineer Android packages, find API endpoints, follow call flows, or perform static analysis on Android applications.
Write Frida scripts for Android dynamic analysis, runtime hooking, bypass SSL pinning, root detection bypass, anti-frida evasion, biometric bypass, memory patching, crypto monitoring, and native instrumentation. Use when the user wants to hook, intercept, bypass, inject, instrument, or dynamically analyze Android applications at runtime using Frida.
| name | python-scripting |
| description | Build production-quality Python scripts with strict standards for typing, testing, tooling, architecture, and review hygiene. |
Create high-quality Python scripts and small Python utilities with strict engineering discipline.
Always load these before implementation:
references/coding-standards.mdreferences/testing-standards.mdreferences/tooling.mdreferences/architecture-patterns.mdreferences/code-review-checklist.mdIf templates are needed, load:
templates/module-template.pytemplates/cli-template.pytemplates/pyproject-template.tomlarchitecture-patterns.md.pytest patterns and fixtures.tooling.md in pyproject.toml and hooks.except.When asked to create scripts/projects, produce:
pyproject.toml, hooks when relevant)ruff, mypy, pytest, coverage)