npm @ductape/sdk @0.1.84
score
0.55
med
flagged
2026-07-21 11:19
Signals fired
| signal | weight | rationale |
|---|---|---|
| cadence | ||
| rapid_release | 0.8 | 3 versions in last 24h: ['0.1.82', '0.1.83', '0.1.84'] |
| topology | ||
| no_repo | 0.3 | package.json has no repository field |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [
"feekayo"
],
"versions": 213
}
Evidence (package doc at flag time)
{
"dependencies_count": 37,
"dist": {
"integrity": "sha512-eJiW1qIKJsN5pLwOkJ/D7r2snj6m+iqFeJAfFpt8mFIsHNt0DT2Uu22znN13AYYrEFiUpmdRBPY6an+JghzmfA==",
"tarball": "https://registry.npmjs.org/@ductape/sdk/-/sdk-0.1.84.tgz",
"unpackedSize": 9145035
},
"dist-tags": {
"beta": "0.0.4-v21",
"latest": "0.1.84"
},
"latest_version": "0.1.84",
"maintainers": [
{
"email": "sanni.oluwafikayo@gmail.com",
"name": "feekayo"
}
],
"num_versions": 214,
"repository": null,
"scripts": {
"build": "tsc",
"create:flutterwave-transfer-workflow": "ts-node --transpile-only src/test/create.flutterwave-transfer.workflow.ts",
"create:transfer-resilience": "ts-node --transpile-only src/test/create.transfer-resilience.ts",
"decrypt": "ts-node tools/decrypt.ts",
"docs": "typedoc --out docs src",
"parity:fixtures": "ts-node tools/parity-fixtures-gen.ts",
"populate:consumers": "ts-node src/test/populate.consumers.ts",
"populate:db:mongo": "ts-node src/test/populate.db.mongo.ts",
"populate:db:mysql": "ts-node src/test/populate.db.mysql.ts",
"populate:db:postgres": "ts-node src/test/populate.db.postgres.ts",
"populate:graph:neo4j": "ts-node src/test/populate.graph.neo4j.ts",
"populate:graph:neo4j2": "ts-node src/test/populate.graph.neo4j2.ts",
"populate:messaging": "ts-node src/test/populate.messaging.ts",
"populate:session": "ts-node src/test/populate.session.ts",
"populate:storage:aws": "ts-node src/test/populate.storage.aws.ts",
"populate:storage:azure": "ts-node src/test/populate.storage.azure.ts",
"populate:storage:gcp": "ts-node src/test/populate.storage.gcp.ts",
"populate:vector:pinecone": "ts-node src/test/populate.vector.pinecone.ts",
"populate:vector:qdrant": "ts-node src/test/populate.vector.qdrant.ts",
"populate:vector:weaviate": "ts-node src/test/populate.vector.weaviate.ts",
"populate:vector:weaviate2": "ts-node src/test/populate.vector.weaviate2.ts",
"populate:workflows": "ts-node src/test/populate.workflows.ts",
"prepublishOnly": "npm run build",
"serve": "nodemon --exec ts-node ./src/index.ts",
"sharon": "ts-node src/test/sharon.ts",
"test": "jest",
"test:app": "nodemon --exec ts-node src/test/test.app.ts",
"test:broker-messages": "nodemon --exec ts-node src/test/test.broker-messages.ts",
"test:caches": "nodemon --exec ts-node src/test/test.caches.ts",
"test:coverage": "jest --coverage",
"test:db:dynamo": "nodemon --exec ts-node src/test/test.database.dynamo.ts",
"test:db:mongo": "nodemon --exec ts-node src/test/test.database.mongo.ts",
"test:db:mysql": "nodemon --exec ts-node src/test/test.database.mysql.ts",
"test:db:postgres": "nodemon --exec ts-node src/test/test.database.postgres.ts",
"test:email:aws-ses": "nodemon --exec ts-node src/test/test.email.aws-ses.ts",
"test:email:nodemailer": "nodemon --exec ts-node src/test/test.email.nodemailer.ts",
"test:fallback": "ts-node --transpile-only src/test/populate.fallback.ts",
"test:graph:arangodb": "nodemon --exec ts-node src/test/test.graph.arangodb.ts",
"test:graph:memgraph": "nodemon --exec ts-node src/test/test.graph.memgraph.ts",
"test:graph:neo4j": "nodemon --exec ts-node src/test/test.graph.neo4j.ts",
"test:graph:neptune": "nodemon --exec ts-node src/test/test.graph.neptune.ts",
"test:healthcheck": "nodemon --exec ts-node src/test/test.healthcheck.ts",
"test:healthchecks:populate": "ts-node --transpile-only src/test/populate.healthchecks.ts",
"test:imports": "nodemon --exec ts-node src/test/test.imports.ts",
"test:jobs": "nodemon --exec ts-node src/test/test.job.ts",
"test:notification": "node --no-deprecation node_modules/ts-node/dist/bin.js src/test/test.notifications.ts",
"test:paystack": "nodemon --exec ts-node src/test/test.paystack.ts",
"test:product": "nodemon --exec ts-node src/test/test.product.ts",
"test:queue:kafka": "nodemon --exec ts-node src/test/test.queue.kafka.ts",
"test:queue:pubsub": "nodemon --exec ts-node src/test/test.queue.pubsub.ts",
"test:queue:rabbitmq": "nodemon --exec ts-node src/test/test.queue.rabbitmq.ts",
"test:queue:sqs": "nodemon --exec ts-node src/test/test.queue.sqs.ts",
"test:quota": "ts-node --transpile-only src/test/populate.quota.ts",
"test:resilience": "npm run test:healthchecks:populate && npm run test:quota && npm run test:fallback",
"test:session": "nodemon --exec ts-node src/test/test.session.ts",
"test:sms:twilio": "nodemon --exec ts-node src/test/test.sms.twilio.ts",
"test:storage:aws": "nodemon --exec ts-node src/test/test.storage.aws.ts",
"test:storage:azure": "nodemon --exec ts-node src/test/test.storage.azure.ts",
"test:storage:gcp": "nodemon --exec ts-node src/test/test.storage.gcp.ts",
"test:vector:pinecone": "nodemon --exec ts-node src/test/test.vector.pinecone.ts",
"test:vector:qdrant": "nodemon --exec ts-node src/test/test.vector.qdrant.ts",
"test:vector:weaviate": "nodemon --exec ts-node src/test/test.vector.weaviate.ts",
"test:watch": "jest --watch",
"test:workflow": "nodemon --exec ts-node src/test/test.workflow.ts"
},
"signal_details": {
"no_repo": "package.json has no repository field",
"rapid_release": "3 versions in last 24h: ['0.1.82', '0.1.83', '0.1.84']"
},
"time": {
"created": "2025-04-20T14:01:29.521Z",
"modified": "2026-07-21T07:03:24.473Z"
}
}