Caveat verdict
agent-accounting
Runs local Python accounting scripts using subprocess with documented API keys (Baidu OCR, tax provider); all network calls go to legitimate named services and no credentials are exfiltrated to attacker-controlled hosts.
⚠ 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.
Findings (4)
Possible hardcoded credential
README.md · code · API_KEY="your_api_key
subprocess execution — runs system commands from Python
SKILL.md · code · subprocess.run(
<script> tag in markdown — potential code injection
web/dashboard.py · prose · downgraded · <script
Python os.environ.get — reads environment variable
core/baidu_ocr.py · prose · downgraded · os.environ.get(
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
Requires 4 environment variables. (3 sensitive: BAIDU_OCR_API_KEY, BAIDU_OCR_SECRET_KEY, TAX_API_KEY). Requires 1 system binary.
file_readprocess_execcredential_access Is this flag fair?
Thanks — recorded.