github analyzed af59dd5

Brainrot-Creations/claude-plugins

github

Official Claude Code plugin marketplace for Brainrot Creations

maintainer
Brainrot-Creations
license
MIT
first seen
2026-06-01
last seen
2026-06-04
releases · 30d
0
short id

Drift inferred · capture-to-capture

  1. HIGH code analysis flagged dynamic code execution ×5 in Brainrot-Creations/claude-plugins
capabilities0 tools
transport stdio · http counts 0 tools · 0 res · 0 prompts permission surface via code analysis

no tools enumerated yet for this server.

skills & danger signalsgithub-tarball
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed commit af59dd5 · analyzer v17 · 1h ago

skills & prompt files 22

danger signals5

code evidencevHEAD · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

filesystem 7

  • fs Brainrot-Creations-claude-plugins-af59dd5/plugins/amc-theatres/server/bundle.js :6846 import { mkdirSync, readFileSync, writeFileSync } from "node:fs";
  • fs Brainrot-Creations-claude-plugins-af59dd5/plugins/amc-theatres/server/index.js :1 import { mkdirSync, readFileSync, writeFileSync } from "node:fs";
  • fs Brainrot-Creations-claude-plugins-af59dd5/plugins/codex/server/index.js :9 const fs = require('fs');
  • fs Brainrot-Creations-claude-plugins-af59dd5/plugins/luma-events/server/bundle.js :6801 import { readFileSync } from "node:fs";
  • fs Brainrot-Creations-claude-plugins-af59dd5/plugins/luma-events/server/index.js :1 import { readFileSync } from "node:fs";
  • fs Brainrot-Creations-claude-plugins-af59dd5/plugins/openai/server/bundle.js :6888 import { readFileSync } from "node:fs";
  • fs Brainrot-Creations-claude-plugins-af59dd5/plugins/openai/server/index.js :1 import { readFileSync } from "node:fs";

shell / exec 4

  • shell Brainrot-Creations-claude-plugins-af59dd5/plugins/amc-theatres/server/bundle.js :6850 import { execFile } from "node:child_process";
  • shell Brainrot-Creations-claude-plugins-af59dd5/plugins/amc-theatres/server/index.js :5 import { execFile } from "node:child_process";
  • shell Brainrot-Creations-claude-plugins-af59dd5/plugins/codex/server/index.js :4 const { spawn } = require('child_process');
  • shell Brainrot-Creations-claude-plugins-af59dd5/plugins/cursor-agents/server/index.js :4 const { spawn } = require('child_process');

network 10

  • net Brainrot-Creations-claude-plugins-af59dd5/plugins/amc-theatres/server/bundle.js :21166 const resp = await fetch(u, { method: "GET", headers });
  • net Brainrot-Creations-claude-plugins-af59dd5/plugins/amc-theatres/server/index.js :128 const resp = await fetch(u, { method: "GET", headers });
  • net Brainrot-Creations-claude-plugins-af59dd5/plugins/luma-events/server/bundle.js :21069 const resp = await fetch(u, { method: "GET", headers });
  • net Brainrot-Creations-claude-plugins-af59dd5/plugins/luma-events/server/index.js :72 const resp = await fetch(u, { method: "GET", headers });
  • net Brainrot-Creations-claude-plugins-af59dd5/plugins/mta/server/bundle.js :21112 const resp = await fetch(u, { method: "GET", headers: { Accept: "application/json" } });
  • net Brainrot-Creations-claude-plugins-af59dd5/plugins/mta/server/index.js :19 const resp = await fetch(u, { method: "GET", headers: { Accept: "application/json" } });
  • net Brainrot-Creations-claude-plugins-af59dd5/plugins/openai/server/bundle.js :21123 const resp = await fetch(`https://api.openai.com/v1${path}`, {
  • net Brainrot-Creations-claude-plugins-af59dd5/plugins/openai/server/index.js :31 const resp = await fetch(`https://api.openai.com/v1${path}`, {
  • net Brainrot-Creations-claude-plugins-af59dd5/plugins/partiful/server/bundle.js :21112 const resp = await fetch(u, { method: "GET", headers: { Accept: "application/json" } });
  • net Brainrot-Creations-claude-plugins-af59dd5/plugins/partiful/server/index.js :19 const resp = await fetch(u, { method: "GET", headers: { Accept: "application/json" } });

declared dependencies 3

  • @modelcontextprotocol/sdk@^1.12.0
  • zod@^3.23.8
  • esbuild@^0.28.0