Code analysis

static source read inferred

Static code-analysis findings — hidden prompt content in shipped skill files, committed secrets, dynamic-exec sinks, and suspicious call-home endpoints — across the analyzed catalogue. Heuristic, pure, no code executed; every row deep-links to its source. Click a kind to filter.

analysis coverage 85% of 59,610 analyzable servers
50877 analyzed
7738 re-analysis due
994 not analyzable
1 not yet analyzed
4843 source gone
not analyzable
793 too large 201 no source

Running analyzer v33. The scanner changelog explains what each version detects and when it changed.

code findings 15 shown
  1. HIGH obfuscation beyondnetcode/evolith_arch32 dynamic require()/import() const { triageCorpus, renderSnapshot } = require(${JSON.stringify(path.join(REPO_ROOT, TRIAGE_MODULE))});
  2. HIGH committed secret beyondnetcode/evolith_arch32 GitHub token ghp_01…(40 chars, redacted)
  3. HIGH committed secret beyondnetcode/evolith_arch32 Google API key AIzaSy…(39 chars, redacted)
  4. HIGH committed secret beyondnetcode/evolith_arch32 GitHub token ghp_01…(40 chars, redacted)
  5. HIGH committed secret beyondnetcode/evolith_arch32 Google API key AIzaSy…(39 chars, redacted)
  6. MEDIUM suspicious endpoint beyondnetcode/evolith_arch32 169.254.169.254 (cloud metadata) await client.post('http://169.254.169.254/latest/meta-data intent="pwn"');
  7. HIGH committed secret beyondnetcode/evolith_arch32 GitHub token ghp_01…(40 chars, redacted)
  8. HIGH committed secret ManddarinShop/Hikoutei private key PEM private key block (redacted)
  9. HIGH dynamic exec ManddarinShop/Hikoutei new Function() const factory = new Function(
  10. MEDIUM over-broad oauth scope ManddarinShop/Hikoutei https://www.googleapis.com/auth/drive const DRIVE_SCOPE = "https://www.googleapis.com/auth/drive";
  11. MEDIUM over-broad oauth scope ManddarinShop/Hikoutei https://www.googleapis.com/auth/spreadsheets harness.tokenInfo = { email: FAKE_OWNER, scope: "https://www.googleapis.com/auth/spreadsheets" };
  12. MEDIUM over-broad oauth scope ManddarinShop/Hikoutei https://www.googleapis.com/auth/spreadsheets expect(hasDriveScope(`${DRIVE_SCOPE} https://www.googleapis.com/auth/spreadsheets`)).toBe(true);
  13. MEDIUM over-broad oauth scope ManddarinShop/Hikoutei https://www.googleapis.com/auth/spreadsheets const auth = new GoogleAuth({ keyFilename: process.env.GOOGLE_APPLICATION_CREDENTIALS, scopes: ["https://www.googleapis.com/auth/spreadsheets"] });
  14. MEDIUM over-broad oauth scope ManddarinShop/Hikoutei https://www.googleapis.com/auth/spreadsheets const auth = new GoogleAuth({ keyFilename: creds, scopes: ["https://www.googleapis.com/auth/spreadsheets"] });
  15. HIGH obfuscation ManddarinShop/Hikoutei dynamic require()/import() () => import(`hikoutei/${subpath}`),