Describe the problem/error/question
I’m submitting @aws/n8n-nodes-agentcore (an AWS-published community node) for
verification through the Creator Portal. The portal reports that tests failed and
tells me to run npx @n8n/scan-community-package for details — but running that
exact command on the published package passes all checks. I can’t reproduce any
failure with the published tooling.
This looks like the same Creator Portal false-rejection a couple of other
submitters reported recently (CLI scanner passes, portal fails, traced to the
verification tool’s release pipeline rather than the package). Could someone from
the node review team take a look and do a manual re-check / advance for
@aws/n8n-nodes-agentcore@0.3.2? Everything on my side checks out (details below).
Package:
- npm: https://www.npmjs.com/package/@aws/n8n-nodes-agentcore (v0.3.2)
- GitHub: GitHub - aws/n8n-nodes-agentcore · GitHub
- MIT license, zero runtime dependencies, published via GitHub Actions with provenance
- Credential has both an
iconand a signed credentialtest
Things I’ve already ruled out on my side:
- Published a new version (0.3.2) after my last fix
- No versions unpublished/deprecated (all versions still resolve)
- Repository URL points at the public GitHub repo
- Ran
@n8n/scan-community-package@latestto rule out a cached scanner — still passes - Also ran the full
@n8n/eslint-plugin-community-nodesrule set directly against
the tarball — clean, zero violations
What is the error message (if any)?
Creator Portal:
Changes required to your node package
Some of the tests have failed, please runnpx @n8n/scan-community-package @aws/n8n-nodes-agentcorefor more details.
Actual output of that command on the published package:
Checking provenance for @aws/n8n-nodes-agentcore@0.3.2...✅ Provenance check passed
Downloading @aws/n8n-nodes-agentcore@0.3.2...✅ Downloaded
Analyzing @aws/n8n-nodes-agentcore@0.3.2...✅ Analyzed
✅ Package @aws/n8n-nodes-agentcore@0.3.2 has passed all security checks
(scan-community-package 0.27.1, run with @latest.)
Please share your workflow
N/A — this is a node verification/submission issue, not a workflow issue.
Share the output returned by the last node
N/A — see the scanner output above.
Information on your n8n setup
- n8n version: N/A (Creator Portal submission for
@aws/n8n-nodes-agentcore@0.3.2; also tested on self-hosted latest) - Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): npm (self-hosted) for local testing; Creator Portal for verification
- Operating system: macOS