Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

tenzir/skills

https://github.com/tenzir/skills · scanned 2026-06-16 00:32 UTC (2 months, 2 weeks ago)

197 raw signals (0 security + 197 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 121 actionable findings from 1 signal source. 76 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 53.7/100 with 88.9% coverage. It contains 8013 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 197 findings — concentrated in security (57), cicd (52), quality (46). Risk profile is high: 0 critical, 2 high, 106 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 111 of 121 actionable findings. 197 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph cicd CI/CD security conf 1.00 GitHub Action tracks a moving branch
tenzir/news/.github/actions/sync@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/sync-news.yaml:25 CI/CD securitySupply chainGithub actions
high System graph cicd CI/CD security conf 1.00 GitHub Action tracks a moving branch
tenzir/ship/.github/workflows/release.yaml@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/release.yaml:53 CI/CD securitySupply chainGithub actions
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/tenzir-commit-changes/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/tenzir-commit-changes/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/tenzir-create-pull-requests/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/tenzir-create-pull-requests/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/tenzir-ship/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/tenzir-ship/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/tenzir-technical-writing/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/tenzir-technical-writing/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/tenzir-update-docs/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/tenzir-update-docs/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Tests conf 1.00 CI is configured but no tests are detected
A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal.
CI/CDConfig theaterRepo hardening
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph cicd CI/CD security conf 1.00 19 occurrences GitHub Action is tag-pinned rather than SHA-pinned
astral-sh/setup-uv@v7 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
10 files, 19 locations
.github/workflows/sync-asim-skill.yaml:41, 65 (2 hits)
.github/workflows/sync-cef-skill.yaml:35, 54 (2 hits)
.github/workflows/sync-docs-skill.yaml:44, 92 (2 hits)
.github/workflows/sync-ecs-skill.yaml:41, 68 (2 hits)
.github/workflows/sync-edm-skill.yaml:41, 68 (2 hits)
.github/workflows/sync-google-udm-skill.yaml:41, 65 (2 hits)
.github/workflows/sync-leef-skill.yaml:35, 54 (2 hits)
.github/workflows/sync-ocsf-skill.yaml:41, 68 (2 hits)
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 10 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
10 files, 10 locations
.github/workflows/release.yaml
.github/workflows/sync-asim-skill.yaml
.github/workflows/sync-cef-skill.yaml
.github/workflows/sync-docs-skill.yaml
.github/workflows/sync-ecs-skill.yaml
.github/workflows/sync-edm-skill.yaml
.github/workflows/sync-google-udm-skill.yaml
.github/workflows/sync-leef-skill.yaml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in scripts/generate-microsoft-asim-skill.py:916
Found a known-risky pattern (weak_hash). Review and replace if possible.
scripts/generate-microsoft-asim-skill.py:916 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/fields/acting_process_md5.yaml:2
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/fields/acting_process_md5.yaml:2 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/fields/acting_process_sha1.yaml:7
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/fields/acting_process_sha1.yaml:7 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/fields/file_md5.yaml:2
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/fields/file_md5.yaml:2 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/fields/file_sha1.yaml:2
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/fields/file_sha1.yaml:2 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/fields/hash_type.yaml:2
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/fields/hash_type.yaml:2 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/fields/parent_process_md5.yaml:2
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/fields/parent_process_md5.yaml:2 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/fields/parent_process_sha1.yaml:7
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/fields/parent_process_sha1.yaml:7 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/fields/src_file_md5.yaml:2
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/fields/src_file_md5.yaml:2 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/fields/src_file_sha1.yaml:7
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/fields/src_file_sha1.yaml:7 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/fields/target_file_md5.yaml:2
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/fields/target_file_md5.yaml:2 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/fields/target_file_sha1.yaml:7
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/fields/target_file_sha1.yaml:7 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/fields/target_process_md5.yaml:2
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/fields/target_process_md5.yaml:2 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/fields/target_process_sha1.yaml:7
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/fields/target_process_sha1.yaml:7 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/schemas/alert_event.yaml:397
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/schemas/alert_event.yaml:397 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/schemas/asset_entity.yaml:280
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/schemas/asset_entity.yaml:280 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/schemas/file_event.yaml:248
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/schemas/file_event.yaml:248 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/schemas/process_event.yaml:244
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/schemas/process_event.yaml:244 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-asim/schemas/web_session.yaml:184
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-asim/schemas/web_session.yaml:184 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-cef/groups/file.yaml:15
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-cef/groups/file.yaml:15 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-cef/groups/old_file.yaml:15
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-cef/groups/old_file.yaml:15 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields.yaml:2106
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields.yaml:2106 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/dll_hash_md5.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/dll_hash_md5.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/dll_hash_sha1.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/dll_hash_sha1.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/email_attachments_file_hash_md5.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/email_attachments_file_hash_md5.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/email_attachments_file_hash_sha1.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/email_attachments_file_hash_sha1.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/file_hash_md5.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/file_hash_md5.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/file_hash_sha1.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/file_hash_sha1.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/process_hash_md5.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/process_hash_md5.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/process_hash_sha1.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/process_hash_sha1.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/process_parent_hash_md5.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/process_parent_hash_md5.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/process_parent_hash_sha1.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/process_parent_hash_sha1.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/threat_enrichments_indicator_file_hash_md5.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/threat_enrichments_indicator_file_hash_md5.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/threat_enrichments_indicator_file_hash_sha1.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/threat_enrichments_indicator_file_hash_sha1.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/threat_indicator_file_hash_md5.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/threat_indicator_file_hash_md5.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/threat_indicator_file_hash_sha1.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/threat_indicator_file_hash_sha1.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/tls_client_hash_md5.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/tls_client_hash_md5.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/tls_client_hash_sha1.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/tls_client_hash_sha1.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/tls_server_hash_md5.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/tls_server_hash_md5.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fields/tls_server_hash_sha1.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fields/tls_server_hash_sha1.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fieldsets/dll.yaml:85
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fieldsets/dll.yaml:85 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fieldsets/email.yaml:32
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fieldsets/email.yaml:32 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fieldsets/file.yaml:297
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fieldsets/file.yaml:297 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fieldsets/hash.yaml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fieldsets/hash.yaml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fieldsets/process.yaml:716
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fieldsets/process.yaml:716 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fieldsets/threat.yaml:347
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fieldsets/threat.yaml:347 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-ecs/fieldsets/tls.yaml:32
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-ecs/fieldsets/tls.yaml:32 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-edm/attributes/hash_md5.yaml:2
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-edm/attributes/hash_md5.yaml:2 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-edm/attributes/hash_sha1.yaml:2
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-edm/attributes/hash_sha1.yaml:2 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-edm/models/process_creation.yaml:73
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-edm/models/process_creation.yaml:73 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-udm/records/certificate.yaml:17
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-udm/records/certificate.yaml:17 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-udm/records/domain.yaml:90
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-udm/records/domain.yaml:90 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-udm/records/favicon.yaml:1
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-udm/records/favicon.yaml:1 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-udm/records/file.yaml:9
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-udm/records/file.yaml:9 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-udm/records/file_metadata_section.yaml:20
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-udm/records/file_metadata_section.yaml:20 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-udm/records/ssl_certificate.yaml:41
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-udm/records/ssl_certificate.yaml:41 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in skills/tenzir-udm/records/url.yaml:11
Found a known-risky pattern (weak_hash). Review and replace if possible.
skills/tenzir-udm/records/url.yaml:11 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/generate-ocsf-skill.py:116
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph network Security conf 1.00 Privileged port 10 in use
Port 10 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
skills/tenzir-ecs/fields/agent_build_original.yaml Ports
medium System graph network Security conf 1.00 Privileged port 11 in use
Port 11 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
skills/tenzir-asim/fields/dst_mac_addr.yaml Ports
medium System graph network Security conf 1.00 Privileged port 12 in use
Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
skills/tenzir-ecs/fields/process_parent_code_signature_timestamp.yaml Ports
medium System graph network Security conf 1.00 Privileged port 15 in use
Port 15 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
skills/tenzir-ecs/fields/threat_enrichments_indicator_file_x509_not_after.yaml Ports
medium System graph network Security conf 1.00 Privileged port 16 in use
Port 16 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
skills/tenzir-asim/fields/http_response_expires.yaml Ports
medium System graph network Security conf 1.00 Privileged port 17 in use
Port 17 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
skills/tenzir-ecs/fields/threat_enrichments_matched_occurred.yaml Ports
medium System graph network Security conf 1.00 Privileged port 23 in use
Port 23 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
skills/tenzir-ecs/fields/agent_build_original.yaml Ports
medium System graph network Security conf 1.00 Privileged port 26 in use
Port 26 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
skills/tenzir-ecs/fields/event_original.yaml Ports
medium System graph network Security conf 1.00 Privileged port 40 in use
Port 40 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
skills/tenzir-ecs/fields/threat_enrichments_indicator_x509_not_before.yaml Ports
medium System graph network Security conf 1.00 Privileged port 44 in use
Port 44 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
skills/tenzir-asim/fields/dst_mac_addr.yaml Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 9 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 15 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 21 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
11 files, 21 locations
.github/workflows/checks.yaml:26, 37 (2 hits)
.github/workflows/sync-asim-skill.yaml:29, 36 (2 hits)
.github/workflows/sync-cef-skill.yaml:23, 30 (2 hits)
.github/workflows/sync-docs-skill.yaml:32, 39 (2 hits)
.github/workflows/sync-ecs-skill.yaml:29, 36 (2 hits)
.github/workflows/sync-edm-skill.yaml:29, 36 (2 hits)
.github/workflows/sync-google-udm-skill.yaml:29, 36 (2 hits)
.github/workflows/sync-leef-skill.yaml:23, 30 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 14 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/generate-microsoft-asim-skill.py:write_file, scripts/generate-google-udm-skill.py:write_file This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they'r…
14 occurrences
repo-level (14 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: scripts/generate-microsoft-asim-skill.py:ignore_aliases, scripts/generate-splunk-cim-skill.py:ignore_aliases, scripts/generate-fortisiem-skill.py:ignore_aliases This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https:…
5 occurrences
repo-level (5 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: scripts/generate-microsoft-asim-skill.py:clean_markdown, scripts/generate-splunk-cim-skill.py:clean_markdown, scripts/generate-leef-skill.py:clean_markdown, scripts/generate-fortisiem-skill.py:clean_markdown This is *the* AI-coder failure mode (4× mo…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `data_models_application_state_deprecated` in scripts/generate-splunk-cim-skill.py:332
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: class_sort_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate-microsoft-asim-skill.py:1356
low System graph software Dead code conf 1.00 Possibly dead Python function: field_quality_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate-microsoft-asim-skill.py:795
low System graph software Dead code conf 1.00 Possibly dead Python function: format_meta
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate-google-udm-skill.py:763
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: handle_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
scripts/generate-fortisiem-skill.py:402
scripts/generate-leef-skill.py:181
scripts/generate-splunk-cim-skill.py:1129
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: handle_endtag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
scripts/generate-fortisiem-skill.py:370
scripts/generate-leef-skill.py:175
scripts/generate-splunk-cim-skill.py:1089
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_startendtag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate-leef-skill.py:172
low System graph software Dead code conf 1.00 4 occurrences Possibly dead Python function: handle_starttag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
4 files, 4 locations
scripts/generate-cef-skill.py:219
scripts/generate-fortisiem-skill.py:330
scripts/generate-leef-skill.py:166
scripts/generate-splunk-cim-skill.py:1043
low System graph software Dead code conf 1.00 6 occurrences Possibly dead Python function: ignore_aliases
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
6 files, 6 locations
scripts/generate-cef-skill.py:155
scripts/generate-ecs-skill.py:47
scripts/generate-fortisiem-skill.py:141
scripts/generate-leef-skill.py:102
scripts/generate-microsoft-asim-skill.py:713
scripts/generate-splunk-cim-skill.py:188
low System graph software Dead code conf 1.00 Possibly dead Python function: render_field_page
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate-microsoft-asim-skill.py:1525
low System graph software Dead code conf 1.00 Possibly dead Python function: render_fields_index
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate-microsoft-asim-skill.py:1466
low System graph software Dead code conf 1.00 Possibly dead Python function: render_message_page
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate-google-udm-skill.py:1060
low System graph software Dead code conf 1.00 Possibly dead Python function: render_schema_page
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate-microsoft-asim-skill.py:1393
low System graph software Dead code conf 1.00 Possibly dead Python function: render_schemas_index
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate-microsoft-asim-skill.py:1328
low System graph software Dead code conf 1.00 Possibly dead Python function: represent_multiline_str
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate-leef-skill.py:106
low System graph software Dead code conf 1.00 Possibly dead Python function: represent_multiline_str
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate-cef-skill.py:159
low System graph software Dead code conf 1.00 Possibly dead Python function: rewrite
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate-leef-skill.py:413
low System graph software Dead code conf 1.00 Possibly dead Python function: stable_name_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate-microsoft-asim-skill.py:735
low System graph software Dead code conf 1.00 Possibly dead Python function: stable_name_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate-fortisiem-skill.py:124
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph quality Complexity conf 1.00 Very large file: scripts/generate-google-udm-skill.py (2553 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/generate-microsoft-asim-skill.py (1613 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/generate-ocsf-skill.py (1567 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/generate-splunk-cim-skill.py (1669 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/d29930a9-e6ad-461d-bbcc-45263f5ae552/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d29930a9-e6ad-461d-bbcc-45263f5ae552/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.