aicontext-commit
Advanced tools
+4
-4
| { | ||
| "name": "aicontext-commit", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "description": "AI commit messages that match your team's style — reads your last 30 commits to learn your conventions before suggesting anything", | ||
| "bin": { | ||
| "aicontext-commit": "./bin/index.js", | ||
| "acc": "./bin/index.js" | ||
| "aicontext-commit": "bin/index.js", | ||
| "acc": "bin/index.js" | ||
| }, | ||
@@ -34,3 +34,3 @@ "files": [ | ||
| "type": "git", | ||
| "url": "https://github.com/samuelurones28/aicontext-commit.git" | ||
| "url": "git+https://github.com/samuelurones28/aicontext-commit.git" | ||
| }, | ||
@@ -37,0 +37,0 @@ "author": "Samuelurones28", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance 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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance 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