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,163 analyzable servers
50100 analyzed
8073 re-analysis due
988 not analyzable
2 not yet analyzed
4804 source gone
not analyzable
789 too large 199 no source

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

code findings 15 shown
  1. HIGH committed secret MiviaLabs/mivia-agent AWS access key id AKIA01…(20 chars, redacted)
  2. HIGH credential in log jo-duchan/tapflow credential in log console.log(`✓ Created admin user: ${email} / ${password}`)
  3. MEDIUM suspicious endpoint jo-duchan/tapflow 169.254.169.254 (cloud metadata) expect(validateWebhookUrl('http://169.254.169.254/latest/meta-data')).toBeTruthy()
  4. HIGH committed secret jo-duchan/tapflow private key PEM private key block (redacted)
  5. HIGH dynamic exec jo-duchan/tapflow new Function() return Number(new Function(`return ${resolved}`)())
  6. HIGH committed secret sciman-top/skills-manager OpenAI key sk-Sen…(26 chars, redacted)
  7. HIGH committed secret sciman-top/skills-manager OpenAI key sk-Sen…(26 chars, redacted)
  8. HIGH committed secret plur-ai/plur OpenAI key sk-012…(31 chars, redacted)
  9. HIGH committed secret plur-ai/plur Anthropic key sk-ant…(45 chars, redacted)
  10. HIGH committed secret plur-ai/plur OpenAI key sk-aaa…(31 chars, redacted)
  11. HIGH obfuscation plur-ai/plur dynamic require()/import() const { Plur } = require(${JSON.stringify(path.join(process.cwd(), 'packages/core/dist/index.js'))});
  12. HIGH dynamic exec hanxiao/jy-crpg-bench eval()/exec() exec(compile(_block, "keys", "exec"), _ns)
  13. HIGH committed secret phanijapps/memex Anthropic key sk-ant…(66 chars, redacted)
  14. MEDIUM suspicious endpoint volkkov/agent-forge api.telegram.org url = f"https://api.telegram.org/bot{TELEGRAM_BOT_TOKEN}/sendMessage"
  15. HIGH obfuscation udecode/plate dynamic require()/import() const module = await import(`./indexeddb-provider?test=${importId++}`);