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.
50066 analyzed
8097 re-analysis due
988 not analyzable
0 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 6178
- dynamic exec 11834
- obfuscation 3579
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187628
- MEDIUM over-broad oauth scope Shineoverthemoon/claude-workspace-ops-mcp https://www.googleapis.com/auth/drive
FULL_DRIVE = "https://www.googleapis.com/auth/drive" - HIGH dynamic exec cycle-inc/Runlace eval()/exec()
exec(compile(source, workflow_path, "exec"), namespace) # noqa: S102 - HIGH dynamic exec cycle-inc/Runlace __import__()
__import__(name) - MEDIUM suspicious endpoint ishanavasthi/agent-store 169.254.169.254 (cloud metadata)
imageUrl: 'http://169.254.169.254/latest/meta-data/', - MEDIUM suspicious endpoint ishanavasthi/agent-store 169.254.169.254 (cloud metadata)
imageUrl: 'http://169.254.169.254/latest/meta-data/', - MEDIUM suspicious endpoint ishanavasthi/agent-store 169.254.169.254 (cloud metadata)
'http://169.254.169.254/latest/meta-data/iam/security-credentials/', - HIGH credential in log dppalukuri/BlackHole credential in log
logger.info("createTask key=%s type=%s task_id=%s", _hash_key(api_key), captcha_type, task_id) - MEDIUM suspicious endpoint KenLP/acc-forma-mcp-server 11.0.0.1
expect(() => assertValidCallbackUrl('https://11.0.0.1/x', anyHost)).not.toThrow(); - MEDIUM suspicious endpoint KenLP/acc-forma-mcp-server 172.32.0.1
expect(() => assertValidCallbackUrl('https://172.32.0.1/x', anyHost)).not.toThrow(); - MEDIUM suspicious endpoint KenLP/acc-forma-mcp-server 169.254.169.254 (cloud metadata)
'https://169.254.169.254/latest/meta-data', - MEDIUM suspicious endpoint property-shared 169.254.169.254 (cloud metadata)
"https://169.254.169.254/latest/meta-data/", - MEDIUM suspicious endpoint property-shared 169.254.169.254 (cloud metadata)
"http://169.254.169.254/properties/123456", - MEDIUM suspicious endpoint property-shared 169.254.169.254 (cloud metadata)
"https://169.254.169.254/latest/meta-data/", - HIGH dynamic exec property-shared __import__()
__import__(blocked) - HIGH dynamic exec property-shared __import__ sink
sys.path.insert(0, __import__("os").path.dirname(__import__("os").path.dirname(__file__)))