npm @mindfoldhq/trellis @0.5.19
score
0.7
high
flagged
2026-06-07 13:09
Signals fired
| signal | weight | rationale |
|---|---|---|
| topology | ||
| dist_tag_anomaly | 0.5 | dist-tags.latest=0.5.19 but max published is 0.6.0-beta.0 |
| shared_repo_different_publisher | 0.9 | repo 'git+https://github.com/mindfold-ai/trellis.git' also claimed by 3 package(s) under different publishers: ['npm/@hiskens/trellis', 'npm/@sad678/trellis', 'npm/@ex-aicoder/trellis'] |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [
"taosu_dev"
],
"versions": 143
}
Evidence (package doc at flag time)
{
"dependencies_count": 6,
"dist": {
"integrity": "sha512-CMqNRCaiw8wBCiq4J+ATo8uKEiBCLpLb2EgsFblcV72zLmT7rWkfJOZEHQBpgrhQsHaER0dEDlnay9IpNi9pxQ==",
"tarball": "https://registry.npmjs.org/@mindfoldhq/trellis/-/trellis-0.5.19.tgz",
"unpackedSize": 2096874
},
"dist-tags": {
"beta": "0.6.0-beta.23",
"latest": "0.5.19",
"rc": "0.5.0-rc.7"
},
"latest_version": "0.5.19",
"maintainers": [
{
"email": "taosu@mindfold.ai",
"name": "taosu_dev"
}
],
"num_versions": 143,
"repository": {
"type": "git",
"url": "git+https://github.com/mindfold-ai/trellis.git"
},
"scripts": {
"build": "pnpm run clean && tsc && pnpm run copy-templates",
"clean": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\"",
"copy-templates": "node scripts/copy-templates.js",
"dev": "tsc --watch",
"format": "prettier --write src/",
"format:check": "prettier --check src/",
"lint": "eslint src/ test/",
"lint:all": "pnpm lint && pnpm lint:py",
"lint:fix": "eslint src/ test/ --fix",
"lint:py": "basedpyright",
"manifest": "node scripts/create-manifest.js",
"release": "node scripts/check-manifest-continuity.js && pnpm test && git add -A -- ':!docs-site' && (git diff-index --quiet HEAD || git commit -m 'chore: pre-release updates') && pnpm version --no-git-tag-version patch && V=$(node -p \"require('./package.json').version\") && git add package.json && git commit -m \"$V\" && git tag \"v$V\" && git push origin main --tags",
"release:beta": "node scripts/check-manifest-continuity.js && node scripts/check-docs-changelog.js --type beta && pnpm test && git add -A -- ':!docs-site' && (git diff-index --quiet HEAD || git commit -m 'chore: pre-release updates') && pnpm version --no-git-tag-version prerelease --preid beta && V=$(node -p \"require('./package.json').version\") && git add package.json && git commit -m \"$V\" && git tag \"v$V\" && git push origin HEAD --tags",
"release:major": "node scripts/check-manifest-continuity.js && pnpm test && git add -A -- ':!docs-site' && (git diff-index --quiet HEAD || git commit -m 'chore: pre-release updates') && pnpm version --no-git-tag-version major && V=$(node -p \"require('./package.json').version\") && git add package.json && git commit -m \"$V\" && git tag \"v$V\" && git push origin main --tags",
"release:minor": "node scripts/check-manifest-continuity.js && pnpm test && git add -A -- ':!docs-site' && (git diff-index --quiet HEAD || git commit -m 'chore: pre-release updates') && pnpm version --no-git-tag-version minor && V=$(node -p \"require('./package.json').version\") && git add package.json && git commit -m \"$V\" && git tag \"v$V\" && git push origin main --tags",
"release:promote": "node scripts/check-manifest-continuity.js && node scripts/check-docs-changelog.js --type promote && pnpm test && git add -A -- ':!docs-site' && (git diff-index --quiet HEAD || git commit -m 'chore: pre-release updates') && pnpm version --no-git-tag-version \"$(node -p \"require('./package.json').version.replace(/-.*/, '')\")\" && V=$(node -p \"require('./package.json').version\") && git add package.json && git commit -m \"$V\" && git tag \"v$V\" && git push origin main --tags",
"release:rc": "node scripts/check-manifest-continuity.js && node scripts/check-docs-changelog.js --type rc && pnpm test && git add -A -- ':!docs-site' && (git diff-index --quiet HEAD || git commit -m 'chore: pre-release updates') && pnpm version --no-git-tag-version prerelease --preid rc && V=$(node -p \"require('./package.json').version\") && git add package.json && git commit -m \"$V\" && git tag \"v$V\" && git push origin HEAD --tags",
"start": "node ./dist/cli/index.js",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest",
"typecheck": "tsc --noEmit"
},
"signal_details": {
"dist_tag_anomaly": "dist-tags.latest=0.5.19 but max published is 0.6.0-beta.0",
"shared_repo_different_publisher": "repo 'git+https://github.com/mindfold-ai/trellis.git' also claimed by 3 package(s) under different publishers: ['npm/@hiskens/trellis', 'npm/@sad678/trellis', 'npm/@ex-aicoder/trellis']"
},
"time": {
"created": "2026-01-15T05:30:25.878Z",
"modified": "2026-06-07T17:06:50.913Z"
}
}