yeknal 1.3.0 → 1.3.2
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 +3 -2
- package/package.json +1 -1
- package/security-audit.log +0 -28
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# yeknal
|
|
2
2
|
|
|
3
|
-
A CLI tool to sync skill folders for AI coding agents and run security audits.
|
|
3
|
+
A CLI tool to sync the latest skill folders for AI coding agents and run security audits.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -28,7 +28,7 @@ Output:
|
|
|
28
28
|
|
|
29
29
|
### Skills
|
|
30
30
|
|
|
31
|
-
Syncs skill folders from the GitHub repository into detected local agent folders.
|
|
31
|
+
Syncs the latest skill folders from the GitHub repository into detected local agent folders.
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
34
|
npx yeknal skills
|
|
@@ -36,6 +36,7 @@ npx yeknal skills
|
|
|
36
36
|
|
|
37
37
|
Behavior:
|
|
38
38
|
- Source mode is GitHub download.
|
|
39
|
+
- Pulls the current top-level `SKILL.md` folders from `tryraisins/MD_Files` on `main`.
|
|
39
40
|
- Uses GitHub API + raw file download by default.
|
|
40
41
|
- If GitHub API rate limit is hit, it automatically falls back to `git clone` (Git must be installed).
|
|
41
42
|
- Top-level folders are included only if they contain `SKILL.md`.
|
package/package.json
CHANGED
package/security-audit.log
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
--- Security Audit Log ---
|
|
2
|
-
Date: 2026-03-08T09:34:22.661Z
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
secure-repo audit
|
|
6
|
-
|
|
7
|
-
Scanning repository for security issues...
|
|
8
|
-
|
|
9
|
-
Environment files:
|
|
10
|
-
[FAIL] No .gitignore found
|
|
11
|
-
[warn] .env.example missing — document required env vars
|
|
12
|
-
|
|
13
|
-
Secret scanning:
|
|
14
|
-
[pass] No obvious secrets found in source files
|
|
15
|
-
|
|
16
|
-
Configuration:
|
|
17
|
-
[pass] Dependency lock file exists
|
|
18
|
-
|
|
19
|
-
════════════════════════════════════
|
|
20
|
-
Security Score: 25 / 45
|
|
21
|
-
════════════════════════════════════
|
|
22
|
-
|
|
23
|
-
Results: 2 passed, 1 warnings, 1 issues
|
|
24
|
-
|
|
25
|
-
1 issue(s) found. Fix these before shipping.
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|