AMP validation service false positive

Hi!
Has anyone experienced AMP validation service to give false positives?
We have the following URL https://amp.cloudflare.com/q/peil.no/saker/70oyyW that claims that AMP page is invalid:

DISALLOWED_SCRIPT_TAG","error":"Custom JavaScript is not allowed.

However, when using https://search.google.com/test/amp?utm_source=gws&utm_medium=onebox&utm_campaign=suit&id=EfEJqC9zxOX6OaWJdW6c4g, it says the page is perfectly valid.

Any suggestions where this can be reported?

If google reports it’s valid, I would not worry about it.
https://search.google.com/test/amp?id=4OKgcoIu8ajmm_cugMJUoQ

The issue is that we use this CF AMP validator as a part of CI pipeline, so we would fail the build if there are validation errors — hence false positives break it.

The validator might be expecting amp-story-bookend right after /amp-story-page. Try moving your amp-analytics tag elsewhere to see if that fixes the false error.

Aside from that your amp code looks fine. You should submit an official ticket for this.