seamshield 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/index.js +2 -0
- package/package.json +8 -0
package/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# SeamShield
|
|
2
|
+
|
|
3
|
+
The security layer for AI-built apps: a CLI scanner and AI-agent guard that catches the flaws vibecoded projects predictably ship — committed .env files, hardcoded API keys, secrets in client bundles, missing auth, and more.
|
|
4
|
+
|
|
5
|
+
This is a placeholder release while v0.1 is in active development. Do not install yet.
|
package/index.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "seamshield",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Security scanner for AI-built apps. Placeholder release — v0.1 (scanner CLI + agent guard) is in active development.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "wundder",
|
|
7
|
+
"keywords": ["security", "scanner", "ai", "vibecoding", "secrets", "nextjs", "supabase"]
|
|
8
|
+
}
|