tencentmap-jsapi-gl-skill
Analysis
Prompt-injection indicators were detected in the submitted artifacts (unicode-control-chars); human review is required before treating this skill as clean.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
<script src="https://map.qq.com/api/gljs?v=3&key={TMAP_JSAPI_KEY}"></script>The quick-start template loads Tencent's hosted JavaScript SDK. This is expected for a browser map API guide, but it means resulting pages execute third-party SDK code.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
requires": { "bins": [""], "env": ["TMAP_JSAPI_KEY"] }, "primaryEnv": "TMAP_JSAPI_KEY"The skill expects a Tencent Maps API key. This is proportionate for a Tencent Maps development guide, but it is still a credential that can affect quota, billing, or account attribution.
src="https://map.qq.com/api/gljs?v=1.exp&key=OB4BZ-D4W3U-B7VVO-4PJWW-6TKDJ-WPB77"
A reference demo embeds a concrete Tencent Maps API key instead of the SKILL.md placeholder. This is visible and appears to be demo material, but copied code could unintentionally reuse that key.
