You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All 6 scan command skills now use --agent instead of --json/--format json.
Each skill includes a Reading Results section documenting compressed output
format and available retrieve query filters.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|`--agent`|Compressed output for agent consumption (always use) |
34
34
|`--licenses`| Include license information for each dependency |
35
35
|`--vulnerabilities`| Quick inline vulnerability check (for thorough CVE scanning, use the standalone `sync-ctl vulnerabilities` command instead) |
36
36
|`--prod-only`| Show only production dependencies |
37
37
|`--dev-only`| Show only development dependencies |
38
38
39
39
## Output Interpretation
40
40
41
-
The JSON output contains:
42
-
43
-
-**dependencies** — array of packages with name, version, license, and prod/dev classification
44
-
-**summary** — total counts, license distribution
45
-
46
41
**Priority for reporting to user:**
47
42
1. License concerns (copyleft in commercial projects, unknown licenses)
48
43
2. Dependency counts (prod vs dev)
@@ -52,6 +47,27 @@ The JSON output contains:
52
47
- Use `--vulnerabilities` here for a quick inline check alongside license info
53
48
- Use `sync-ctl vulnerabilities` for a dedicated, thorough CVE scan
54
49
50
+
## Reading Results
51
+
52
+
When you use `--agent`, the output is a compressed summary. License distribution and dependency counts are always included. Individual package details are available via retrieve for large dependency trees.
53
+
54
+
The output JSON includes:
55
+
-`summary` — total counts, license distribution, prod/dev split
56
+
-`license_concerns` — packages with copyleft or unknown licenses
57
+
-`full_data_ref` — reference ID for retrieving full data
1. High-confidence right-sizing recommendations with cost savings
83
72
2. Critical security findings (from `--full`)
84
73
3. Drift detection issues
85
74
4. Cost breakdown summary
86
75
76
+
## Reading Results
77
+
78
+
When you use `--agent`, the output is a compressed summary. High-confidence right-sizing recommendations are included in full. Cost summary and drift findings are always present when applicable.
79
+
80
+
The output JSON includes:
81
+
-`summary` — total recommendations, estimated savings, containers analyzed
1. Critical findings first (leaked secrets, hardcoded credentials)
63
51
2. High findings (insecure patterns)
64
52
3. Summary with score
65
53
4. Remediation steps for top findings
66
54
55
+
## Reading Results
56
+
57
+
When you use `--agent`, the output is a compressed summary (~15KB max). All **critical** issues are included in full detail. High-severity issues show the first 10. Medium/low issues are deduplicated into patterns.
0 commit comments