@avcodes/skilled
Advanced tools
+9
-0
@@ -107,9 +107,18 @@ #!/usr/bin/env node | ||
| const indexName = platform === "windows" ? `${BINARY}-index.exe` : `${BINARY}-index`; | ||
| const indexPath = path.join(binDir, indexName); | ||
| if (platform !== "windows") { | ||
| fs.chmodSync(binaryPath, 0o755); | ||
| if (fs.existsSync(indexPath)) { | ||
| fs.chmodSync(indexPath, 0o755); | ||
| } | ||
| } | ||
| console.log(`Successfully installed ${BINARY} to ${binaryPath}`); | ||
| if (fs.existsSync(indexPath)) { | ||
| console.log(`Successfully installed ${BINARY}-index to ${indexPath}`); | ||
| } | ||
| } | ||
| main(); |
+1
-1
| { | ||
| "name": "@avcodes/skilled", | ||
| "version": "0.2.0", | ||
| "version": "0.3.0", | ||
| "description": "TUI dashboard for skill usage stats across AI coding tools", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
7612
4.56%102
8.51%