Based upon your questions, it appears you are most concerned with covariate balance. Because of this, you ran the following model:
$$
\mathrm{Covariate}_{it} = \beta \mathrm{DiD}_{it} + \phi_{i} + \zeta_{t} + \varepsilon_{it},
$$
where you regressed the group-time period covariate(s) on treatment to test for any compositional changes. To be clear to anyone reading, this is simply moving a control(s) $X_{it}$ from the right-hand side to the left-hand side of the equation. In other words, you're replacing your outcome with the covariate. We would expect $\beta = 0$ under a null of no compositional changes. In practice, you should avoid controls that are themselves affected by treatment.
Question 1: There is a plausible story for why might have a significant effect on , but it is not part of my original hypothesis. Should I report this result?
It depends on your audience. You should articulate why you excluded specific covariates, though this should be obvious if you've described your study design well. I wouldn't concern yourself so much with plotting the evolution of your time-varying covariates. I would be more concerned about the magnitude of the compositional change than the result (significance) of this regression.
Though not directly related to your question, see this paper for a discussion of covariate balance regressions.
Question 2: Should I consider as a 'bad covariate' (something that is part of the effect of on rather than a genuine control) and eliminate it from the regression model?
If such control variables are, in fact, outcomes of treatment, then these should not be included in your model.
One of the reasons you want to include covariates, $X_{it}$, in a DD model is to improve precision. In other words, you want to isolate treatment effects by soaking up the residual variation. Often times, a reviewer might pressure you to incorporate specific controls. If the magnitude of compositional differences is not too drastic, I would run your model with, and without, $X_{it}$. If estimates of $\beta$ are not appreciably different, then I would recommend reporting both and moving on.
In general, if your treatment is truly random (wishful thinking, in practice), then your controls should not be affecting your treatment effect estimates. Outside of the caveat mentioned above, you should account for time-varying covariates, if any. These other variables might also explain variation in your outcome. This post also addresses the inclusion of covariates in DD applications.