alpha
Login
or
Join now
jenchan.biz
/
badger
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Prompt-injection defenses for LLM agents — fetch interception, output sanitization, session inspection.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
badger
/
packages
/
response
/
src
/
utils
/
normalize-views
/
at
main
2 files
Jen Chan
response: one folder per module (folder-structure rule)
2mo ago
b5cf417d
normalize-views.test.ts
response: one folder per module (folder-structure rule) Wrap each function module in a folder of its own name with its collocated test, matching the mint-canary/ precedent and folder-structure.md. Only response/src internal import paths + the index.ts barrel change; fetch and inspector consume via the barrel, so they're untouched. - moved 11 root modules + 2 utils modules into same-named folders (25 git renames, history preserved) - injection-precision.test.ts -> detect-injection/ (it tests detectInjection) - index.ts, types.ts, injection-markers.ts stay flat (barrel / types / consts) response 122, fetch 194 (+2 skipped), inspector 64 — all green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2 months ago
normalize-views.ts
response: one folder per module (folder-structure rule) Wrap each function module in a folder of its own name with its collocated test, matching the mint-canary/ precedent and folder-structure.md. Only response/src internal import paths + the index.ts barrel change; fetch and inspector consume via the barrel, so they're untouched. - moved 11 root modules + 2 utils modules into same-named folders (25 git renames, history preserved) - injection-precision.test.ts -> detect-injection/ (it tests detectInjection) - index.ts, types.ts, injection-markers.ts stay flat (barrel / types / consts) response 122, fetch 194 (+2 skipped), inspector 64 — all green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2 months ago