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.

influxdata/telegraf

https://github.com/influxdata/telegraf · scanned 2026-05-15 01:22 UTC (4 weeks, 1 day ago) · 10 languages

132 raw signals (76 security + 56 graph) 0th percentile · Go · huge (>500K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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

JSON
Score breakdown â 2026-05-17-v4 calibration-aware
Component Sub-score Weight Contribution
structure_score 85.0 0.15 12.75
security_score 67.4 0.25 16.85
testing_score 80.0 0.20 16.00
documentation_score 85.0 0.15 12.75
practices_score 80.0 0.15 12.00
code_quality 47.8 0.10 4.78
Overall 1.00 75.1
Calibrated penalty buckets (security_score): agent: 2.2 · authz: 5.5 · docker: 46.1
Severity distribution — click a segment to filter
Active filters: severity: low × excluding tests × Reset all
Scan summary Quality grade B+ (75/100). Dimensions: security 67, maintainability 85. 76 findings. 507,010 lines analyzed.

Showing 6 of 31 actionable findings. 72 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.

low Security checks quality Quality conf 0.60 12 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 12 locations
internal/clock/timer.go:28
logger/text_logger.go:35
plugins/aggregators/minmax/minmax.go:75
plugins/aggregators/quantile/quantile.go:108
plugins/common/socket/stream.go:189
plugins/common/starlark/tag_dict.go:11
plugins/inputs/ecs/stats.go:40
plugins/inputs/fibaro/hc3/parser.go:8
duplicationquality
low Security checks quality Error handling conf 1.00 3 occurrences [ERR003] Ignored Error (Go): Ignoring error return values.
Handle the error or use errcheck linter.
3 files, 3 locations
config/config.go:1702
plugins/parsers/csv/parser.go:198
plugins/parsers/wavefront/element.go:168
low Security checks cicd CI/CD security conf 0.72 Database service has no healthcheck
Compose starts dependent containers in dependency order, but it does not wait for a database to be ready unless a healthcheck is defined and dependents use service_healthy.
plugins/inputs/zookeeper/dev/docker-compose.yml:2 CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.72 Database service has no healthcheck
Compose starts dependent containers in dependency order, but it does not wait for a database to be ready unless a healthcheck is defined and dependents use service_healthy.
plugins/inputs/clickhouse/dev/docker-compose.yml:24 CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.72 Dockerfile installs recommended OS packages
Installing recommended packages often pulls in unnecessary runtime surface area.
plugins/outputs/postgresql/Dockerfile:16 CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.74 Dockerfile leaves apt package indexes in the image layer
Package indexes increase image size and can expose stale metadata in the final image layer.
plugins/outputs/postgresql/Dockerfile:16 CI/CD securitycontainers
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/07a594d0-e786-402e-9f4f-4af3f26d819a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/07a594d0-e786-402e-9f4f-4af3f26d819a/

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.