Caveat verdict

console-agent

skills-3

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

This skill provides the console.agent() API wrapper for adding AI agent capabilities (via Google Gemini) to code for debugging, security auditing, and runtime analysis; credential access is for the user-provided API key and network calls go to the documented Gemini API.

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

3
security
40
transparency
70
maintenance

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read

Code accesses API keys/tokens but declares no environment variables

credential_access

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

package_install

Findings (5)

Pattern match critical

Possible hardcoded credential

SKILL.md ยท code ยท API_KEY="your-key-here

Confirmed in code medium

Accesses process.env โ€” reads environment variables

SKILL.md ยท code

Pattern match medium

Accesses sensitive environment variables

SKILL.md ยท code ยท process.env.GEMINI_API_KEY

Pattern match medium

Python os.getenv โ€” reads environment variable

SKILL.md ยท code ยท os.getenv(

Pattern match medium

References agent configuration files

AGENTS.md ยท code ยท AgentConfig

Permissions & capabilities

No declared permissions โ€” minimal attack surface.

package_installcredential_accessnetwork_infile_read

Is this flag fair?

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