// npm package
cwao
CWAO SDK makes CosmWasm AO development a breeze.
weekly
415
monthly
825
versions
45
maintainers
1
license
MIT
first publish
2024-02-27
publisher
asteroiddao
tarball
24,821 B
AUTO-PUBLISHED·2 versions indexed·latest published 2026-05-27
// publisher campaignby asteroiddao
9 caught packages from this accountThis is not an isolated catch. The same publisher has shipped 8 other packages that our pipeline flagged — the shape of a coordinated campaign, not a one-off. Each link below opens that sibling's analysis.
// offending code· @0.5.7· no static-pattern hits
- @0.5.7··AUTO-PUBLISHED·publisher: asteroiddaoheuristic 75/100static flags 0llm skippedtypo-match:chai:d2mature-packageosv-flagged:MAL-2026-4544
// offending code· no static-pattern hits
--- package.json (entry) --- { "name": "cwao", "version": "0.5.7", "main": "index.js", "license": "MIT", "dependencies": { "arbundles": "^0.11.0", "arweave": "^1.15.0", "ramda": "^0.29.1" } } --- index.js (entry) --- const CWAO = require("./cwao") const CW = require("./cw") const Data = require("./data") const Tag = require("./tag") const MU = require("./mu") const SU = require("./su") const CU = require("./cu") const GQL = require("./gql") const utils = require("./utils") module.exports = { CWAO, Data, Tag, MU, SU, CU, GQL, CW, utils, } - @0.5.6··AUTO-PUBLISHED·publisher: asteroiddao
