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.
50108 analyzed
8067 re-analysis due
988 not analyzable
0 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.
- hidden prompt 338
- committed secret 6180
- dynamic exec 11839
- obfuscation 3598
- suspicious endpoint 12356
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187702
- HIGH hidden prompt simon-inkie/inkie-auto-mode prompt-file: skill-exfil
secret→sink: - Judge the actual file changes the patch describes against the same risk taxonomy below: does it write to credential/secret files, hooks, cron, shell rc/profile files, or other sensitive - HIGH dynamic exec aceFelix/jarvis __import__ sink
if info is not None and info[0] == __import__("os").getpid(): - HIGH dynamic exec aceFelix/jarvis __import__()
__import__(name) - HIGH dynamic exec aceFelix/jarvis __import__()
mod = __import__(parts[0], fromlist=[parts[1]]) - HIGH dynamic exec aceFelix/jarvis __import__ sink
env={**__import__("os").environ, "GIT_SSL_NO_VERIFY": "1"}, - HIGH committed secret surugawan-ebi/showtalk-taishi Slack token
xoxb-r…(16 chars, redacted) - HIGH committed secret surugawan-ebi/showtalk-taishi Slack token
xoxb-s…(24 chars, redacted) - HIGH committed secret surugawan-ebi/showtalk-taishi Slack token
xoxb-s…(24 chars, redacted) - HIGH committed secret surugawan-ebi/showtalk-taishi Slack token
xoxb-s…(24 chars, redacted) - HIGH committed secret surugawan-ebi/showtalk-taishi Slack token
xoxb-s…(24 chars, redacted) - HIGH dynamic exec kangkukjin/indiebizOS eval()/exec()
exec(compile(ast.Module(body=[method], type_ignores=[]), "command-audit", "exec"), scope) - HIGH dynamic exec kangkukjin/indiebizOS eval()/exec()
exec(compile(ast.Module(body=[cls], type_ignores=[]), "budget-audit", "exec"), scope) - HIGH dynamic exec kangkukjin/indiebizOS eval()/exec()
exec(compile(source, f'{ref}:ibl_envelope.py', 'exec'), before.__dict__) - HIGH dynamic exec kangkukjin/indiebizOS eval()/exec()
exec(compile(source(path), str(ROOT / path), 'exec'), module.__dict__) - HIGH dynamic exec kangkukjin/indiebizOS eval()/exec()
exec(compile(ast.Module(body=[fn], type_ignores=[]), str(path), 'exec'), namespace)