Ae1
High
- Category
- analysis-evasion
- Content
`/_next/data/<buildId>/<path>.json`. `scripts/mpx.mjs` resolves the `buildId`, fetches, and decodes.
- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks for vulnerabilities and agentic risk
This skill coherently provides read-only access to public MaxPreps sports data using a local decoder script and disclosed network requests.
Install this only if you are comfortable letting the agent run a local Node.js helper that contacts MaxPreps public web endpoints and caches a temporary build identifier. It does not need MaxPreps credentials or browser access, and I found no write, delete, posting, credential, or persistence behavior beyond the temp cache.
`/_next/data/<buildId>/<path>.json`. `scripts/mpx.mjs` resolves the `buildId`, fetches, and decodes.
`/_next/data/<buildId>/<path>.json`. `scripts/mpx.mjs` resolves the `buildId`, fetches, and decodes.
```bash curl -s https://www.maxpreps.com/nc/charlotte/myers-park-mustangs/football/25-26/roster/ \ | grep -oE 'src="https://asset\.maxpreps\.io/[^"]+\.js"' | sed 's/src="//;s/"$//' \ | xargs -P8 -n1 curl -s | grep -ohE 'GSSP_ROSTER_SERIALIZE_KEYS",0,\[[^]]*\]' ``` The contest lists live in the schedule page's chunks under `deserializeContestList` —
No suspicious patterns detected.