// npm 패키지
@xapp/stentor-service-dialogflow
Dialogflow service for stentor
버전
1340
메인테이너
5
라이선스
Apache-2.0
최초 publish
2019-06-03
publisher
michaelmyers
tarball
91,494 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2026-06-04
// exfil path
what is read → where it shipssteals
- ● GCP creds
sends to
(no destination string extracted — payload may be dynamic / obfuscated)
evidence in excerpt
> * @see https://cloud.google.com/docs/authentication/production#finding_credentials_automatically
// publisher 캠페인by michaelmyers
이 계정에서 catch된 패키지 2건고립된 catch가 아닙니다. 동일 publisher가 1개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @1.85.1· 1 file flagged
- @1.85.1··AUTO-PUBLISHED·publisher: michaelmyersheuristic 64/100static flags 1llm skippednew-publisher:16dmature-packagepublisher-multi-name-burst:50publisher-version-pump:51reads-gcp-creds
// offending code· 1 file flaggedpatterns: 1
--- package/lib/DialogflowV2Service.d.ts (excerpt) --- import { App, BaseService, Entity, Intent, NLUQueryResponse, NLUService } from "stentor-models"; import { FetchService } from "stentor-service-fetch"; import { Agent as DialogflowAgent, Credentials as DialogflowCredentials, EntityType as DialogflowEntityType, Intent as DialogflowIntent, gax, longrunning } from "dialogflow"; export type CredentialsRetriever = Retriever<DialogflowCredentials>; export type Credentials = DialogflowCredentials | CredentialsRetriever; export interface UpdateModelSummary { entitiesUpdated: number; entitiesDeleted: number; intentsUpdated: number; intentsDeleted: number; errors?: Error[]; } export interface DialogflowV2ServiceProps extends BaseService { /** * The project ID * * This is not the agent ID found in Dialogflow but the Google Cloud Platform project * ID associated with the Dialogflow project. It can be found under the settings page * for the agent. */ projectId: string; /** * Credentials, optional. If not provided then they will be looked for at * the environment variable GOOGLE_APPLICATION_CREDENTIALS * * @see https://cloud.google.com/docs/authentication/production#finding_credentials_automatically */ credentials?: Credentials; /** * Dialogflow beta feature use */ useBeta?: boolean; /** * Optional min confidence level for knowledge base */ knowledgeBaseConfidenceMin?: number; /** * When true and you call
