Skip to content

Instantly share code, notes, and snippets.

View HelgeSverre's full-sized avatar
🧠
LLMs gonna take our jewrbs.

Helge Sverre HelgeSverre

🧠
LLMs gonna take our jewrbs.
View GitHub Profile

--scope cannot distinguish between personal account and team with identical slug

Bug Description

When a personal account username and a team slug are identical, the --scope flag always resolves to the personal account, making it impossible to target the team. This effectively locks you out of team-scoped CLI operations like vercel dns add.

Steps to Reproduce

  1. Have a personal account with username myname
  2. Rename a team's slug to also be myname (the dashboard allows this)
@HelgeSverre
HelgeSverre / coop-norway-api.openapi.json
Last active February 20, 2026 01:46
Norwegian Grocery Store APIs — Reverse-engineered API documentation for Rema 1000, Coop Norway, and Trumf (extracted from Android APKs)
{
"openapi": "3.1.0",
"info": {
"title": "Coop Norway Medlem API",
"version": "4.17.3",
"description": "Reverse-engineered API specification for the Coop Norway \"Coop medlem\" Android app (no.coop.members v4.17.3). Extracted via static analysis of the compiled Dart binary (libapp.so) from the Flutter APK.\n\nThis API powers Norway's Coop loyalty program including purchase history, digital receipts, coupons, Coopay mobile payment, shopping lists, and Shop Express.\n\n**Authentication:** OpenID Connect via Auth0 at https://login.coop.no/\n**Strong Customer Auth (Coopay):** Aera SDK at https://api.aerahost.com/\n\n⚠️ Unofficial, reverse-engineered spec. Use responsibly for personal data access only.",
"contact": { "name": "Helge Sverre", "url": "https://helgesver.re" },
"license": { "name": "MIT" }
},
"servers": [
@HelgeSverre
HelgeSverre / glados-matteo-agentic.mp3.b64
Created February 14, 2026 16:30
GLaDOS welcomes Matteo to the agentic lifestyle
SUQzBAAAAAAAIlRTU0UAAAAOAAADTGF2ZjYyLjMuMTAwAAAAAAAAAAAAAAD/88DAAAAAAAAAAAAASW5mbwAAAA8AAAGKAAKE5AADBQgLDRASFRcaHR8iJCcqLC4xMzY5Oz5AQ0VIS01QUlVXWlxfYWRnaWxucXR2eXt+gIKFiIqNj5KVl5qcn6Kkp6mrrrCztri7vcDDxcjKzdDS1dfZ3N7h5Obp6+7x8/b4+/4AAAAATGF2YzYyLjExAAAAAAAAAAAAAAAAJARAAAAAAAAChOTsmkKsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/88DEAFZsFbAA3nAAPDZwsWGQDBzVGwMYxRmEaGAaCl4VGCjo9lm0Hy06Yapy5BaQsogooAgEQcU0WELTlt0w1h0h1B110aIZuQnxekiCRAAmIsRrjL3DXfI4m1+H1b1rx+XwQxB/HIljSGmdydiTJpoLw0wx1M6ZWxBxzGtwPEGGJhrvWPA+5Xbm2Hr0dOB4hOy+YsSh32tsTo4mudE8tmj+sRLxAIXgQCIBC7heBMBOtnagaY664vK1ztvDcbtOA1yKShrDEHHcNY7Dy1YGGlesAvwAMA2Fg3OdyxE6Oquxrj+Qw/nIAYhJoYnM5t/6d92dw/DC5FiNcWETEWJJqzj07K11w0uxxKrlsQimogyhdjXFyJEJFrrdtYdl8bZWseRNbhb6P5GMHAdS+regHTra
@HelgeSverre
HelgeSverre / human.md
Created February 12, 2026 13:06
Human Verified Badges

Human Verified

Human Verified

Human Tested

@HelgeSverre
HelgeSverre / kitchen-sink.md
Created January 20, 2026 13:38
peekmd kitchen sink test for visual comparison

Kitchen Sink - All Markdown Features

A comprehensive test file for all GitHub-flavored markdown features supported by peekmd.

Text Formatting

Regular paragraph text with bold, italic, bold italic, and strikethrough text.

You can also use bold and italic with underscores.

@HelgeSverre
HelgeSverre / README.md
Created December 16, 2025 13:10
smart-commit: AI-powered git commits using Claude Code CLI

smart-commit

AI-powered git commits using Claude Code CLI

A zsh function that analyzes your staged and unstaged changes, then creates logical, atomic commits following the Conventional Commits specification.

What It Does

When you run smart-commit, Claude will:

@HelgeSverre
HelgeSverre / ampcode-github-shield-badges.md
Created December 7, 2025 02:38
Shield.io badges for Amp Code

Amp Code - Shield.io badges

A collection of badges in various styles and variants for Amp Code.


Logomark

Dark Light Accent
@HelgeSverre
HelgeSverre / claude.md
Created October 21, 2025 13:18
What do you even mean?

refactor I don't have any file modification data to analyze. The lists provided are empty, so I cannot identify frequently modified files that represent core application logic.

@HelgeSverre
HelgeSverre / ssl_unpinning.js
Created August 9, 2025 19:40
Universal SSL Certificate Pinning Bypass for Android - Comprehensive Frida script for bypassing SSL pinning in Android apps
/*
* This script combines, fixes & extends a long list of other scripts, most notably including:
*
* - https://codeshare.frida.re/@akabe1/frida-multiple-unpinning/
* - https://codeshare.frida.re/@avltree9798/universal-android-ssl-pinning-bypass/
* - https://pastebin.com/TVJD63uM
*/
setTimeout(function () {
Java.perform(function () {
@HelgeSverre
HelgeSverre / GIST_README.md
Created August 9, 2025 19:40
Android Reverse Engineering Automation with Just - Complete toolkit for APK analysis, Frida instrumentation, MITM proxy, and MobSF integration

Android Reverse Engineering Automation with Just

A comprehensive justfile for automating Android application reverse engineering tasks including APK downloading, static analysis with jadx/apktool, dynamic analysis with Frida, MITM proxy setup, and MobSF integration.

Quick Start

Prerequisites

macOS: