Caveat verdict

local-places

88
๐ŸŸข Trusted
No high-risk patterns surfaced by the deep scan โ€” automated capability review, not behavioral proof.

Local proxy for Google Places API key; API key is in a .env file, requests go to a local server at 127.0.0.1, legitimate place search use case.

โš  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.

28
security
50
transparency
70
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Installs packages at runtime โ€” transitive dependencies are not auditable

package_install

Findings (3)

Pattern match critical

Possible hardcoded credential

SERVER_README.md ยท code ยท API_KEY="your-key

Pattern match high

HTTP request to bare IP address โ€” common in malicious payloads

SKILL.md ยท code ยท http://127.0.0.1

Pattern match low

Python os.getenv โ€” reads environment variable

src/local_places/google_places.py ยท prose ยท downgraded ยท os.getenv(

Permissions & capabilities

Requires 1 environment variable. (1 sensitive: GOOGLE_PLACES_API_KEY). Requires 1 system binary.

package_installnetwork_out

Is this flag fair?

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