Sorry, the diff of this file is too big to display
+31
-3
| { | ||
| "name": "agent.pw", | ||
| "version": "0.0.1", | ||
| "description": "agent.pw", | ||
| "main": "index.js" | ||
| "version": "0.1.0", | ||
| "description": "CLI for agent.pw — the password manager for AI agents", | ||
| "type": "module", | ||
| "license": "FSL-1.1-MIT", | ||
| "bin": { | ||
| "agent.pw": "./dist/index.js" | ||
| }, | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/smithery-ai/agent.pw", | ||
| "directory": "packages/cli" | ||
| }, | ||
| "engines": { | ||
| "node": ">=20" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsc -p tsconfig.json --noEmit", | ||
| "compile": "bun build src/index.ts --outdir dist --target node --format esm --banner '#!/usr/bin/env node'", | ||
| "compile:bin": "bun build --compile src/index.ts --outfile dist/agent.pw", | ||
| "prepublishOnly": "bun run compile" | ||
| }, | ||
| "devDependencies": { | ||
| "@agent.pw/sdk": "https://pkg.stainless.com/s/agent.pw-typescript/81f700c2e1cb502311f343261ee671a08d19677d/dist.tar.gz", | ||
| "@smithery/biscuit": "^1.0.0", | ||
| "@types/node": "^25.3.3", | ||
| "commander": "^14.0.3", | ||
| "typescript": "^5.9.3" | ||
| } | ||
| } |
-1
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Misc. License Issues
LicenseA package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No License Found
LicenseLicense information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
260825
263359.6%7007
Infinity%Yes
NaN5
Infinity%1
Infinity%14
1300%22
2100%