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.
50020 analyzed
8131 re-analysis due
988 not analyzable
1 not yet analyzed
4803 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.
- hidden prompt 338
- committed secret 6177
- dynamic exec 11826
- obfuscation 3575
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2548
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187620
- MEDIUM suspicious endpoint DevAnimecx/jiro t.me
("https://t.me/channel", "telegram"), - MEDIUM suspicious endpoint DevAnimecx/jiro 169.254.169.254 (cloud metadata)
"arguments": {"url": "http://169.254.169.254/metadata"}}, - MEDIUM suspicious endpoint DevAnimecx/jiro t.me
PREVIEW_URL = "https://t.me/s/" - MEDIUM suspicious endpoint DevAnimecx/jiro t.me
{"name": "telegram", "capabilities": ["scrape", "channel", "message", "group"], "base_url": "https://t.me"}, - HIGH dynamic exec DevAnimecx/jiro __import__()
__import__(pkg) - HIGH dynamic exec datanika-io/datanika-core __import__()
mod = __import__(dotted, fromlist=[dotted.rsplit(".", 1)[-1]]) - HIGH dynamic exec datanika-io/datanika-core __import__()
mod = __import__( - HIGH committed secret datanika-io/datanika-core Slack token
xoxb-n…(21 chars, redacted) - MEDIUM suspicious endpoint datanika-io/datanika-core 169.254.169.254 (cloud metadata)
fetch_openapi_spec("https://169.254.169.254/latest/meta-data/") - MEDIUM suspicious endpoint datanika-io/datanika-core api.telegram.org
request=httpx.Request("POST", f"https://api.telegram.org/bot{token}/sendMessage"), - MEDIUM suspicious endpoint datanika-io/datanika-core 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data/", - MEDIUM suspicious endpoint datanika-io/datanika-core 169.254.169.254 (cloud metadata)
{"base_url": "http://169.254.169.254/latest/meta-data/"}, - MEDIUM suspicious endpoint datanika-io/datanika-core 169.254.169.254 (cloud metadata)
session.get("http://169.254.169.254/latest/meta-data/") - HIGH dynamic exec datanika-io/datanika-core __import__ sink
**__import__("os").environ, - MEDIUM suspicious endpoint datanika-io/datanika-core api.telegram.org
url = f"https://api.telegram.org/bot{token}/sendMessage"