Caveat verdict

tpm-copilot

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

This is a project management assistant that pulls data from Jira, Linear, GitHub, and calendars to generate status reports using user-configured API keys stored locally; all integrations serve the stated TPM workflow purpose with no exfiltration.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

8
security
70
transparency
70
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (7)

Pattern match critical

Possible hardcoded credential

references/jira-setup.md · code · TOKEN="your-api-token

Pattern match critical

Pipe to python — executes piped content as Python code

references/jira-setup.md · code · | python3

Pattern match medium

pip3 install — installs Python packages at runtime

SKILL.md · code · pip3 install

Pattern match medium

subprocess execution — runs system commands from Python

scripts/status-report.sh · prose · downgraded · subprocess.run(

Pattern match low

References webhook/callback URL

SKILL.md · prose · downgraded · WEBHOOK_URL

Pattern match low

Python os.environ.get — reads environment variable

scripts/action-tracker.sh · prose · downgraded · os.environ.get(

Pattern match low

POSTs data to external URL

scripts/status-report.sh · prose · downgraded · .post( "https://

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

package_install

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API