reading-portolan
Fail
Audited by Snyk on Aug 6, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill explicitly shows setting S3 credentials via DuckDB SET statements (s3_access_key_id / s3_secret_access_key), which encourages placing secret values verbatim into commands/SQL and thus requires the LLM to handle/output secrets directly.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In the “Workflow: Answering Questions About a Catalog”, the agent crawls/reads a user-provided Portolan catalog (via
catalog.jsonandcollection.json) and then fetchesllms.txtand assets such as Parquet/STAC metadata from the catalog, which are outsider-authored free-text files/content within the catalog.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The HTML examples load and execute remote JavaScript at runtime (e.g., https://unpkg.com/maplibre-gl/dist/maplibre-gl.js, https://unpkg.com/pmtiles/dist/pmtiles.js, and https://cdn.jsdelivr.net/npm/potree-core/dist/potree.js), which the skill's visualization examples rely on as required runtime dependencies.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata