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.
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.
- 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 187699
- HIGH dynamic exec runverdict/sf-security-review-toolkit new Function()
const factory = new Function(block + '\nreturn { isFullTree, isValidDimension, computeCoverage }') - HIGH dynamic exec runverdict/sf-security-review-toolkit new Function()
const fn = new Function('args', 'phase', 'log', 'parallel', 'agent', `return (async () => { ${src} })()`) - MEDIUM over-broad oauth scope gabriel-dantas98/tapioca https://www.googleapis.com/auth/documents
"https://www.googleapis.com/auth/documents", - MEDIUM over-broad oauth scope gabriel-dantas98/tapioca https://www.googleapis.com/auth/spreadsheets
"https://www.googleapis.com/auth/spreadsheets", - MEDIUM suspicious endpoint winsznx/remlo t.me
{ label: 'Community', href: 'https://t.me/remlo_xyz', external: true }, - MEDIUM suspicious endpoint winsznx/remlo t.me
const TELEGRAM_URL = 'https://t.me/remlo_xyz' - MEDIUM suspicious endpoint winsznx/remlo t.me
contact_url: 'https://t.me/remlo_xyz', - HIGH committed secret hawonb711-tech/nexus GitHub token
ghp_A1…(40 chars, redacted) - HIGH dynamic exec hawonb711-tech/nexus eval()
eval(userInput); - HIGH committed secret hawonb711-tech/nexus GitHub token
ghp_A1…(40 chars, redacted) - HIGH dynamic exec hawonb711-tech/nexus eval()
const result = eval(query); - HIGH committed secret volcengine/onesdk OpenAI key
sk-2ed…(51 chars, redacted) - HIGH committed secret volcengine/onesdk OpenAI key
sk-ca0…(51 chars, redacted) - HIGH dynamic exec pablosaez21/cerno unsafe yaml.load()
document = yaml.load( - HIGH dynamic exec stdevMac/grok-in-codex new Function()
const embedded = new Function(`${helperSrc}; return formatStreamProgressMessage;`)();